diff --git a/.gitlab/ci/base.yml b/.gitlab/ci/base.yml index a9b554ff5..affd90733 100644 --- a/.gitlab/ci/base.yml +++ b/.gitlab/ci/base.yml @@ -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* diff --git a/.gitlab/ci/pre.yml b/.gitlab/ci/pre.yml index fc28d2cdf..8dbdb4dab 100644 --- a/.gitlab/ci/pre.yml +++ b/.gitlab/ci/pre.yml @@ -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: