From 847c59527019f11d2b298102f6c24719ce0ef48c Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 10 Aug 2022 17:28:56 -0400 Subject: gitlab-ci: Don't allow FreeBSD job to fail --- .gitlab/gen_ci.hs | 2 +- .gitlab/jobs.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab/gen_ci.hs b/.gitlab/gen_ci.hs index 0ead357835..bb8de22970 100755 --- a/.gitlab/gen_ci.hs +++ b/.gitlab/gen_ci.hs @@ -810,7 +810,7 @@ jobs = Map.fromList $ concatMap flattenJobGroup $ , fastCI (standardBuilds Amd64 Windows) , disableValidate (standardBuildsWithConfig Amd64 Windows nativeInt) , standardBuilds Amd64 Darwin - , allowFailureGroup (addValidateRule FreeBSDLabel (standardBuilds Amd64 FreeBSD13)) + , addValidateRule FreeBSDLabel (standardBuilds Amd64 FreeBSD13) , standardBuilds AArch64 Darwin , standardBuilds AArch64 (Linux Debian10) , allowFailureGroup (addValidateRule ARMLabel (standardBuilds ARMv7 (Linux Debian10))) diff --git a/.gitlab/jobs.yaml b/.gitlab/jobs.yaml index 5c5fe4c164..dc44c3ed67 100644 --- a/.gitlab/jobs.yaml +++ b/.gitlab/jobs.yaml @@ -553,7 +553,7 @@ ".gitlab/ci.sh clean", "cat ci_timings" ], - "allow_failure": true, + "allow_failure": false, "artifacts": { "expire_in": "8 weeks", "paths": [ @@ -2128,7 +2128,7 @@ ".gitlab/ci.sh clean", "cat ci_timings" ], - "allow_failure": true, + "allow_failure": false, "artifacts": { "expire_in": "1 year", "paths": [ @@ -3050,7 +3050,7 @@ ".gitlab/ci.sh clean", "cat ci_timings" ], - "allow_failure": true, + "allow_failure": false, "artifacts": { "expire_in": "2 weeks", "paths": [ -- cgit v1.2.1