Skip to content

Commit edeb5ab

Browse files
jchrostek-ddclaude
andauthored
fix: increase bottlecap compile timeout and add retries to integration tests (#1177)
## Summary - Increases bottlecap compile job timeout from 10m to 20m. This seems to be frequently timing out. - Adds `retry: 2` to `integration-suite` to handle transient failures from AWS/Datadog API throttling --------- Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 1470194 commit edeb5ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ bottlecap ({{ $flavor.name }}):
5252
image: registry.ddbuild.io/images/docker:20.10
5353
tags: ["arch:{{ $flavor.arch }}"]
5454
needs: []
55-
# This job sometimes times out on GitLab for unclear reason.
56-
# Set a short timeout with retries to work around this.
57-
timeout: 10m
55+
# This job sometimes times out on GitLab for unclear reasons.
56+
# Set a timeout with retries to work around this.
57+
timeout: 20m
5858
retry:
5959
max: 2
6060
when:
@@ -464,6 +464,7 @@ integration-suite:
464464
stage: integration-tests
465465
tags: ["arch:amd64"]
466466
image: ${CI_DOCKER_TARGET_IMAGE}:${CI_DOCKER_TARGET_VERSION}
467+
retry: 2
467468
parallel:
468469
matrix:
469470
- TEST_SUITE: {{ range (ds "test_suites").test_suites }}

0 commit comments

Comments
 (0)