From a2ccda7872b10e3fdde5ee3626d2a26e1cb3f82c Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 27 Feb 2023 19:22:52 +0100 Subject: [PATCH] Do not fail pipeline because of failed OpenBSD system test System test on OpenBSD is unstable even when test parallelism is disabled. (cherry picked from commit fc26da6d894978638f127dc5dd466f76710aed1f) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a1b9c2b23..174544be74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1228,6 +1228,7 @@ system:clang:openbsd:amd64: needs: - job: clang:openbsd:amd64 artifacts: true + allow_failure: true unit:clang:openbsd:amd64: <<: *openbsd_amd64_image