[AIROCMLIR-692] Standardize Jenkins CODEPATH gfx bucket names#2346
Open
bogdan-petkovic wants to merge 2 commits intoROCm:developfrom
Open
[AIROCMLIR-692] Standardize Jenkins CODEPATH gfx bucket names#2346bogdan-petkovic wants to merge 2 commits intoROCm:developfrom
bogdan-petkovic wants to merge 2 commits intoROCm:developfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR standardizes Jenkins CODEPATH bucket naming in mlir/utils/jenkins/Jenkinsfile by renaming RDNA-family buckets from mixed navi*/gfx* naming to a consistent gfx* convention, while preserving existing CI routing/gating behavior.
Changes:
- Renamed CODEPATH buckets:
navi21 -> gfx10x,navi3x -> gfx11x,navi4x -> gfx12x. - Updated all associated routing logic (node label selection, attention sweep mapping, chip-to-codepath mapping) to use the new bucket names.
- Renamed Jenkins gating toggles from
disableNavi*todisableGfx*and updated parameter choices / matrix axes accordingly.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
80b100a to
3db0ecd
Compare
3db0ecd to
7054ca0
Compare
umangyadav
approved these changes
Apr 20, 2026
dorde-antic
reviewed
Apr 22, 2026
Signed-off-by: bogdan-petkovic <bogdan.petkovic@htecgroup.com>
Signed-off-by: bogdan-petkovic <bogdan.petkovic@htecgroup.com>
c56e637 to
c8dc715
Compare
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.
Motivation
Standardize Jenkins CODEPATH naming to a single gfx-based convention for RDNA families and remove mixed naming (navi* + gfx*) in CI matrix routing.
This improves readability and consistency across CODEPATH parameter values, matrix axes, and gating toggles.
Technical Details
This PR performs a hard rename of Jenkins CODEPATH buckets in mlir/utils/jenkins/Jenkinsfile:
Kept unchanged:
Test Plan
Static validation:
Logic consistency checks:
Test Result
CI
Submission Checklist