From 78be9ae683867da89f71a4488f334eb33d981b2d Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Tue, 7 Jan 2020 11:53:44 -0500 Subject: 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. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fddeebfa87..38cdb13719 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -756,7 +756,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) -- cgit v1.2.1