From d143d0dc586d3af8720b46baecc94586e3bf5303 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 14 Mar 2019 12:43:09 +0000 Subject: [PATCH] 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 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index d50bd109..b8df13fa 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -18,6 +18,7 @@ timeout: 6000 - tox-py35: timeout: 6000 + nodeset: ubuntu-xenial gate: jobs: - storyboard-tox-sqlite @@ -26,6 +27,7 @@ timeout: 6000 - tox-py35: timeout: 6000 + nodeset: ubuntu-xenial post: jobs: - publish-openstack-python-branch-tarball