Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1e757702
Commit
1e757702
authored
May 05, 2020
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set a 31-day expiration time for all our artifacts
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
718a986d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
1 deletion
+7
-1
.gitlab/ci/memory.gitlab-ci.yml
.gitlab/ci/memory.gitlab-ci.yml
+2
-0
.gitlab/ci/pages.gitlab-ci.yml
.gitlab/ci/pages.gitlab-ci.yml
+1
-0
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+1
-1
.gitlab/ci/review.gitlab-ci.yml
.gitlab/ci/review.gitlab-ci.yml
+2
-0
.gitlab/ci/setup.gitlab-ci.yml
.gitlab/ci/setup.gitlab-ci.yml
+1
-0
No files found.
.gitlab/ci/memory.gitlab-ci.yml
View file @
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
.gitlab/ci/pages.gitlab-ci.yml
View file @
1e757702
...
...
@@ -15,3 +15,4 @@ pages:
artifacts
:
paths
:
-
public
expire_in
:
31d
.gitlab/ci/rails.gitlab-ci.yml
View file @
1e757702
...
...
@@ -194,7 +194,7 @@ gitlab:setup:
when
:
on_failure
expire_in
:
1d
paths
:
-
log/
development
.log
-
log/
*
.log
rspec:coverage:
extends
:
...
...
.gitlab/ci/review.gitlab-ci.yml
View file @
1e757702
...
...
@@ -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
:
...
...
.gitlab/ci/setup.gitlab-ci.yml
View file @
1e757702
...
...
@@ -15,6 +15,7 @@ cache gems:
artifacts
:
paths
:
-
vendor/cache
expire_in
:
31d
.minimal-job
:
extends
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment