[commit: ghc] wip/ci-i386: CI: Do not allow i386 to fail anymore (e7aec9c)

git at git.haskell.org git at git.haskell.org
Tue Feb 19 14:13:55 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ci-i386
Link       : http://ghc.haskell.org/trac/ghc/changeset/e7aec9c9226ab684dd072dadeb3c7fa87f439e43/ghc

>---------------------------------------------------------------

commit e7aec9c9226ab684dd072dadeb3c7fa87f439e43
Author: Peter Trommler <ptrommler at acm.org>
Date:   Mon Feb 18 15:43:00 2019 +0100

    CI: Do not allow i386 to fail anymore
    
    Metric Decrease:
        haddock.Cabal


>---------------------------------------------------------------

e7aec9c9226ab684dd072dadeb3c7fa87f439e43
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b630d9f..51a74aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -206,7 +206,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