[commit: ghc] wip/heapprof001-fragile: gitlab-ci: Don't allow i386-deb9 to fail (971f041)
git at git.haskell.org
git at git.haskell.org
Sat Mar 2 14:52:16 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/heapprof001-fragile
Link : http://ghc.haskell.org/trac/ghc/changeset/971f041f815a0ebdc1e6acd3d8ec9a31a4ba7952/ghc
>---------------------------------------------------------------
commit 971f041f815a0ebdc1e6acd3d8ec9a31a4ba7952
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 26 10:14:15 2019 -0500
gitlab-ci: Don't allow i386-deb9 to fail
Also account for testsuite metric drift.
Metric Decrease:
haddock.Cabal
>---------------------------------------------------------------
971f041f815a0ebdc1e6acd3d8ec9a31a4ba7952
.gitlab-ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bca1fe..db87d4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -207,7 +207,6 @@ validate-i386-linux-deb9:
extends: .validate-linux
stage: full-build
image: ghcci/i386-linux-deb9:0.1
- allow_failure: true
variables:
TEST_ENV: "i386-linux-deb9"
artifacts:
More information about the ghc-commits
mailing list