summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-01-07 11:53:44 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2020-02-15 08:36:58 -0500
commit517b290289007f9df59f2d0ff80462d026a50c9b (patch)
treec1f25128b91bcf26312f174b7e8b8b63bda80d81
parenta5e0f376821ca882880b03b07b451aa574e289ec (diff)
downloadhaskell-517b290289007f9df59f2d0ff80462d026a50c9b.tar.gz
gitlab-ci: Retain bindists used by head.hackage for longer
Previously we would keep them for two weeks. However, on the stable branches two weeks can easily elapse with no pushes.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e154768eb1..4fd4a3bfe4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -761,7 +761,9 @@ validate-x86_64-linux-fedora27:
key: linux-x86_64-fedora27
artifacts:
when: always
- expire_in: 2 week
+ # These are used for head.hackage jobs therefore we keep them around for
+ # longer.
+ expire_in: 8 week
############################################################
# Validation via Pipelines (Windows)