diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-06-10 08:53:57 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-06-16 23:05:44 +0000 |
commit | 11da37403bc65ef76d03cdb9517693e059e45f0d (patch) | |
tree | d4e3f1eb07b33235ab69d29c2f7290a8d7db88d3 | |
parent | 2a7e29e5303058473484b10ed57d3c579d78fe83 (diff) | |
download | haskell-wip/fix-darwin-perf.tar.gz |
CI: Keep the value of PERF_NOTE_KEY in darwin environmentswip/fix-darwin-perf
This fixes the performance test tracking for all darwin environments.
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59e999b801..1f4f139788 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -561,6 +561,7 @@ validate-x86_64-darwin: --keep CI_PROJECT_DIR --keep MAKE_ARGS --keep HADRIAN_ARGS --keep CABAL_CACHE \ --keep LANG --keep CONFIGURE_ARGS --keep TEST_ENV --keep BIN_DIST_NAME \ --keep MACOSX_DEPLOYMENT_TARGET --keep ac_cv_func_clock_gettime --keep HACKAGE_INDEX_STATE \ + --keep PERF_NOTE_KEY --keep HEAD_HACKAGE_TRIGGER_TOKEN \ --run "$1" 2>&1 } # fix up config.sub in libraries for the time. |