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: ...@@ -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:
......
...@@ -198,6 +198,7 @@ review-performance: ...@@ -198,6 +198,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:
...@@ -223,6 +224,7 @@ parallel-spec-reports: ...@@ -223,6 +224,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