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

ci: increase retention for logs of tests to 144 hours #4677

Merged
merged 2 commits into from
Jan 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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