From fbdfd529d886aa7174fb6bbbc42e2ec295682fd9 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 17 Jun 2022 14:35:44 +0200 Subject: [PATCH] Set CentOS 9 Stream as NV Currently CentOS 9 Stream hits libvirt bug [1] that occurs on attaching interface to running VM. Octavia is most affected by that as this is part of usual workflow. Fix for the bug has been already proposed and should be released quite soon. Not to spend a lot of time on that, we rather wait for new libvirt version to be released for CentOS 9 Stream and until then set jobs as NV. [1] https://bugzilla.redhat.com/show_bug.cgi?id=2092856 Change-Id: I9dd6fcea23154f781ec111a0927a26aba28954f1 --- zuul.d/project.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index d9a9cf24..68a6b22b 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -21,3 +21,12 @@ - openstack-ansible-deploy-aio_distro_metal-jobs - publish-openstack-docs-pti - build-release-notes-jobs-python3 + + check: + jobs: + - openstack-ansible-deploy-aio_metal-centos-9-stream: + voting: false + gate: + jobs: + - openstack-ansible-deploy-aio_metal-centos-9-stream: + voting: false