[commit: ghc] wip/fix-i386: gitlab-ci: Don't allow i386-deb9 to fail (5c32b98)

git at git.haskell.org git at git.haskell.org
Wed Feb 27 01:13:58 UTC 2019


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

On branch  : wip/fix-i386
Link       : http://ghc.haskell.org/trac/ghc/changeset/5c32b980d4912ead1171befea5ae30d3fbc1e42f/ghc

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

commit 5c32b980d4912ead1171befea5ae30d3fbc1e42f
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


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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 217b297..5abe977 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