From cd78b7a5b63741752e29dae9b5032d177f963872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=BCller?= Date: Tue, 8 Apr 2025 12:09:52 +0200 Subject: [PATCH] Further increase sanitizer artifacts retention time Follow-up for 1ad9a8ee2346c97f128c1c282b93b272d1ad3c90. 4 weeks is too short to overlap for some sanitizer schedules, apparently, as there might be delays in the scheduling. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8ebf8062a..018b273ae6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1818,7 +1818,7 @@ ltv-usan: - ivas-linux-fast artifacts: name: "$CI_JOB_NAME--main--sha-$CI_COMMIT_SHORT_SHA" - expire_in: 4 weeks + expire_in: 7 weeks when: always paths: - ep_015.g192 -- GitLab