Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
change to days
  • Loading branch information
gabreal committed Jan 20, 2020
commit aec1e6f3dd36545c9bccfce7e34c3cf7586a8893
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: 144 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: 144 hrs
expire_in: 3 days
paths:
- ${CI_COMMIT_SHORT_SHA}_int_failure.log

Expand Down