Skip to content

Commit

Permalink
limit lifetime of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
white238 committed Aug 23, 2023
1 parent ce70846 commit 895be8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 895be8c

Please sign in to comment.