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: ...@@ -28,6 +28,7 @@ memory-static:
- tmp/memory_*.txt - tmp/memory_*.txt
reports: reports:
metrics: tmp/memory_metrics.txt metrics: tmp/memory_metrics.txt
expire_in: 31d
# Show memory usage caused by invoking require per gem. # 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. # 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: ...@@ -54,3 +55,4 @@ memory-on-boot:
- tmp/memory_*.txt - tmp/memory_*.txt
reports: reports:
metrics: tmp/memory_on_boot_metrics.txt metrics: tmp/memory_on_boot_metrics.txt
expire_in: 31d
...@@ -15,3 +15,4 @@ pages: ...@@ -15,3 +15,4 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
expire_in: 31d
...@@ -194,7 +194,7 @@ gitlab:setup: ...@@ -194,7 +194,7 @@ gitlab:setup:
when: on_failure when: on_failure
expire_in: 1d expire_in: 1d
paths: paths:
- log/development.log - log/*.log
rspec:coverage: rspec:coverage:
extends: extends:
......
...@@ -203,6 +203,7 @@ review-performance: ...@@ -203,6 +203,7 @@ review-performance:
- sitespeed-results/ - sitespeed-results/
reports: reports:
performance: performance.json performance: performance.json
expire_in: 31d
parallel-spec-reports: parallel-spec-reports:
extends: extends:
...@@ -229,6 +230,7 @@ parallel-spec-reports: ...@@ -229,6 +230,7 @@ parallel-spec-reports:
- qa/gitlab-qa-run-* - qa/gitlab-qa-run-*
reports: reports:
junit: qa/gitlab-qa-run-*/**/rspec-*.xml junit: qa/gitlab-qa-run-*/**/rspec-*.xml
expire_in: 31d
danger-review: danger-review:
extends: extends:
......
...@@ -15,6 +15,7 @@ cache gems: ...@@ -15,6 +15,7 @@ cache gems:
artifacts: artifacts:
paths: paths:
- vendor/cache - vendor/cache
expire_in: 31d
.minimal-job: .minimal-job:
extends: 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