-
Notifications
You must be signed in to change notification settings - Fork 260
[TheRock CI] Update projects_to_test lists #3749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jayhawk-commits
merged 14 commits into
develop
from
users/jayhawk-commits/projects_to_test_march4
Mar 6, 2026
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
03cd3f2
[TheRock CI] Update projects_to_test lists
jayhawk-commits 4ba5601
Test against ROCm/TheRock##3768
jayhawk-commits 08301b6
Merge branch 'develop' into users/jayhawk-commits/projects_to_test_ma…
rahulc-gh ff54fa4
Revert "Test against ROCm/TheRock##3768"
jayhawk-commits 02482ae
Merge branch 'develop' into users/jayhawk-commits/projects_to_test_ma…
jayhawk-commits 3022915
Add Setup Additional Requirements step for component Python deps
jayhawk-commits 3c12cd4
Merge branch 'users/jayhawk-commits/projects_to_test_march4' of https…
jayhawk-commits 1416156
Fixes for hip-tests and skip rocgdb tests for now
jayhawk-commits 9d3926f
Forgot rocgdb occurrence
jayhawk-commits f40dc34
Update TheRock SHA to 20260306 commit
jayhawk-commits 7a39ec6
Merge branch 'develop' into users/jayhawk-commits/projects_to_test_ma…
jayhawk-commits a9d3b01
Fix spacing between ref and comment
jayhawk-commits 4a7a0bf
Merge branch 'users/jayhawk-commits/projects_to_test_march4' of githu…
jayhawk-commits f204347
Merge branch 'develop' into users/jayhawk-commits/projects_to_test_ma…
jayhawk-commits File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like
rocprofiler-computehas a dash-, whereasrocprofiler_systemshas an underscore_.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but that is how it is in - https://github.com/ROCm/TheRock/blob/main/build_tools/github_actions/fetch_test_configurations.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, there was inconsistency between rocprofiler-compute and rocprofiler-systems with these definitions. I created a PR to address this; we can fix this in a later PR: ROCm/TheRock#3757