[commit: ghc] wip/T16087: gitlab-ci: Don't allow x86_64-linux-deb9-llvm to fail (29b4282)
git at git.haskell.org
git at git.haskell.org
Wed Jan 30 00:26:17 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T16087
Link : http://ghc.haskell.org/trac/ghc/changeset/29b4282d1d6e815899788840d078ae61593d1ca1/ghc
>---------------------------------------------------------------
commit 29b4282d1d6e815899788840d078ae61593d1ca1
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jan 28 19:26:57 2019 -0500
gitlab-ci: Don't allow x86_64-linux-deb9-llvm to fail
>---------------------------------------------------------------
29b4282d1d6e815899788840d078ae61593d1ca1
.gitlab-ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2478d0d..a309ea2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -237,7 +237,6 @@ nightly-x86_64-linux-deb9:
validate-x86_64-linux-deb9-llvm:
extends: .validate-linux
stage: full-build
- allow_failure: true
image: ghcci/x86_64-linux-deb9:0.2
variables:
BUILD_FLAVOUR: perf-llvm
More information about the ghc-commits
mailing list