Run python3.9 test jobs

We want to run python3.9 test jobs for PBR too. Also we explicitly list
out all the python jobs because the various openstack project-templates
for this are release specific and PBR is not release specific. PBR must
run against all of the releases at the same time. Just spell it out then
it becomes easy to add new versions of python.

Change-Id: I9c85731040a73fa57e45ad8da3924c4d13c5affc
This commit is contained in:
Clark Boylan 2021-10-26 15:21:44 -07:00
parent 4849d82da7
commit 11a1438036
1 changed files with 12 additions and 3 deletions

View File

@ -108,19 +108,28 @@
templates:
- lib-forward-testing
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python-jobs
- openstack-python3-ussuri-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
check:
jobs:
- openstack-tox-pep8
- openstack-tox-cover
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- pbr-installation-openstack
- pbr-installation-openstack-pip-dev
- tempest-full:
override-checkout: stable/train
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-cover
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- pbr-installation-openstack
- pbr-installation-openstack-pip-dev
- tempest-full: