diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-19 11:00:05 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-19 19:58:52 -0400 |
commit | d03d876185da2db9b397c58a383c0eac1892cafc (patch) | |
tree | f84725dcacb763322556fa6a392d3cb40b054f58 /.gitlab-ci.yml | |
parent | 0a9866854384875e88406e495aba6594ac47799d (diff) | |
download | haskell-d03d876185da2db9b397c58a383c0eac1892cafc.tar.gz |
gitlab-ci: Ignore performance improvements in marge jobs
Currently we have far too many merge failures due to cumulative
performance improvements. Avoid this by accepting metric decreases in
marge-bot jobs.
Fixes #19562.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4af4247481..5fa73c896b 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=all" + 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=all" + IGNORE_PERF_FAILURES: "all" BIN_DIST_NAME: "ghc-x86_64-apple-darwin" BUILD_FLAVOUR: "validate" script: |