[Git][ghc/ghc][wip/T21986] gitlab-ci: Don't allow FreeBSD job to fail
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Aug 10 21:29:11 UTC 2022
Ben Gamari pushed to branch wip/T21986 at Glasgow Haskell Compiler / GHC
Commits:
61cede99 by Ben Gamari at 2022-08-10T17:28:56-04:00
gitlab-ci: Don't allow FreeBSD job to fail
- - - - -
1 changed file:
- .gitlab/gen_ci.hs
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))
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/61cede993049cacb846b5d5edd4522c43ca0db55
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/61cede993049cacb846b5d5edd4522c43ca0db55
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/4e77f621/attachment-0001.html>
More information about the ghc-commits
mailing list