summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-12 01:14:32 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-13 11:53:22 -0400
commit74b5d0496f60b30c3fd4de2e7f8a96d1c481bdd6 (patch)
treea7b27615cd70cc9f227061e8429db2c658fd57b2
parentc53dfb3b2cddfe2d00d9017c9240042cc6bc7fcf (diff)
downloadhaskell-74b5d0496f60b30c3fd4de2e7f8a96d1c481bdd6.tar.gz
gitlab-ci: Disable deb9-llvm job, introduce nightly LLVM job
This should help alleviate queue times as the LLVM job is one of the longest that we have.
-rw-r--r--.gitlab-ci.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c83b10f688..bfbe4b9934 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -469,13 +469,24 @@ validate-x86_64-linux-deb9-debug:
TEST_TYPE: slowtest
TEST_ENV: "x86_64-linux-deb9-debug"
-validate-x86_64-linux-deb9-llvm:
+# Disabled to alleviate CI load
+.validate-x86_64-linux-deb9-llvm:
extends: .build-x86_64-linux-deb9
stage: full-build
variables:
BUILD_FLAVOUR: perf-llvm
TEST_ENV: "x86_64-linux-deb9-llvm"
+nightly-x86_64-linux-deb9-llvm:
+ extends: .build-x86_64-linux-deb9
+ stage: full-build
+ variables:
+ BUILD_FLAVOUR: perf-llvm
+ TEST_ENV: "x86_64-linux-deb9-llvm"
+ only:
+ variables:
+ - $NIGHTLY
+
validate-x86_64-linux-deb9-integer-simple:
extends: .build-x86_64-linux-deb9
stage: full-build