CI: add expire_in and timeout for jobs
add timeout 4 hours and retry for deploy_test_result add missing expire_in for artifacts add timeout 1 hour for tartget test jobs add retry when job_execution_timeout
This commit is contained in:
@@ -82,6 +82,7 @@ check_pylint:
|
||||
when: always
|
||||
paths:
|
||||
- $REPORT_PATTERN
|
||||
expire_in: 1 week
|
||||
tags:
|
||||
- host_test
|
||||
dependencies: # Here is not a hard dependency relationship, could be skipped when only python files changed. so we do not use "needs" here.
|
||||
|
||||
Reference in New Issue
Block a user