From b4307c983dc7226ea784eeea40ea502a03d4aefa 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 369ae4a11f..2696a7826a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1237,6 +1237,7 @@ system:clang:openbsd:amd64: needs: - job: clang:openbsd:amd64 artifacts: true + allow_failure: true # Jobs with libtool disabled