From 3be5da2958274ffd0340815f7595ab6006c15f52 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 13 Mar 2019 23:01:01 +0000 Subject: [PATCH] Run tox-py35 on Xenial for no-constraints template The openstack-python35-jobs-no-constraints project-template calls tox-py35 from zuul-jobs directly so misses our nodeset pin to ubuntu-xenial in openstack-tox-py35. Set the nodeset on these individually. Change-Id: I84218241cf535a6fb2664a79aed13723fda3fd5c --- zuul.d/project-templates.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index d0cf644b..e31d8000 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -755,10 +755,12 @@ that do not use constraints. check: jobs: - - tox-py35 + - tox-py35: + nodeset: ubuntu-xenial gate: jobs: - - tox-py35 + - tox-py35: + nodeset: ubuntu-xenial post: jobs: - publish-openstack-python-branch-tarball