Add CI matrix guidelines documentation#434
Merged
bdice merged 3 commits intorapidsai:mainfrom Oct 22, 2025
Merged
Conversation
Documents principles and practices for determining CI test matrices in .github/workflows/ test jobs. Guidelines cover coverage priorities, matrix sizing strategy, and rollout procedures for version updates.
rockhowse
approved these changes
Oct 22, 2025
Contributor
rockhowse
left a comment
There was a problem hiding this comment.
Thank you for creating this! It gathers together a lot of different discussions/resources about how RAPIDS uses the matrix of dependencies and where limited scope has been used.
I added some optional syntactic sugar to a couple places in an attempt to highlight important sections critical for success using some github markdown magic.
Not required, but turns something like this:
Into something more obvious like this:
rockhowse
reviewed
Oct 22, 2025
Co-authored-by: Nate Rock <rockhowse@gmail.com>
for more information, see https://pre-commit.ci
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.
Adds
MATRIX_GUIDELINES.mddocumenting the principles for determining CI test matrices.Guidelines extracted from PR discussions (#431, #428, #413, #412) and current matrix configurations across build/test workflows.
This explains the various dimensions of CI coverage: