Update PyPy version

This is the time of the cycle where we update all the static
elements in the roles. PyPy has a static file version, so we
bump it.

Change-Id: I15c21c177c32dcae0a7f2710b50f91829be09586
This commit is contained in:
Jean-Philippe Evrard 2017-11-27 09:39:58 +00:00
parent 5ac157cf39
commit 33505b9482
1 changed files with 2 additions and 2 deletions

View File

@ -474,8 +474,8 @@ swift_pretend_min_part_hours_passed: False
# Set this option to enable or disable the pypy interpreter for swift
swift_pypy_enabled: false
swift_pypy_archive:
url: "https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.6.0-linux64.tar.bz2"
sha256: "aad55328cb0673a60b2633dcc3c36cf452917ac906b577eb3aed5876a7666fca"
url: "https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.9.0-linux64.tar.bz2"
sha256: "790febd4f09e22d6e2f81154efc7dc4b2feec72712aaf4f82aa91b550abb4b48"
swift_pypy_version: "{{ swift_pypy_archive['url'] | basename | replace('.tar.bz2', '') }}"
swift_pypy_env: "/opt/pypy-runtime/{{ swift_pypy_version }}/bin/pypy"
# Set the Garbage Collection (GC) options for pypy if you would like to tune these