From 31c4a7a18e2bd43d2893563b992c683c95baed6f Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 10 Sep 2020 17:00:31 -0500 Subject: [PATCH] Switch py36 jobs to centos-8 We've used bionic for py36 testing, but that's not an official distro for Victoria. This switches those jobs to centos-8 where it is, which also has py36 as its default runtime. Change-Id: I6ad8c6669c2fa3cbdfcaa37f4a159330699f089d Signed-off-by: Sean McGinnis --- zuul.d/jobs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0dfeaf41..fbbc2ab5 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -150,6 +150,24 @@ name: openstack-tox-py36 parent: openstack-tox nodeset: ubuntu-bionic + branches: ^(stable/(stein|train|ussuri)).*$ + timeout: 2400 + description: | + + Run unit tests for an OpenStack Python project under cPython + version 3.6. + + Uses tox with the ``py36`` environment. + irrelevant-files: *common-irrelevant-files + vars: + tox_envlist: py36 + bindep_profile: test py36 + +- job: + name: openstack-tox-py36 + parent: openstack-tox + nodeset: centos-8 + branches: ^(?!stable/(stein|train|ussuri)).*$ timeout: 2400 description: |