diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2021-06-30 10:43:13 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-07-01 03:31:48 -0400 |
commit | c22761fa4d53388dba8a96e128a0c85c961e5dc0 (patch) | |
tree | 6fb8240a4ec037b1a4c743d2b384ef0c873cf8a6 | |
parent | 05ae47721d05cd35b7a67dac054f0ab483a4ca28 (diff) | |
download | haskell-c22761fa4d53388dba8a96e128a0c85c961e5dc0.tar.gz |
[ci] don't allow aarch64-linux (ncg) to fail
by accepting the current state of metrics (and the NCG is new, so this seems
prudent to do), we can require aarch64-linux (ncg) to build without permitting
failure.
Metric Increase:
T13035
T13719
T14697
T1969
T9203
T9872a
T9872b
T9872c
T9872d
T9961
WWRec
haddock.Cabal
haddock.base
parsing001
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a460c260bd..a066eaaa5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -773,7 +773,7 @@ validate-aarch64-darwin: extends: .validate-linux stage: full-build image: "registry.gitlab.haskell.org/ghc/ci-images/aarch64-linux-deb10:$DOCKER_REV" - allow_failure: true + allow_failure: false variables: TEST_ENV: "aarch64-linux-deb10" BIN_DIST_PREP_TAR_COMP: "ghc-aarch64-linux-deb10.tar.xz" |