summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-05-15 17:29:37 +0000
committerGerrit Code Review <review@openstack.org>2023-05-15 17:29:37 +0000
commitf64df99134c95bb5f9e7d24deeb7869cd828aa4b (patch)
tree5b7bc9f3aed11e2eb895b3e6034f22ac11148b3d
parentdc6bb1837b11ca4e6d0137caccd4dd4bd39c35c6 (diff)
parent26115ba7b19303de7c15072353f7087030bcf293 (diff)
downloadpython-cinderclient-master.tar.gz
Merge "Update functional jobs for 2023.2"HEADmaster
-rw-r--r--.zuul.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 7ac5c7d..2b3c32a 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -20,15 +20,6 @@
- ^cinderclient/tests/unit/.*$
- job:
- name: python-cinderclient-functional-py38
- parent: python-cinderclient-functional-base
- # need to specify a platform that has python 3.8 available
- nodeset: openstack-single-node-focal
- vars:
- python_version: 3.8
- tox_envlist: functional-py38
-
-- job:
name: python-cinderclient-functional-py39
parent: python-cinderclient-functional-base
nodeset: devstack-single-node-centos-9-stream
@@ -36,6 +27,15 @@
python_version: 3.9
tox_envlist: functional-py39
+- job:
+ name: python-cinderclient-functional-py310
+ parent: python-cinderclient-functional-base
+ # python 3.10 is the default in ubuntu 22.04 (jammy)
+ nodeset: openstack-single-node-jammy
+ vars:
+ python_version: 3.10
+ tox_envlist: functional-py310
+
- project:
vars:
ensure_tox_version: '<4'
@@ -48,11 +48,11 @@
- release-notes-jobs-python3
check:
jobs:
- - python-cinderclient-functional-py38
- python-cinderclient-functional-py39
+ - python-cinderclient-functional-py310
- openstack-tox-pylint:
voting: false
gate:
jobs:
- - python-cinderclient-functional-py38
- python-cinderclient-functional-py39
+ - python-cinderclient-functional-py310