Merge branch 'feature/ci_runner_failure_retries_v4.2' into 'release/v4.2'

ci: runner system failure retries (v4.2)

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

View File

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