[Ex CI] create centralized Azure CI dispatcher workflow#355
Merged
danielsu-amd merged 2 commits intoJun 24, 2025
Conversation
ammallya
pushed a commit
that referenced
this pull request
Sep 18, 2025
[ROCm/hipSOLVER commit: b290798]
rahulc-gh
pushed a commit
that referenced
this pull request
Sep 23, 2025
[ROCm/hipsolver commit: b290798]
ammallya
pushed a commit
that referenced
this pull request
Nov 5, 2025
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.7...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ammallya
pushed a commit
that referenced
this pull request
Nov 5, 2025
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.7 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.7...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/hipTensor commit: 4c83d6b]
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.
Creates an azure-ci-dispatcher Github Action which is intended to be the one-stop shop for Azure CI runs on PRs. This action is intended to completely replace the existing Azure CI triggers once verified to be fully functional. It allows for:
The action is 'smarter' and will skip CI runs that are already covered by an upstream dependency's run.
Once runs are started, the action will periodically query the Azure API for the jobs' statuses. Once all jobs are finished, the action will exit successfully if all jobs are successful, or will exit unsuccessfully if any jobs are unsuccessful.
Some test runs:
This currently does not have any functionality for include/exclude file patterns (these fields), any suggestions on how we could do that are welcome.