From f1355f85d60c816a850350860c091d210c01c679 Mon Sep 17 00:00:00 2001 From: Thomas Bachman Date: Tue, 1 Oct 2024 11:09:10 +0000 Subject: [PATCH] Fix py312 gate Make the py312 gate non-voting until we have full support for that version. Change-Id: I16b41de9edbe912772d206015c6622d576f4e3b1 --- .zuul.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 4510fc5b9..affd886c0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -42,6 +42,13 @@ required-projects: - name: openstack/requirements override-checkout: stable/2023.1 + - openstack-tox-py312: + nodeset: ubuntu-jammy + # Ignore py311 results until the gate is fixed + voting: false + required-projects: + - name: openstack/requirements + override-checkout: stable/2023.1 - legacy-group-based-policy-dsvm-functional: voting: false - legacy-group-based-policy-dsvm-aim: @@ -81,3 +88,10 @@ required-projects: - name: openstack/requirements override-checkout: stable/2023.1 + - openstack-tox-py312: + nodeset: ubuntu-jammy + # Ignore py311 results until the gate is fixed + voting: false + required-projects: + - name: openstack/requirements + override-checkout: stable/2023.1