diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-26 10:14:15 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-03-06 21:48:10 -0500 |
commit | f624dc15d196507c011079eaad9a31acef87a24c (patch) | |
tree | f3e826e9029c0c5e9688dbacd9268f2a62fbb805 /.gitlab-ci.yml | |
parent | a65bcbe7db4f39d18012ce28cb99bed2ce18e7f5 (diff) | |
download | haskell-f624dc15d196507c011079eaad9a31acef87a24c.tar.gz |
gitlab-ci: Don't allow i386-deb9 to fail
Also account for testsuite metric drift.
Metric Increase:
haddock.Cabal
haddock.base
T14683
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6fb0c7bad..f1f5550663 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: |