From 083eeee5af61a19a932138b5035a916c7421beee Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 19 May 2022 13:55:35 +0200 Subject: [PATCH] Make jammy platform jobs non-voting We missed to add the jobs to the gate queue and so they have already regressed before they were actually in place. Make them non-voting for now until the issues are fixed. Signed-off-by: Dr. Jens Harbott Change-Id: I5d1f83dfe23747096163076dcf80750585c0260e --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index b449ea67be..0e114afb3e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -731,6 +731,7 @@ parent: tempest-full-py3 description: Ubuntu 22.04 LTS (jammy) platform test nodeset: openstack-single-node-jammy + voting: false timeout: 9000 vars: configure_swap_size: 4096 @@ -742,6 +743,7 @@ name: devstack-platform-ubuntu-jammy-ovn-source parent: devstack-platform-ubuntu-jammy description: Ubuntu 22.04 LTS (jammy) platform test (OVN from source) + voting: false vars: devstack_localrc: OVN_BUILD_FROM_SOURCE: True @@ -754,6 +756,7 @@ parent: tempest-full-py3 description: Ubuntu 22.04 LTS (jammy) platform test (OVS) nodeset: openstack-single-node-jammy + voting: false timeout: 9000 vars: configure_swap_size: 8192