summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-02-25 12:30:05 -0500
committerBen Gamari <ben@smart-cactus.org>2021-02-25 12:30:05 -0500
commit1ba08c99f91f274012490cc92b70bd8862c0089e (patch)
tree711f1cccc4e73316f266a846170a2e0f7f018ce9
parent10e115d39d6062151cc95256fee052b197a46186 (diff)
downloadhaskell-wip/T19025.tar.gz
gitlab-ci: Fix TEST_ARGS/RUNTEST_ARGS inconsistencywip/T19025
Finally fixes #19025.
-rw-r--r--.gitlab-ci.yml4
-rwxr-xr-x.gitlab/ci.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86c140ab76..7f415ca00a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -471,7 +471,7 @@ validate-x86_64-darwin:
TEST_ENV: "x86_64-darwin"
BUILD_FLAVOUR: "validate"
# Due to #19025
- TEST_ARGS: "--ignore-perf-failures"
+ RUNTEST_ARGS: "--ignore-perf-failures"
after_script:
- cp -Rf $HOME/.cabal cabal-cache
- .gitlab/ci.sh clean
@@ -498,7 +498,7 @@ validate-x86_64-darwin:
CONFIGURE_ARGS: --with-intree-gmp
TEST_ENV: "x86_64-darwin-hadrian"
# Due to #19025
- TEST_ARGS: "--ignore-perf-failures"
+ RUNTEST_ARGS: "--ignore-perf-failures"
BIN_DIST_NAME: "ghc-x86_64-apple-darwin"
BUILD_FLAVOUR: "validate"
script:
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 9dca90bbaa..c6dd28e00b 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -44,7 +44,7 @@ Environment variables affecting both build systems:
CROSS_TARGET Triple of cross-compilation target.
VERBOSE Set to non-empty for verbose build output
- TEST_ARGS Arguments passed to runtest.py
+ RUNTEST_ARGS Arguments passed to runtest.py
MSYSTEM (Windows-only) Which platform to build form (MINGW64 or MINGW32).
Environment variables determining build configuration of Make system: