Pin tox-py35 jobs to ubuntu-xenial
We use tox-py35 from zuul-jobs directly since we don't use the global openstack/requirements constraints. However, this means that our tox-py35 tests are now running on Bionic, which doesn't have Python 3.5. This commit sets the nodeset for the tox-py35 job to ubuntu-xenial, to continue not using the constraints but also allow the tests to actually run again. Change-Id: I7c4208521b25303d257cb22a84c3841d0b5e8c09
This commit is contained in:
parent
b476b0ed8f
commit
d143d0dc58
@ -18,6 +18,7 @@
|
|||||||
timeout: 6000
|
timeout: 6000
|
||||||
- tox-py35:
|
- tox-py35:
|
||||||
timeout: 6000
|
timeout: 6000
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- storyboard-tox-sqlite
|
- storyboard-tox-sqlite
|
||||||
@ -26,6 +27,7 @@
|
|||||||
timeout: 6000
|
timeout: 6000
|
||||||
- tox-py35:
|
- tox-py35:
|
||||||
timeout: 6000
|
timeout: 6000
|
||||||
|
nodeset: ubuntu-xenial
|
||||||
post:
|
post:
|
||||||
jobs:
|
jobs:
|
||||||
- publish-openstack-python-branch-tarball
|
- publish-openstack-python-branch-tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user