Commit 1e757702 authored by Rémy Coutable's avatar Rémy Coutable

Set a 31-day expiration time for all our artifacts

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 718a986d
......@@ -28,6 +28,7 @@ memory-static:
- tmp/memory_*.txt
reports:
metrics: tmp/memory_metrics.txt
expire_in: 31d
# Show memory usage caused by invoking require per gem.
# Unlike `memory-static`, it hits the app with one request to ensure that any last minute require-s have been called.
......@@ -54,3 +55,4 @@ memory-on-boot:
- tmp/memory_*.txt
reports:
metrics: tmp/memory_on_boot_metrics.txt
expire_in: 31d
......@@ -15,3 +15,4 @@ pages:
artifacts:
paths:
- public
expire_in: 31d
......@@ -194,7 +194,7 @@ gitlab:setup:
when: on_failure
expire_in: 1d
paths:
- log/development.log
- log/*.log
rspec:coverage:
extends:
......
......@@ -203,6 +203,7 @@ review-performance:
- sitespeed-results/
reports:
performance: performance.json
expire_in: 31d
parallel-spec-reports:
extends:
......@@ -229,6 +230,7 @@ parallel-spec-reports:
- qa/gitlab-qa-run-*
reports:
junit: qa/gitlab-qa-run-*/**/rspec-*.xml
expire_in: 31d
danger-review:
extends:
......
......@@ -15,6 +15,7 @@ cache gems:
artifacts:
paths:
- vendor/cache
expire_in: 31d
.minimal-job:
extends:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment