From 45c0a3884b6b4c0b9a6b1b3cef47651f5504502e Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Fri, 17 Jun 2022 11:59:55 +0200 Subject: [PATCH] zuul: Temporarly put Centos9 Stream job non-voting Due to the bug below, all the nova patches are failing. I accordingly propose to make the job non-voting as it would allow our gate to ressurect. Of course, this is a transient solution and we need a proper fix for the job in order to have Centos 9 Stream support back in place ASAP. When the job is back OK, please make it voting again by reverting this patch. Change-Id: I5c3fff65fd6d9e4f3632d1ec62ae3f1f9cfbe626 Related-Bug: #1979047 --- .zuul.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index e92b702afc2f..c0e82405e4ed 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -701,6 +701,9 @@ voting: false - tempest-integrated-compute-centos-9-stream: irrelevant-files: *nova-base-irrelevant-files + # NOTE(sbauza): This job is temporarly non-voting until + # bug #1979047 is resolved as it holds our CI. + voting: false gate: jobs: - nova-live-migration @@ -728,6 +731,9 @@ irrelevant-files: *nova-base-irrelevant-files - tempest-integrated-compute-centos-9-stream: irrelevant-files: *nova-base-irrelevant-files + # NOTE(sbauza): This job is temporarly non-voting until + # bug #1979047 is resolved as it holds our CI. + voting: false periodic-weekly: jobs: # Runs emulation feature functionality test less frequently due