diff options
author | Ben Gamari <ben@well-typed.com> | 2020-03-13 10:38:09 -0400 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2020-03-13 10:38:09 -0400 |
commit | 7f25557a6f240943ebe3eb3b3c7178e76a3e93e1 (patch) | |
tree | 87f65d30d2747971f90e64b8a9db94fdc9e1272d /.gitlab-ci.yml | |
parent | f124ff0dfccced755ee97ecac027119269996f8f (diff) | |
download | haskell-7f25557a6f240943ebe3eb3b3c7178e76a3e93e1.tar.gz |
gitlab-ci: Distinguish integer-simple test envs
Previously two integer-simple jobs declared the same test environment. One (the nightly job) was built in the perf way, the other in the validate way. Consequently they had appreciably different performance characteristics, causing in the nightly job to spuriously fail with performance changes.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a69bf1b86..f8bfce1664 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -617,7 +617,7 @@ validate-x86_64-linux-deb9-integer-simple: variables: BUILD_FLAVOUR: validate INTEGER_LIBRARY: integer-simple - TEST_ENV: "x86_64-linux-deb9-integer-simple" + TEST_ENV: "x86_64-linux-deb9-integer-simple-validate" BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-deb9-linux-integer-simple.tar.xz" nightly-x86_64-linux-deb9-integer-simple: |