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 stackviz 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: Ie23040ece856a7712b4d046c439ab0a861b6b95c
This commit is contained in:
parent
715d60bfac
commit
e10db7133d
14
.zuul.yaml
14
.zuul.yaml
@ -35,10 +35,14 @@
|
||||
- project:
|
||||
templates:
|
||||
- publish-openstack-docs-pti
|
||||
- openstack-python35-jobs
|
||||
- openstack-python3-yoga-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py35
|
||||
- openstack-tox-py36
|
||||
- openstack-tox-py37
|
||||
- openstack-tox-py38
|
||||
- openstack-tox-py39
|
||||
- stackviz-nodejs10-run-lint
|
||||
- stackviz-nodejs10-run-test-browser
|
||||
- tempest-full-py3:
|
||||
@ -58,6 +62,12 @@
|
||||
irrelevant-files: *irrelevant-files
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py35
|
||||
- openstack-tox-py36
|
||||
- openstack-tox-py37
|
||||
- openstack-tox-py38
|
||||
- openstack-tox-py39
|
||||
- stackviz-nodejs10-run-lint
|
||||
- stackviz-nodejs10-run-test-browser
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user