In Yoga testing, we are making py3.9 job to run as voting, so adding py3.9 job as voting. Also, as Tempest is branchless and needs to support older supported stable branches, let's test it with all the python version supported in those supported stable branches. For that, we need to explicitly dd the py jobs instead of using the template. This way, we will explicitly know that we are testing all supported python versions when the new release template bumps the min python version in the template. Change-Id: Ib147eb983a0635d6f14f0d0fb8ca537224729d89changes/65/816565/1
parent
1a69a2625b
commit
532319a5d0
@ -1,4 +1,17 @@
|
||||
- project:
|
||||
templates:
|
||||
- openstack-python3-yoga-jobs
|
||||
- publish-openstack-docs-pti
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py36
|
||||
- openstack-tox-py37
|
||||
- openstack-tox-py38
|
||||
- openstack-tox-py39
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py36
|
||||
- openstack-tox-py37
|
||||
- openstack-tox-py38
|
||||
- openstack-tox-py39
|
||||
|
Loading…
Reference in new issue