summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 00d179d..3c680ab 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -10,6 +10,9 @@
# for installation.
required-projects:
- opendev.org/openstack/python-swiftclient
+ vars:
+ # New tox keeps breaking things as of 2023-01
+ ensure_tox_version: '<4'
- job:
name: swiftclient-functional
@@ -33,18 +36,27 @@
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
+ experimental:
+ # on-demand pipeline used to test older (but still supported) versions of python
+ jobs:
+ - openstack-tox-py36
+ - openstack-tox-py37
check:
jobs:
- swiftclient-swift-functional
- swiftclient-functional
- openstack-tox-py39:
voting: true
+ - openstack-tox-py310:
+ voting: true
gate:
jobs:
- swiftclient-swift-functional
- swiftclient-functional
- openstack-tox-py39:
voting: true
+ - openstack-tox-py310:
+ voting: true
post:
jobs:
- openstack-tox-cover