Skip to content

Commit a6f7b2e

Browse files
Ghanshyam Mannmarkgoddard
authored andcommitted
Test all supported python version
As tenks 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 python 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: I1e9bbc75703f94acda0bddf0a2e43e835eb80cf0
1 parent 274668c commit a6f7b2e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifier =
2020
Programming Language :: Python :: 3.6
2121
Programming Language :: Python :: 3.7
2222
Programming Language :: Python :: 3.8
23+
Programming Language :: Python :: 3.9
2324

2425
[files]
2526
packages =

zuul.d/project.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
- project:
33
templates:
44
- openstack-cover-jobs
5-
- openstack-python3-victoria-jobs
65
- publish-openstack-docs-pti
76
- release-notes-jobs-python3
87

98
check:
109
jobs:
10+
- openstack-tox-pep8
11+
- openstack-tox-py36
12+
- openstack-tox-py37
13+
- openstack-tox-py38
14+
- openstack-tox-py39
1115
- tenks-tox-ansible-lint
1216
- tenks-deploy-teardown-ovs-centos8
1317
- tenks-deploy-teardown-ovs-ubuntu
@@ -19,6 +23,11 @@
1923
gate:
2024
queue: tenks
2125
jobs:
26+
- openstack-tox-pep8
27+
- openstack-tox-py36
28+
- openstack-tox-py37
29+
- openstack-tox-py38
30+
- openstack-tox-py39
2231
- tenks-tox-ansible-lint
2332
- tenks-deploy-teardown-ovs-centos8
2433
- tenks-deploy-teardown-ovs-ubuntu

0 commit comments

Comments
 (0)