diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-03-30 21:18:29 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-03-30 21:18:51 -0400 |
commit | cfe1b9b97d370aec902fec001a88db2b615ae37c (patch) | |
tree | 747ce843faeb9bc487d8349808ba53b814c0258f | |
parent | 9c9e40e59214b1e358c85852218f3a67e712a748 (diff) | |
download | haskell-wip/extend-perf-expiration.tar.gz |
gitlab-ci: Extend expiration time of simple perf job artifactswip/extend-perf-expiration
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb7d9aa880..bbcdf47869 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1443,7 +1443,7 @@ perf: - export HC=$root/bin/ghc - .gitlab/ci.sh perf_test artifacts: - expire_in: 12 week + expire_in: 2 year when: always paths: - out |