[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 05:38:07 UTC 2019
Ben Gamari pushed to branch wip/disable-llvm-ci at Glasgow Haskell Compiler / GHC
Commits:
400b8ca4 by Ben Gamari at 2019-06-12T05:36:33Z
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:
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/400b8ca42b3ed90e5d47ab53dad7cb760f60f3c8
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/400b8ca42b3ed90e5d47ab53dad7cb760f60f3c8
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/35221434/attachment.html>
More information about the ghc-commits
mailing list