Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
ci: increase retention for logs of tests to 144 hours (#4677)
Browse files Browse the repository at this point in the history
* ci: increase retention for logs of tests to 144 hours

* change to days
  • Loading branch information
gabreal authored and gavofyork committed Jan 20, 2020
1 parent a083572 commit 0995bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ test-linux-stable: &test-linux
- awk '/^warning:/,/^$/ { print }' output.log > ${CI_COMMIT_SHORT_SHA}_warnings.log
artifacts:
name: $CI_COMMIT_SHORT_SHA
expire_in: 24 hrs
expire_in: 3 days
paths:
- ${CI_COMMIT_SHORT_SHA}_warnings.log

Expand Down Expand Up @@ -210,7 +210,7 @@ test-linux-stable-int:
artifacts:
name: $CI_COMMIT_SHORT_SHA
when: on_failure
expire_in: 24 hrs
expire_in: 3 days
paths:
- ${CI_COMMIT_SHORT_SHA}_int_failure.log

Expand Down

0 comments on commit 0995bb3

Please sign in to comment.