Merge branch 'feature/ci_runner_failure_retries_v3.3' into 'release/v3.3'

ci: runner system failure retries (v3.3)

See merge request espressif/esp-idf!15729
This commit is contained in:
Anton Maklakov
2021-11-19 08:02:28 +00:00

View File

@@ -7,6 +7,12 @@ stages:
- deploy - deploy
- post_check - post_check
default:
retry:
max: 2
# In case of a runner failure we could hop to another one, or a network error could go away.
when: runner_system_failure
variables: variables:
# System environment # System environment