summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-03-18 23:29:09 -0400
committerBen Gamari <ben@smart-cactus.org>2021-03-19 19:58:52 -0400
commit0a9866854384875e88406e495aba6594ac47799d (patch)
treecc24a867a077f9b8c042ff4ec9bda3e84ae3f044 /.gitlab-ci.yml
parent302854154626ef10363afdda3ff1db7160e0827f (diff)
downloadhaskell-0a9866854384875e88406e495aba6594ac47799d.tar.gz
testsuite: Make --ignore-perf-tests more expressive
Allow skipping of only increases/decreases.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8004f149b..4af4247481 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -496,7 +496,7 @@ validate-x86_64-darwin:
TEST_ENV: "x86_64-darwin"
BUILD_FLAVOUR: "validate"
# Due to #19025
- RUNTEST_ARGS: "--ignore-perf-failures"
+ RUNTEST_ARGS: "--ignore-perf-failures=all"
after_script:
- cp -Rf $HOME/.cabal cabal-cache
- .gitlab/ci.sh clean
@@ -523,7 +523,7 @@ validate-x86_64-darwin:
CONFIGURE_ARGS: --with-intree-gmp
TEST_ENV: "x86_64-darwin-hadrian"
# Due to #19025
- RUNTEST_ARGS: "--ignore-perf-failures"
+ RUNTEST_ARGS: "--ignore-perf-failures=all"
BIN_DIST_NAME: "ghc-x86_64-apple-darwin"
BUILD_FLAVOUR: "validate"
script: