Test python3.9 as voting job

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

Also, as openstack-health 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: I894984577bf8c83669c96fd627bb9767237c3f68
This commit is contained in:
Ghanshyam Mann 2021-11-03 15:18:13 -05:00 committed by Ghanshyam
parent d7a49a6226
commit a25e4d491c
3 changed files with 16 additions and 6 deletions

View File

@ -21,13 +21,22 @@
- openstack/openstack-health
- project:
templates:
- openstack-python3-yoga-jobs
- build-openstack-docs-pti
check:
jobs:
- openstack-health-nodejs10-run-lint
- openstack-health-nodejs10-run-test-browser
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-health-nodejs10-run-lint
- openstack-health-nodejs10-run-test-browser
gate:
jobs:
- openstack-health-nodejs10-run-lint
- openstack-health-nodejs10-run-test-browser
- openstack-tox-pep8
- openstack-tox-py36
- openstack-tox-py37
- openstack-tox-py38
- openstack-tox-py39
- openstack-health-nodejs10-run-lint
- openstack-health-nodejs10-run-test-browser

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

@ -1,5 +1,5 @@
[tox]
envlist = py36,py38,pep8,npm-test,npm-lint
envlist = py36,py39,pep8,npm-test,npm-lint
minversion = 3.18.0
skipsdist = True
ignore_basepython_conflict = True