Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GOSI9esm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Consortium Members
UKMO
GOSI
GOSI9esm
Commits
d8b73ce7
Commit
d8b73ce7
authored
2 years ago
by
Guillaume Samson
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
d8b73ce7
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment