mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
ci: increase retention for logs of tests to 144 hours (#4677)
* ci: increase retention for logs of tests to 144 hours * change to days
This commit is contained in:
committed by
Gavin Wood
parent
05838b2c65
commit
b0d1a7183a
@@ -146,7 +146,7 @@ test-linux-stable: &test-linux
|
|||||||
- awk '/^warning:/,/^$/ { print }' output.log > ${CI_COMMIT_SHORT_SHA}_warnings.log
|
- awk '/^warning:/,/^$/ { print }' output.log > ${CI_COMMIT_SHORT_SHA}_warnings.log
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $CI_COMMIT_SHORT_SHA
|
name: $CI_COMMIT_SHORT_SHA
|
||||||
expire_in: 24 hrs
|
expire_in: 3 days
|
||||||
paths:
|
paths:
|
||||||
- ${CI_COMMIT_SHORT_SHA}_warnings.log
|
- ${CI_COMMIT_SHORT_SHA}_warnings.log
|
||||||
|
|
||||||
@@ -210,7 +210,7 @@ test-linux-stable-int:
|
|||||||
artifacts:
|
artifacts:
|
||||||
name: $CI_COMMIT_SHORT_SHA
|
name: $CI_COMMIT_SHORT_SHA
|
||||||
when: on_failure
|
when: on_failure
|
||||||
expire_in: 24 hrs
|
expire_in: 3 days
|
||||||
paths:
|
paths:
|
||||||
- ${CI_COMMIT_SHORT_SHA}_int_failure.log
|
- ${CI_COMMIT_SHORT_SHA}_int_failure.log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user