[commit: ghc] wip/dmd-arity: gitlab-ci: Don't allow i386-deb9 to fail (f624dc1)

git at git.haskell.org git at git.haskell.org
Thu Mar 7 17:41:11 UTC 2019


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

On branch  : wip/dmd-arity
Link       : http://ghc.haskell.org/trac/ghc/changeset/f624dc15d196507c011079eaad9a31acef87a24c/ghc

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

commit f624dc15d196507c011079eaad9a31acef87a24c
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 Increase:
        haddock.Cabal
        haddock.base
        T14683


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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b6fb0c7..f1f5550 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -224,7 +224,6 @@ nightly-aarch64-linux-deb9:
   extends: .validate-linux
   stage: full-build
   image: "registry.gitlab.haskell.org/ghc/ci-images/i386-linux-deb9:$DOCKER_REV"
-  allow_failure: true
   variables:
     TEST_ENV: "i386-linux-deb9"
   cache:



More information about the ghc-commits mailing list