mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: Add retries on runner system failures
This commit is contained in:
parent
d698ec82b4
commit
aa6b080002
@ -130,6 +130,12 @@ before_script:
|
|||||||
dependencies: []
|
dependencies: []
|
||||||
extends: .before_script_lesser_nofilter
|
extends: .before_script_lesser_nofilter
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- '/tools/ci/config/build.yml'
|
- '/tools/ci/config/build.yml'
|
||||||
- '/tools/ci/config/assign-test.yml'
|
- '/tools/ci/config/assign-test.yml'
|
||||||
|
Loading…
Reference in New Issue
Block a user