Rebalance CI runner utilization and enable apt proxy cache#496
Merged
Conversation
Shift PR test jobs to reduce pressure on overloaded runners and better utilize underused capacity: - Move one ARM+A100 Python test to amd64+A100 (reduce ARM+A100 utilization) - Move one amd64 CUDA 12 C++ test from L4 to V100 (currently underutilized) - Move one amd64 L4 job to H100 for conda C++ and Python tests (currently underutilized) - Add amd64+H100 wheel test job (currently underutilized) Nightlies unchanged to maintain full coverage. Nightly load balancing currently looks fine.
Contributor
Author
|
In the test PR, rapidsai/cudf#21273, all jobs have passed so far. There are a few jobs still queueing which are waiting on runners of the types that we are reducing in this PR. These changes should have real impact in PR turnaround time! |
jameslamb
approved these changes
Jan 30, 2026
Member
jameslamb
left a comment
There was a problem hiding this comment.
Love this, let's put those underused machines to work!!
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.
Summary
enable-apt: trueto allsetup-proxy-cacheactions to improve package installation performanceRunner rebalancing changes:
Nightly jobs unchanged to maintain full coverage.