Test all supported python version

As sushy-tools is branchless which means same
master code is run on stable branches too, let's test it
with all the python version supported in those stable branches.

For that, we need to explicitly add the pythn jobs instead of using
the release specific job template. This way, we will explicitly know
that we are testing all supported python versions and do not remove the
older py version testing when the new release template bumps the min
python version like done in Yoga.

In Yoga testing, we are making py3.9 job to run as voting, so
adding py3.9 job as voting.

Change-Id: I68f13f0ae9f448ea3e20a656b37ad07b7e657392
This commit is contained in:
Ghanshyam Mann 2021-11-24 20:22:42 -06:00
parent 05a1bedf93
commit cd1ab515fb
2 changed files with 11 additions and 1 deletions

View File

@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =

View File

@ -2,14 +2,23 @@
templates:
- check-requirements
- openstack-lower-constraints-master-branch-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- sushy-tools-tempest-partition-bios-redfish-pxe
- sushy-tools-tempest-partition-uefi-redfish-vmedia
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
gate:
jobs:
- sushy-tools-tempest-partition-bios-redfish-pxe
- sushy-tools-tempest-partition-uefi-redfish-vmedia
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39