mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
Merge branch 'feature/ci_runner_failure_retries_v4.4' into 'release/v4.4'
ci: runner system failure retries (v4.4) See merge request espressif/esp-idf!15722
This commit is contained in:
@@ -115,6 +115,12 @@ before_script:
|
|||||||
- export PYTHONPATH="$IDF_PATH/tools:$IDF_PATH/tools/ci/python_packages:$PYTHONPATH"
|
- export PYTHONPATH="$IDF_PATH/tools:$IDF_PATH/tools/ci/python_packages:$PYTHONPATH"
|
||||||
- fetch_submodules
|
- 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:
|
include:
|
||||||
- '.gitlab/ci/rules.yml'
|
- '.gitlab/ci/rules.yml'
|
||||||
- '.gitlab/ci/docs.yml'
|
- '.gitlab/ci/docs.yml'
|
||||||
|
Reference in New Issue
Block a user