Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit f0c4cf2

Browse files
committed
Add retry failed CI jobs twice
1 parent 3582091 commit f0c4cf2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ variables: &default-vars
1313

1414
default:
1515
cache: {}
16+
retry:
17+
max: 2
18+
when:
19+
- runner_system_failure
20+
- unknown_failure
21+
- api_failure
1622

1723
.build: &docker_build
1824
stage: build

0 commit comments

Comments
 (0)