From 23a3da73beca025d3419c268b72b44ae79f9ecab Mon Sep 17 00:00:00 2001 From: Rajat Dhasmana Date: Wed, 23 Nov 2022 13:49:24 +0000 Subject: [PATCH] Change functional job py39 to py310 Based on the runtimes of 2023.1[1], we are modifying the functional jobs to test against python 3.8 and python 3.10. [1] https://lists.openstack.org/pipermail/openstack-discuss/2022-November/031229.html Change-Id: I12da0ed69465fce9279ee6a30b7b442aa5ba396b --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index f7f585f4ab8..15cfdf0514c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,7 +22,7 @@ - ^cinder/tests/unit.*$ - ^doc/.*$ - ^releasenotes/.*$ - - openstack-tox-functional-py39: + - openstack-tox-functional-py310: irrelevant-files: *functional-irrelevant-files - cinder-rally-task: voting: false