[libvirt PATCH 1/2] ci: treat centos-stream9 as non-gating job

Daniel P. Berrangé berrange at redhat.com
Wed Jan 18 14:19:09 UTC 2023


Over the time we've had it running, the centos stream 9 job has broken
way too often due to bugs in the infrastructure and/or content being
published. It is clearly not suitable for production usage, so we want
to change the CI job to non-gating, to prevent our pipelines being
blocked by frequent problems outside our control.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 ci/gitlab/builds.yml     | 4 ++--
 ci/gitlab/containers.yml | 2 +-
 ci/manifest.yml          | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index 89c15fa28d..67b9fda454 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -118,7 +118,7 @@ x86_64-centos-stream-9-prebuilt-env:
   needs:
     - job: x86_64-centos-stream-9-container
       optional: true
-  allow_failure: false
+  allow_failure: true
   variables:
     NAME: centos-stream-9
   artifacts:
@@ -129,7 +129,7 @@ x86_64-centos-stream-9-prebuilt-env:
 x86_64-centos-stream-9-local-env:
   extends: .native_build_job_local_env
   needs: []
-  allow_failure: false
+  allow_failure: true
   variables:
     IMAGE: quay.io/centos/centos:stream9
     NAME: centos-stream-9
diff --git a/ci/gitlab/containers.yml b/ci/gitlab/containers.yml
index fa426bd3a6..dcc42b3f8b 100644
--- a/ci/gitlab/containers.yml
+++ b/ci/gitlab/containers.yml
@@ -37,7 +37,7 @@ x86_64-centos-stream-8-container:
 
 x86_64-centos-stream-9-container:
   extends: .container_job
-  allow_failure: false
+  allow_failure: true
   variables:
     NAME: centos-stream-9
 
diff --git a/ci/manifest.yml b/ci/manifest.yml
index 2aa9ce9952..92cf80315e 100644
--- a/ci/manifest.yml
+++ b/ci/manifest.yml
@@ -37,6 +37,7 @@ targets:
   centos-stream-9:
     jobs:
       - arch: x86_64
+        allow-failure: true
         artifacts:
           expire_in: 1 day
           paths:
-- 
2.39.0



More information about the libvir-list mailing list