Skip to content
Snippets Groups Projects
Commit 2c56a29d authored by Walter Lozano's avatar Walter Lozano
Browse files

Extend artifact life for folding


The folding process can take more than one day so it is useful to
keep artifacts alive. Since artifacts are quite small set a rather
big expire time and the same time align with other instances.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent 00111e06
No related branches found
No related tags found
1 merge request!231Extend artifact life for folding
Pipeline #834517 passed
......@@ -27,7 +27,7 @@ prepare-package-lists:
paths:
- ./*.txt
- ./child-pipeline.yaml
expire_in: 1 day
expire_in: 14 days
fold-monitor:
stage: fold
......@@ -92,7 +92,7 @@ manual-review-done:
artifacts:
paths:
- ./child-pipeline.yaml
expire_in: 1 day
expire_in: 14 days
fold-cleanup-monitor:
stage: cleanup
......
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