diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-16 10:12:39 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-17 12:44:49 -0500 |
commit | 8eaf733f5bfe6c8c2db31542abe1f8a7c45b59a5 (patch) | |
tree | 9b103cf00c6f9c482a514a79d7061d4d4e243ff6 /.gitlab-ci.yml | |
parent | caf50f631f0216fc11b653b1d0f34e7ca578ec45 (diff) | |
download | haskell-8eaf733f5bfe6c8c2db31542abe1f8a7c45b59a5.tar.gz |
gitlab-ci: Expire artifacts more aggressively
Namely after 2 weeks
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cdfecbe31..e5fb2ec7f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ validate-x86_64-linux-deb8-hadrian: artifacts: reports: junit: junit.xml + expire_in: 2 week paths: - ghc.tar.xz - junit.xml @@ -106,13 +107,13 @@ validate-x86_64-darwin: - cp -Rf $HOME/.cabal cabal-cache artifacts: when: always + expire_in: 2 week cache: key: darwin paths: - cabal-cache - toolchain - .validate-linux: extends: .validate tags: @@ -140,6 +141,7 @@ validate-aarch64-linux-deb9: allow_failure: true artifacts: when: always + expire_in: 2 week cache: key: linux-aarch64-deb9 tags: @@ -150,6 +152,7 @@ validate-x86_64-linux-deb9: image: ghcci/x86_64-linux-deb9:0.2 artifacts: when: always + expire_in: 2 week cache: key: linux-x86_64-deb9 @@ -169,6 +172,7 @@ validate-x86_64-linux-deb8: key: linux-x86_64-deb8 artifacts: when: always + expire_in: 2 week validate-x86_64-linux-fedora27: extends: .validate-linux @@ -177,6 +181,7 @@ validate-x86_64-linux-fedora27: key: linux-x86_64-fedora27 artifacts: when: always + expire_in: 2 week validate-x86_64-linux-deb9-integer-simple: extends: .validate-linux @@ -235,6 +240,7 @@ validate-x86_64-windows: image: ghcci/x86_64-linux-deb8:0.1 artifacts: when: always + expire_in: 2 week reports: junit: junit.xml paths: |