ci: bit_pr on xlarge instead of 2xlarge - #10606
Merged
Merged
Conversation
Validated on live runs at both extremes: a 2-component lane (52% fewer credits, marginally faster) and a worst-case 98-component auto-snap cascade (25 min, no OOM at 12GB heap). The build is CPU-bound on a single env, so the extra 8 cores were idle at double the credit rate. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PR Summary by QodoCI: run bit_pr on xlarge with reduced Node heap
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can enable the Remediation agent and Qodo fixes findings in a dedicated fix PR More tips ↗ | Customize Qodo ↗ | Qodo docs ↗ |
luvkapur
enabled auto-merge (squash)
August 12, 2026 13:50
GiladShoham
approved these changes
Aug 12, 2026
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.
Proposed Changes
Validated on live runs at both extremes. A small 2-component lane used 318 credits instead of 661 and finished slightly faster (jobs 438274 vs 438241). A worst-case 98-component auto-snap cascade completed in 25 minutes with no OOM (job 438467). The build is CPU-bound on a single env, so the extra 8 cores were idle at double the rate.
Rollback: if the job ever dies with "Killed", revert to 2xlarge and restore max-old-space-size=30000.
Extracted from #10597 so it can land independently. That PR will rebase.