[rocprofiler-systems] Add different test coverage for CI/Nightly, add better logging for failures#1272
Merged
jbonnell-amd merged 12 commits intodevelopfrom Oct 8, 2025
Merged
Conversation
Collaborator
Author
|
/AzurePipelines run rocm-ci-caller |
|
Azure Pipelines successfully started running 1 pipeline(s). |
geomin12
approved these changes
Oct 7, 2025
Collaborator
Author
|
/AzurePipelines run rocm-ci-caller |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
/AzurePipelines run rocm-ci-caller |
|
Azure Pipelines successfully started running 1 pipeline(s). |
systems-assistant bot
pushed a commit
to ROCm/rocprofiler-systems
that referenced
this pull request
Oct 8, 2025
CI/Nightly, add better logging for failures (#1272) * Try outputting LastTest.log * Update if condition for outputting log * Another attempt * Only run Ubuntu Noble on MI355 in push/PR * Try exclude matrix * Move conditional statement in matrix exclusion * Create ci-matrix.yml file * Add needs parameter to ubuntu job * Fix typo in matrix output variable * Add back pull_request_template.md * Add back pull_request_template.md [rocm-systems] ROCm/rocm-systems#1272 (commit cccc350)
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
Update
rocprofiler-systems-continuous-integration.ymlworkflow to reduce the number of tests being ran on push and pull_request. Retain full test coverage on Nightly scheduled runs.Technical Details
rocprofiler-systems-continuous-integration.ymlworkflow to accomodate different test matrix setup based on event sourceci-matrix.ymlfile to better control test matrix setupTest Plan
Ensure workflows pass in PR
Test Result
Workflows work as expected in PR
Submission Checklist