Skip to content

Commit eeb7284

Browse files
committed
add retry
1 parent 1f09f72 commit eeb7284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ bottlecap ({{ $flavor.name }}):
5656
# Set a short timeout with retries to work around this.
5757
timeout: 10m
5858
retry:
59-
max: 1
59+
max: 2
6060
when:
6161
- stuck_or_timeout_failure
6262
- runner_system_failure
63+
- script_failure
6364
artifacts:
6465
expire_in: 1 week
6566
paths:

0 commit comments

Comments
 (0)