Commit ad9e6899 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'set-expiration-for-all-artifacts' into 'master'

Set a default 31-days expiration time for all our artifacts

See merge request gitlab-org/gitlab!31119
parents 083df09f 1e757702
......@@ -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:
......
......@@ -198,6 +198,7 @@ review-performance:
- sitespeed-results/
reports:
performance: performance.json
expire_in: 31d
parallel-spec-reports:
extends:
......@@ -223,6 +224,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