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: ...@@ -77,6 +77,7 @@ sette_cmp_cfgs:
paths: paths:
- sette/sette_cmp_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log - sette/sette_cmp_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always when: always
expire_in: 30 days
sette_cmp_tsts: sette_cmp_tsts:
stage: compile stage: compile
...@@ -96,6 +97,7 @@ sette_cmp_tsts: ...@@ -96,6 +97,7 @@ sette_cmp_tsts:
paths: paths:
- sette/sette_cmp_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log - sette/sette_cmp_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always when: always
expire_in: 30 days
sette_run_cfgs: sette_run_cfgs:
stage: run stage: run
...@@ -120,6 +122,7 @@ sette_run_cfgs: ...@@ -120,6 +122,7 @@ sette_run_cfgs:
- cfgs/${CONFIG}_ST/*/sette.*.err - cfgs/${CONFIG}_ST/*/sette.*.err
- cfgs/${CONFIG}_ST/*/ocean.output* - cfgs/${CONFIG}_ST/*/ocean.output*
when: always when: always
expire_in: 30 days
sette_run_tsts: sette_run_tsts:
stage: run stage: run
...@@ -144,6 +147,7 @@ sette_run_tsts: ...@@ -144,6 +147,7 @@ sette_run_tsts:
- tests/${CONFIG}_ST/*/sette.*.err - tests/${CONFIG}_ST/*/sette.*.err
- tests/${CONFIG}_ST/*/ocean.output* - tests/${CONFIG}_ST/*/ocean.output*
when: always when: always
expire_in: 30 days
sette_rpt_cfgs: sette_rpt_cfgs:
stage: check stage: check
...@@ -161,6 +165,7 @@ sette_rpt_cfgs: ...@@ -161,6 +165,7 @@ sette_rpt_cfgs:
paths: paths:
- sette/sette_rpt_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log - sette/sette_rpt_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always when: always
expire_in: 30 days
sette_rpt_tsts: sette_rpt_tsts:
stage: check stage: check
...@@ -177,4 +182,5 @@ sette_rpt_tsts: ...@@ -177,4 +182,5 @@ sette_rpt_tsts:
artifacts: artifacts:
paths: paths:
- sette/sette_rpt_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log - sette/sette_rpt_${CONFIG}_${CI_COMMIT_SHORT_SHA}_${HPC}.log
when: always when: always
\ No newline at end of file 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