summaryrefslogtreecommitdiff
path: root/ci/gitlab/containers.yml
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2023-04-19 10:25:34 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2023-04-19 10:25:34 +0100
commit664c347534c093dd541f60affd30bc1c4572d776 (patch)
tree1668e8d302022da01098648de5aeeffbe38f1d93 /ci/gitlab/containers.yml
parent6e1351b4c0392cad716520808d4eac4bcc69c855 (diff)
downloadlibvirt-python-664c347534c093dd541f60affd30bc1c4572d776.tar.gz
ci: mark bleeding edge distros as non-gating
Fedora Rawhide, Debian Sid and OpenSUSE Tumbleweed are all liable to have sporadic failures due to being bleeding edge distros. Thus they should not gate contributor changes that are otherwise correct. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'ci/gitlab/containers.yml')
-rw-r--r--ci/gitlab/containers.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/gitlab/containers.yml b/ci/gitlab/containers.yml
index d185c3a..44a1f13 100644
--- a/ci/gitlab/containers.yml
+++ b/ci/gitlab/containers.yml
@@ -30,7 +30,7 @@ x86_64-debian-10-container:
x86_64-debian-sid-container:
extends: .container_job
- allow_failure: false
+ allow_failure: true
variables:
NAME: debian-sid
@@ -51,7 +51,7 @@ x86_64-fedora-37-container:
x86_64-fedora-rawhide-container:
extends: .container_job
- allow_failure: false
+ allow_failure: true
variables:
NAME: fedora-rawhide
@@ -65,7 +65,7 @@ x86_64-opensuse-leap-154-container:
x86_64-opensuse-tumbleweed-container:
extends: .container_job
- allow_failure: false
+ allow_failure: true
variables:
NAME: opensuse-tumbleweed