[Git][ghc/ghc][wip/disable-llvm-ci] gitlab-ci: Disable validate-x86_64-linux-deb9 job to reduce load
Ben Gamari
gitlab at gitlab.haskell.org
Wed Jun 12 18:10:39 UTC 2019
Ben Gamari pushed to branch wip/disable-llvm-ci at Glasgow Haskell Compiler / GHC
Commits:
87d90ebe by Ben Gamari at 2019-06-12T18:08:35Z
gitlab-ci: Disable validate-x86_64-linux-deb9 job to reduce load
Enable artifacts on to ensure we have bindist coverage.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -441,7 +441,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
@@ -464,6 +465,9 @@ validate-x86_64-linux-deb9-debug:
variables:
BUILD_FLAVOUR: validate
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:
@@ -787,7 +791,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"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/87d90ebe446a9c4df06ae28e0c897f069e1dc217
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/87d90ebe446a9c4df06ae28e0c897f069e1dc217
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190612/091e996c/attachment.html>
More information about the ghc-commits
mailing list