From 57fb686b20451753e609729e96a7f04729769bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Mon, 9 May 2022 12:45:55 -0500 Subject: [PATCH] Temporarily disable voting for FIPS job The gate job barbican-tox-functional-fips is failing at the gate due to a dependency issue when building the environment. Specifically, it appears that the package "liberasurecode-devel" fails to be found in the CentOS 9 repositories. This patch temporarily disables gate-voting for the FIPS job. We should be able to re-enable voting once this dependency issue is solved. Change-Id: I9d8028454468f95bae405677dcd492fa2e52f93f --- .zuul.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index de6b0ea25..486bddbd4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -100,7 +100,8 @@ - barbican-tempest-plugin-simple-crypto - barbican-tempest-plugin-simple-crypto-secure-rbac - barbican-tempest-plugin-simple-crypto-ipv6-only - - barbican-tox-functional-fips + - barbican-tox-functional-fips: + voting: false - octavia-v2-dsvm-tls-barbican # TripleO jobs that deploy Barbican. # Note we don't use a project-template here, so it's easier