I never really considered rawhide stable enough for too many CI jobs, although
it is nice to have some bleeding-edge updates checked as soon as possible.
However I did not want to stray away from some thought-through setup that was
done in libvirt when switching to libvirt-ci. Nevertheless Fedora Rawhide is
now not being able to build and it is not because of our wrongdoing and libvirt
switched the container building phase to allow failures, which I concur and
hence have no reason for keeping it as it was.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 935711e8fea3..7e8b0c574913 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,6 +137,7 @@ x64-fedora-34-container:
x64-fedora-rawhide-container:
extends: .container_job
+ allow_failure: true
variables:
NAME: fedora-rawhide
--
2.32.0