Skip to content
Snippets Groups Projects
Commit d8b73ce7 authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

add an expiration time (30 days) to Nemo CI artifacts

parent 57bbe665
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ sette_cmp_cfgs:
paths:
- sette/sette_cmp_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always
expire_in: 30 days
sette_cmp_tsts:
stage: compile
......@@ -96,6 +97,7 @@ sette_cmp_tsts:
paths:
- sette/sette_cmp_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always
expire_in: 30 days
sette_run_cfgs:
stage: run
......@@ -120,6 +122,7 @@ sette_run_cfgs:
- cfgs/${CONFIG}_ST/*/sette.*.err
- cfgs/${CONFIG}_ST/*/ocean.output*
when: always
expire_in: 30 days
sette_run_tsts:
stage: run
......@@ -144,6 +147,7 @@ sette_run_tsts:
- tests/${CONFIG}_ST/*/sette.*.err
- tests/${CONFIG}_ST/*/ocean.output*
when: always
expire_in: 30 days
sette_rpt_cfgs:
stage: check
......@@ -161,6 +165,7 @@ sette_rpt_cfgs:
paths:
- sette/sette_rpt_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always
expire_in: 30 days
sette_rpt_tsts:
stage: check
......@@ -177,4 +182,5 @@ sette_rpt_tsts:
artifacts:
paths:
- sette/sette_rpt_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always
\ No newline at end of file
when: always
expire_in: 30 days
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment