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:
Chen Yudong
2022-02-09 18:00:54 +08:00
parent 5810ed1d04
commit de7e67ccec
8 changed files with 24 additions and 16 deletions

View File

@@ -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.