Use larger memory CPU runners for build jobs#9737
Conversation
|
/ok to test 7e6f374 |
|
/ok to test 424668e |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
Walkthroughimportant: verify cpu16m runner label exists in CI runner pool before merging; a mismatched label will cause dispatch jobs to fail to schedule. Changes the CPU-only runner label in generate_dispatch_job_runner from a cpu16 suffix to cpu16m, affecting runner assignment for non-GPU CI dispatch jobs. ChangesRunner Label Update
Related PRs: None identified. Suggested labels: ci, github-actions Suggested reviewers: None identified. Poem Comment |
|
Other alternative is to create a swapfile (PR here). I imagine |
😬 CI Workflow Results🟥 Finished in 2h 50m: Pass: 99%/506 | Total: 16d 15h | Max: 2h 35m | Hits: 54%/1797913See results here. |
If that also unblocks CI (which based on your 1-shot green CI it does) while keeping existing runner capacity, I'd be in favor of this. @jrhemstad what do you think? |
Description
Updates non-GPU CI jobs to use the larger memory CPU runner labels (
cpu16m) instead of the standardcpu16labels to avoid OOMs during builds.