summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-04-17 18:58:23 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-04-17 18:58:23 -0400
commit26115ba7b19303de7c15072353f7087030bcf293 (patch)
tree71b73a06fbc604b68f4f4e4787b8fbf6eb320a9c
parent1260de9e61ea276c8f67c39437286b11fcb136fc (diff)
downloadpython-cinderclient-26115ba7b19303de7c15072353f7087030bcf293.tar.gz
Update functional jobs for 2023.2
Based on the python runtimes for 2023.2 [0], we should be running functional jobs on python 3.9 and python 3.10. [0] https://governance.openstack.org/tc/reference/runtimes/2023.2.html Change-Id: Ifc7dc6588af420aa56cd862dd9f558a4506eb1a0
-rw-r--r--.zuul.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 64d85ea..db5434a 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -21,15 +21,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
@@ -37,6 +28,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'
@@ -49,11 +49,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