From 85075656468551a8c0cd9d33552a123a4e797685 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 8 Mar 2019 00:19:54 +0000 Subject: [PATCH] Use ubuntu-xenial explicitly in py35 jobs In preparation for switching the base job to ubuntu-bionic which has Python 3.6 by default and no Python 3.5, be explicit about the nodeset for py35 jobs so they will continue to work. Also configure the lower-constraints job to include the py36 bindep profile in preparation for when it switches nodesets. Change-Id: I560fb0ab43dd85bb03f13eff8bb0358f768c0e9b --- zuul.d/jobs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 5f893116..cee563bc 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -331,6 +331,7 @@ - job: name: tox-py35-on-zuul parent: tox-py35 + nodeset: ubuntu-xenial description: | Run zuul's py35 unittests on patches to zuul-jobs. vars: @@ -379,6 +380,7 @@ - job: name: openstack-tox-py35 parent: openstack-tox + nodeset: ubuntu-xenial branches: ^(?!driverfixes/).*$ timeout: 2400 description: | @@ -547,6 +549,7 @@ - job: name: openstack-tox-functional-py35 parent: openstack-tox + nodeset: ubuntu-xenial description: | Run tox-based functional tests for an OpenStack Python project under cPython version 3.5.. @@ -705,6 +708,7 @@ - job: name: openstack-tox-py35-with-oslo-master parent: openstack-tox-with-oslo-master-base + nodeset: ubuntu-xenial description: | This job installs all oslo libraries from source and tests that the unit tests of the tested project work. @@ -773,7 +777,7 @@ - ^releasenotes/.*$ vars: tox_envlist: lower-constraints - bindep_profile: test py35 + bindep_profile: test py35 py36 - job: name: build-openstack-puppet-tarball