diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-01-07 11:53:44 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-01-07 13:00:03 -0500 |
commit | 78be9ae683867da89f71a4488f334eb33d981b2d (patch) | |
tree | 3a49307b309f860cbca946cbd749bc490a787697 | |
parent | 99a9f51bf8207c79241fc0b685fadeb222a61292 (diff) | |
download | haskell-wip/longer-head.hackage-retention.tar.gz |
gitlab-ci: Retain bindists used by head.hackage for longerwip/longer-head.hackage-retention
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.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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) |