[Ex CI] update release-staging workflows#612
Merged
danielsu-amd merged 4 commits intoJul 11, 2025
Merged
Conversation
Depends on ROCm/ROCm#5033 Creates a trigger file for hipSPARSELt in the monorepo. hipSPARSELt will be part of rocBLAS's downstream jobs until hipSPARSE is migrated into the monorepo. In azure_resolve_subtree_deps.py: - Added entry in dep tree for hipSPARSELt depending on hipSPARSE - Added pipeline ID for new hipSPARSELt pipeline - Fix the `resolve_dependencies()` function to fully recurse over the dependency tree instead of only checking 1 level deep - Fix incorrect deps for rocSOLVER and rocSPARSE - Fix inconsistent capitalization in dep tree
Progress for #479 Reworks the Azure dispatch action to be nonpolling, which resolves the 360 minute timeout issue. It now creates a separate `Azure CI Summary` check, which will be updated inside Azure pipeline runs via the `report-summary-check.yml` template. This summary check is intended to be marked as required. Once an Azure pipelines run finishes, it will report its overall status to the summary. If any jobs have failed or are cancelled, the summary check will be marked as failed. If all jobs have succeeded, the summary will pass. Adds logic for handling rerunning the initial dispatch action, which will either start new runs or rerun existing runs depending on the state of the PR. Instructions for doing so are included directly in the summary checks for easy access. Overview of flow: 1. PR is created, `Trigger Azure CI` action is run on PR 2. `Trigger Azure CI` kicks off Azure runs and creates an `Azure CI Summary` check 3. As Azure runs finish, `Azure CI Summary` is updated with their statuses 4. After all runs are finished, `Azure CI Summary` will be marked as successful or failed depending on the runs' statuses 5. If a rerun is desired, `Trigger Azure CI` can be rerun, which will overwrite the existing `Azure CI Summary` with a new one Sample runs: Branch PR: #561 - [summary](https://github.com/ROCm/rocm-libraries/pull/561/checks?check_run_id=45813198366) Fork PR: #600 - [summary](https://github.com/ROCm/rocm-libraries/pull/600/checks?check_run_id=45815418773) Other stuff: - Copied the Github CLI fallback logic from `pr_category_label.py` to `pr_detect_changed_subtrees.py` - To fix dispatch action not running on PRs with infinite diffs - Removed `paths-ignore` from dispatch action
jayhawk-commits
approved these changes
Jul 11, 2025
ammallya
pushed a commit
that referenced
this pull request
Jul 22, 2025
Bumps [rocm-docs-core](https://github.com/ROCm/rocm-docs-core) from 1.18.2 to 1.18.4. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.18.2...v1.18.4) --- updated-dependencies: - dependency-name: rocm-docs-core dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/hipSPARSE commit: 462f240]
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.
Pick Azure CI changes from develop into release-staging/rocm-rel-7.0