summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-12 01:36:33 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-13 11:53:22 -0400
commit5ce63d52fed05371edb34b4f330c33bc85a45127 (patch)
tree90e7a37f1f73a633ec1dc8e16f6b9cbbb184229c
parent74b5d0496f60b30c3fd4de2e7f8a96d1c481bdd6 (diff)
downloadhaskell-5ce63d52fed05371edb34b4f330c33bc85a45127.tar.gz
gitlab-ci: Disable validate-x86_64-linux-deb9 job to reduce load
Enable artifacts on to ensure we have bindist coverage.
-rw-r--r--.gitlab-ci.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfbe4b9934..032966b5e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -444,7 +444,8 @@ nightly-i386-linux-deb9:
cache:
key: linux-x86_64-deb9
-validate-x86_64-linux-deb9:
+# Disabled to reduce CI load
+.validate-x86_64-linux-deb9:
extends: .build-x86_64-linux-deb9
artifacts:
when: always
@@ -468,6 +469,9 @@ validate-x86_64-linux-deb9-debug:
BUILD_FLAVOUR: validate
TEST_TYPE: slowtest
TEST_ENV: "x86_64-linux-deb9-debug"
+ artifacts:
+ when: always
+ expire_in: 2 week
# Disabled to alleviate CI load
.validate-x86_64-linux-deb9-llvm:
@@ -791,7 +795,7 @@ doc-tarball:
- x86_64-linux
image: ghcci/x86_64-linux-deb9:0.2
dependencies:
- - validate-x86_64-linux-deb9
+ - validate-x86_64-linux-deb9-debug
- validate-x86_64-windows
variables:
LINUX_BINDIST: "ghc-x86_64-deb9-linux.tar.xz"