[Git][ghc/ghc][wip/ghc-8.8-merges] gitlab-ci: Allow failing build jobs to fail

Ben Gamari gitlab at gitlab.haskell.org
Sun Apr 7 01:55:52 UTC 2019



Ben Gamari pushed to branch wip/ghc-8.8-merges at Glasgow Haskell Compiler / GHC


Commits:
d84a4c00 by Ben Gamari at 2019-04-07T01:55:37Z
gitlab-ci: Allow failing build jobs to fail

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -358,6 +358,7 @@ validate-x86_64-linux-deb9-debug:
 validate-x86_64-linux-deb9-llvm:
   extends: .build-x86_64-linux-deb9
   stage: full-build
+  allow_failure: true
   variables:
     BUILD_FLAVOUR: perf-llvm
     TEST_ENV: "x86_64-linux-deb9-llvm"
@@ -365,6 +366,7 @@ validate-x86_64-linux-deb9-llvm:
 validate-x86_64-linux-deb9-integer-simple:
   extends: .build-x86_64-linux-deb9
   stage: full-build
+  allow_failure: true
   variables:
     INTEGER_LIBRARY: integer-simple
     TEST_ENV: "x86_64-linux-deb9-integer-simple"
@@ -469,6 +471,7 @@ validate-x86_64-linux-fedora27:
 .build-windows-hadrian:
   extends: .build-windows
   stage: full-build
+  allow_failure: true
   variables:
     GHC_VERSION: "8.6.2"
   script:



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/d84a4c004fddc1e12c9c09503c7147460f8b9202

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/d84a4c004fddc1e12c9c09503c7147460f8b9202
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/20190406/fa700977/attachment.html>


More information about the ghc-commits mailing list