Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitlab/templates/pipeline.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ bottlecap ({{ $flavor.name }}):
image: registry.ddbuild.io/images/docker:20.10
tags: ["arch:{{ $flavor.arch }}"]
needs: []
# This job sometimes times out on GitLab for unclear reason.
# Set a short timeout with retries to work around this.
timeout: 10m
retry:
max: 1
when:
- stuck_or_timeout_failure
- runner_system_failure
artifacts:
expire_in: 1 week
paths:
Expand Down
Loading