[Git][ghc/ghc][wip/T21986] gitlab-ci: Don't allow FreeBSD job to fail

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Aug 11 03:05:57 UTC 2022



Ben Gamari pushed to branch wip/T21986 at Glasgow Haskell Compiler / GHC


Commits:
6eb0088e by Ben Gamari at 2022-08-10T23:05:50-04:00
gitlab-ci: Don't allow FreeBSD job to fail

- - - - -


2 changed files:

- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml


Changes:

=====================================
.gitlab/gen_ci.hs
=====================================
@@ -785,7 +785,7 @@ jobs = M.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)
      , disableValidate (standardBuilds AArch64 (Linux Debian11))


=====================================
.gitlab/jobs.yaml
=====================================
@@ -664,7 +664,7 @@
       ".gitlab/ci.sh clean",
       "cat ci_timings"
     ],
-    "allow_failure": true,
+    "allow_failure": false,
     "artifacts": {
       "expire_in": "8 weeks",
       "paths": [
@@ -2296,7 +2296,7 @@
       ".gitlab/ci.sh clean",
       "cat ci_timings"
     ],
-    "allow_failure": true,
+    "allow_failure": false,
     "artifacts": {
       "expire_in": "1 year",
       "paths": [
@@ -3218,7 +3218,7 @@
       ".gitlab/ci.sh clean",
       "cat ci_timings"
     ],
-    "allow_failure": true,
+    "allow_failure": false,
     "artifacts": {
       "expire_in": "2 weeks",
       "paths": [



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6eb0088ed9deea84677fb57e8c8a3c7dcf54d7a8

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6eb0088ed9deea84677fb57e8c8a3c7dcf54d7a8
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220810/5a33a9fc/attachment-0001.html>


More information about the ghc-commits mailing list