From 08720178cd9b8a5934d879023a3cf3be4fe0807b Mon Sep 17 00:00:00 2001 From: tushargite96 Date: Sun, 20 Mar 2022 14:37:03 +0530 Subject: [PATCH] Add non-voting Python 3.10 jobs for Zed cycle The template which is used to test runtime for the Zed cycle added python 3.10 as a non-voting job [1]. So this patch follows the same thing here. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/831633 Change-Id: I6d96cf6e3702aaadb22d17c23306156d23baaa0d --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 73c60a4..1c73a69 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -9,6 +9,8 @@ - openstack-tox-py37 - openstack-tox-py38 - openstack-tox-py39 + - openstack-tox-py310: + voting: false gate: jobs: - openstack-tox-pep8