kopia lustrzana https://github.com/espressif/esp-idf
ci: Add retries on runner system failures
rodzic
6a7d83af19
commit
006ab2d454
|
@ -115,6 +115,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:
|
||||
- '.gitlab/ci/rules.yml'
|
||||
- '.gitlab/ci/docs.yml'
|
||||
|
|
Ładowanie…
Reference in New Issue