[commit: ghc] wip/ghc-8.6-backports: gitlab-ci: Allow integer-simple and unregisterised builds to fail (b348b17)
git at git.haskell.org
git at git.haskell.org
Mon Jan 7 17:18:47 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ghc-8.6-backports
Link : http://ghc.haskell.org/trac/ghc/changeset/b348b173eb4811760273f6abe603daac63b6debd/ghc
>---------------------------------------------------------------
commit b348b173eb4811760273f6abe603daac63b6debd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Dec 29 16:35:44 2018 -0500
gitlab-ci: Allow integer-simple and unregisterised builds to fail
>---------------------------------------------------------------
b348b173eb4811760273f6abe603daac63b6debd
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 830250e..5538bb9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -267,6 +267,7 @@ validate-x86_64-linux-fedora27:
validate-x86_64-linux-deb9-integer-simple:
extends: .validate-linux
stage: full-build
+ allow_failure: true
variables:
INTEGER_LIBRARY: integer-simple
image: ghcci/x86_64-linux-deb9:0.2
@@ -276,6 +277,7 @@ validate-x86_64-linux-deb9-integer-simple:
nightly-x86_64-linux-deb9-integer-simple:
extends: validate-x86_64-linux-deb9-integer-simple
stage: full-build
+ allow_failure: true
artifacts:
expire_in: 2 year
variables:
@@ -287,6 +289,7 @@ nightly-x86_64-linux-deb9-integer-simple:
validate-x86_64-linux-deb9-unreg:
extends: .validate-linux
stage: full-build
+ allow_failure: true
variables:
CONFIGURE_ARGS: --enable-unregisterised
image: ghcci/x86_64-linux-deb9:0.2
More information about the ghc-commits
mailing list