chore: Set 10m timeout and retries for a GitLab job#945
Merged
Conversation
lym953
force-pushed
the
yiming.luo/fix-gitlab-timeout
branch
from
November 25, 2025 20:51
04c93df to
bdcd6f2
Compare
lym953
marked this pull request as ready for review
November 25, 2025 21:19
duncanista
reviewed
Nov 25, 2025
| image: registry.ddbuild.io/images/docker:20.10 | ||
| tags: ["arch:{{ $flavor.arch }}"] | ||
| needs: [] | ||
| # This job sometimes times out on GitLab runner 17227436 for unclear reason. |
Contributor
There was a problem hiding this comment.
Should we report this to the internal CI team?
Contributor
Author
There was a problem hiding this comment.
Actually I was wrong. It's not just this runner. It can happen for both amd64 (which uses 17227436) and arm64 (which uses 17335539), so it might still be our problem.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
bottlecapGitLab job usually takes < 10 minutes, but it sometimes gets stuck and times out at 1 hour. This failure signal causes confusion in PRs and blocks PR merge. As a result, engineers often need to rerun this job.This PR
For this job, add:
stuck_or_timeout_failureorrunner_system_failureTesting
Will merge and see if these errors become less frequent.