summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2021-10-26 15:21:44 -0700
committerClark Boylan <clark.boylan@gmail.com>2021-10-26 15:21:44 -0700
commit11a1438036ac08097d90422d126f067b1d3ca706 (patch)
tree49002ce5d8fdd2b29dc1e3f4ab226ea900e4e3a3
parent4849d82da7e2f689206f980a6e609bc474fc6b48 (diff)
downloadpbr-11a1438036ac08097d90422d126f067b1d3ca706.tar.gz
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
-rw-r--r--.zuul.yaml15
1 files changed, 12 insertions, 3 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 37a2667..7e16816 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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: