Skip to content

Commit cdc06db

Browse files
committed
Merge branch 'ci/add_retry_times' into 'master'
ci: add retry times for failed job See merge request application/esp-at!1028
2 parents 80f9be7 + 115a51a commit cdc06db

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ variables: &global-variables
88
GIT_STRATEGY: clone
99
PYTHON_VER: 3
1010

11+
default:
12+
retry:
13+
max: 2
14+
# In case of a runner failure we could hop to another one, or a network error could go away.
15+
when: always
16+
1117
.before_build_esp32_series: &before_build_esp32_series
1218
- cd components/at/private_include
1319
- rm -f at_ota_token.h
@@ -700,4 +706,3 @@ build_docs:
700706
# - make gh-linkcheck
701707
- make html
702708
- ../check_doc_warnings.sh
703-

0 commit comments

Comments
 (0)