summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-04-17 17:31:04 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2023-04-17 17:33:40 -0400
commit3febae752925d98e97e80d45e0699177e9770ae9 (patch)
treeab7825e8669a8bc835b2bfef717f2c24436f1b18
parentcd44d3763dcfba24b81aab4619c0d765f89567fc (diff)
downloadcinder-3febae752925d98e97e80d45e0699177e9770ae9.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. This patch does not remove the ability to run the functional jobs locally on python 3.8, as it may be useful to test changes that are intended to be backported. [0] https://governance.openstack.org/tc/reference/runtimes/2023.2.html Change-Id: I5e12a7555b465a5fd8510d5a9b80d5caa30ce507
-rw-r--r--.zuul.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index a920ca039..694962907 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -14,7 +14,7 @@
- cinder-mypy
- cinder-tox-bandit-baseline:
voting: false
- - openstack-tox-functional-py38:
+ - openstack-tox-functional-py39:
irrelevant-files: &functional-irrelevant-files
- ^.*\.rst$
- ^cinder/locale/.*$