Skip to content
Snippets Groups Projects
Unverified Commit 0d3147ab authored by Oliver Smith's avatar Oliver Smith
Browse files

CI: artifacts: set expire_in (MR 13)

According to GitLab we use 1.6 GiB for artifacts, don't keep them for
more than 1 week from now on. The old ones also need to be deleted via
the API.
parent e1d70560
No related branches found
No related tags found
1 merge request!13CI: artifacts: set expire_in
Checking pipeline status
......@@ -47,6 +47,7 @@ upgrade-compat-v22.12-edge:
when: always
paths:
- "*.check-passed"
expire_in: 1 week
# upgrade compatibility v22.06 --> v22.12
upgrade-compat-v22.06-v22.12:
......@@ -66,6 +67,7 @@ upgrade-compat-v22.06-v22.12:
when: always
paths:
- "*.check-passed"
expire_in: 1 week
# badges
pages:
......@@ -78,3 +80,4 @@ pages:
artifacts:
paths:
- public
expire_in: 1 week
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