We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6094949 commit 04c93dfCopy full SHA for 04c93df
.gitlab/templates/pipeline.yaml.tpl
@@ -51,6 +51,12 @@ bottlecap ({{ $flavor.name }}):
51
image: registry.ddbuild.io/images/docker:20.10
52
tags: ["arch:{{ $flavor.arch }}"]
53
needs: []
54
+ # This job sometimes times out on GitLab runner 17227436 for unclear reason.
55
+ # Setting a short timeout with retries to work around this.
56
+ timeout: 10m
57
+ retry:
58
+ max: 2
59
+ when: stuck_or_timeout_failure
60
artifacts:
61
expire_in: 1 week
62
paths:
0 commit comments