summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-02-24 09:08:02 -0500
committerBen Gamari <ben@smart-cactus.org>2021-02-24 11:15:41 -0500
commit10e115d39d6062151cc95256fee052b197a46186 (patch)
tree5974ef164540dbe5f3a269de75978b557bbb7e10 /.gitlab-ci.yml
parent559e4b2b33ee33c3f30ded3cb9856324ecb49382 (diff)
downloadhaskell-10e115d39d6062151cc95256fee052b197a46186.tar.gz
gitlab-ci: Ignore performance test failures on Darwin
Due to #19025.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2321258808..86c140ab76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -470,6 +470,8 @@ validate-x86_64-darwin:
CONFIGURE_ARGS: "--with-intree-gmp"
TEST_ENV: "x86_64-darwin"
BUILD_FLAVOUR: "validate"
+ # Due to #19025
+ TEST_ARGS: "--ignore-perf-failures"
after_script:
- cp -Rf $HOME/.cabal cabal-cache
- .gitlab/ci.sh clean
@@ -495,6 +497,8 @@ validate-x86_64-darwin:
LANG: "en_US.UTF-8"
CONFIGURE_ARGS: --with-intree-gmp
TEST_ENV: "x86_64-darwin-hadrian"
+ # Due to #19025
+ TEST_ARGS: "--ignore-perf-failures"
BIN_DIST_NAME: "ghc-x86_64-apple-darwin"
BUILD_FLAVOUR: "validate"
script: