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:
gabriel klawitter
2020-01-21 00:26:19 +08:00
committed by Gavin Wood
parent 05838b2c65
commit b0d1a7183a
+2 -2
View File
@@ -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