From 895be8ccce75d02f70899b0eeb9364a11a4ac0de Mon Sep 17 00:00:00 2001 From: Chris White Date: Wed, 23 Aug 2023 11:15:34 -0700 Subject: [PATCH] limit lifetime of artifacts --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index face6ca59..708268da7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ variables: - ${ALLOC_COMMAND} scripts/gitlab/build_and_test.sh - echo -e "section_end:$(date +%s):src_build_and_unit_test\r\e[0K" artifacts: + expire_in: 2 weeks when: always paths: - _serac_build_and_test_*/output.log*.txt @@ -53,6 +54,7 @@ variables: - ${ALLOC_COMMAND} python3 scripts/llnl/build_tpls.py -v ${SPEC} --directory=${FULL_BUILD_ROOT} --short-path - echo -e "section_end:$(date +%s):full_build_and_unit_test\r\e[0K" artifacts: + expire_in: 2 weeks when: always paths: - ${FULL_BUILD_ROOT}/${SYS_TYPE}/*/output.log*.txt