Skip to content

Ci raise provisioning timeout - #6858

Merged
jyotshnayaparla-00 merged 2 commits into
mainfrom
ci-raise-provisioning-timeout
Aug 14, 2026
Merged

Ci raise provisioning timeout#6858
jyotshnayaparla-00 merged 2 commits into
mainfrom
ci-raise-provisioning-timeout

Conversation

@jyotshnayaparla-00

Copy link
Copy Markdown
Contributor

aggtst_base.py set provisioning_timeout_secs=180 for pipeline creation, too tight for how CI actually provisions capacity. This PR raises it to 900s.

180s was too tight for CI's node auto-provisioned pipeline pods,
which have no warm pool by design and can take several minutes to
get a fresh node under merge-queue load. Caused real merge failures
(#6650).
Traced the actual worst-case timing live: node cold start plus a CSI
topology-cache race on brand-new nodes together took ~9 minutes.
600s left almost no margin over that; 900s does.
@jyotshnayaparla-00 jyotshnayaparla-00 self-assigned this Aug 13, 2026
@jyotshnayaparla-00
jyotshnayaparla-00 requested a review from gz August 13, 2026 21:40

@blp blp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@jyotshnayaparla-00
jyotshnayaparla-00 added this pull request to the merge queue Aug 13, 2026
Merged via the queue into main with commit f6cbbcb Aug 14, 2026
1 check passed
@jyotshnayaparla-00
jyotshnayaparla-00 deleted the ci-raise-provisioning-timeout branch August 14, 2026 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants