Add tox-py37 to periodic-stable-jobs template

In Ussuri there won't be tox-py27 jobs anymore, so let's start running
tox-py36, tox-py37 and tox-py27 jobs in parallel in periodic-stable for
Train.

Change-Id: Ia937754a69e3e21191bddc78131576b6d08168b7
This commit is contained in:
Elod Illes 2019-11-26 15:59:45 +01:00
parent c19e3c4561
commit ec9d0c447e
1 changed files with 32 additions and 0 deletions

View File

@ -1276,6 +1276,8 @@
branches:
- stable/stein
- stable/train
# py27 periodic jobs will run until Train, from Ussuri it will
# be replaced with py37 periodic job
- openstack-tox-py27:
branches:
- stable/ocata
@ -1284,6 +1286,12 @@
- stable/rocky
- stable/stein
- stable/train
- openstack-tox-py36:
branches:
- stable/train
- openstack-tox-py37:
branches:
- stable/train
- project-template:
name: periodic-stable-jobs-neutron
@ -1308,6 +1316,8 @@
- stable/train
required-projects:
- openstack/neutron
# py27 periodic jobs will run until Train, from Ussuri it will
# be replaced with py37 periodic job
- openstack-tox-py27:
branches:
- stable/ocata
@ -1318,6 +1328,16 @@
- stable/train
required-projects:
- openstack/neutron
- openstack-tox-py36:
branches:
- stable/train
required-projects:
- openstack/neutron
- openstack-tox-py37:
branches:
- stable/train
required-projects:
- openstack/neutron
- project-template:
name: periodic-stable-jobs-ceilometer
@ -1342,6 +1362,8 @@
- stable/train
required-projects:
- openstack/ceilometer
# py27 periodic jobs will run until Train, from Ussuri it will
# be replaced with py37 periodic job
- openstack-tox-py27:
branches:
- stable/ocata
@ -1352,6 +1374,16 @@
- stable/train
required-projects:
- openstack/ceilometer
- openstack-tox-py36:
branches:
- stable/train
required-projects:
- openstack/ceilometer
- openstack-tox-py37:
branches:
- stable/train
required-projects:
- openstack/ceilometer
- project-template:
name: periodic-jobs-with-neutron-lib-master