mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
ci: Add retries on runner system failures
This commit is contained in:
parent
fe505c5d1b
commit
f97fd4e04e
@ -158,6 +158,12 @@ before_script:
|
||||
- export PYTHONPATH="$IDF_PATH/tools:$IDF_PATH/tools/ci/python_packages:$PYTHONPATH"
|
||||
- *fetch_submodules
|
||||
|
||||
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:
|
||||
- '/tools/ci/config/pre_check.yml'
|
||||
- '/tools/ci/config/build.yml'
|
||||
|
Loading…
x
Reference in New Issue
Block a user