Maintenance: Keep all artifacts one week.

This commit is contained in:
Rolf Schmidt 2022-02-11 10:22:07 +00:00
parent 170bfc6e59
commit de30ba60ac
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Artifacts are stored for failed jobs for 2 days
.artifacts_error: &artifacts_error
artifacts:
expire_in: 2 days
expire_in: 1 week
when: on_failure
paths:
- tmp/screenshot*

View file

@ -97,7 +97,7 @@ global_refresh_envs:
resource_group: global_refresh_envs
# allow download via the web UI to restore ENVs in case global cache got deleted (see: `.gitlab-ci.yml`)
artifacts:
expire_in: 1 day
expire_in: 1 week
paths:
- fresh.env
rules: