From 66c15231637404a39cdd1c12e7586bd0eafefcb3 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sat, 26 Oct 2024 10:51:43 +0200 Subject: [PATCH] ci: Make unreleased RHEL distro build optional. --- .gitlab/ci/rhel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/rhel.yml b/.gitlab/ci/rhel.yml index 201ec42d..72ce59f5 100644 --- a/.gitlab/ci/rhel.yml +++ b/.gitlab/ci/rhel.yml @@ -68,6 +68,7 @@ test-main-commit-rhel10: - cryptsetup-rhel-10 stage: test interruptible: true + allow_failure: true variables: DISTRO: cryptsetup-rhel-10 RUN_SSH_PLUGIN_TEST: "1"