commit 31c4a7a18e2bd43d2893563b992c683c95baed6f Author: Sean McGinnis Date: Thu Sep 10 17:00:31 2020 -0500 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 diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0dfeaf4..fbbc2ab 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: |