[Azure External CI] Disable Azure CI on rocm-systems#3180
[Azure External CI] Disable Azure CI on rocm-systems#3180jayhawk-commits merged 2 commits intodevelopfrom
Conversation
jayhawk-commits
commented
Feb 10, 2026
- Deleting all pipeline trigger files tied to Azure External CI from top-level and project-level.
There was a problem hiding this comment.
Pull request overview
Disables Azure External CI integration for this repository by removing Azure Pipeline trigger/config files and the GitHub Actions workflow used to dispatch Azure runs.
Changes:
- Removed project-level Azure Pipeline definitions under
projects/*/.azuredevops/. - Removed top-level Azure Pipeline entrypoints and summary-check reporting templates under
.azuredevops/. - Removed the GitHub Actions “Azure CI Dispatcher” workflow that triggered Azure runs from PR events.
Reviewed changes
Copilot reviewed 49 out of 49 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| projects/roctracer/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocr-runtime/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocprofiler/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocprofiler-systems/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocprofiler-sdk/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocprofiler-register/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocprofiler-compute/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocprofiler-compute/.azuredevops/rocm-ci-mainline.yml | Removed mainline-specific Azure CI pipeline definition. |
| projects/rocminfo/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocm-smi-lib/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocm-core/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocjpeg/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rocdecode/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rdc/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rccl/.azuredevops/tests/pytest/HelloWorld.py | Removed Azure CI-specific pytest sample test. |
| projects/rccl/.azuredevops/templates/test_rccl-tests.yml | Removed Azure CI template for RCCL tests execution. |
| projects/rccl/.azuredevops/templates/test_rccl-UnitTests.yml | Removed Azure CI template for RCCL unit tests execution. |
| projects/rccl/.azuredevops/templates/build.yml | Removed Azure CI template for RCCL build. |
| projects/rccl/.azuredevops/slurm/test_rccl-tests.sh | Removed Azure CI SLURM script for RCCL tests. |
| projects/rccl/.azuredevops/slurm/test_rccl-UnitTests.sh | Removed Azure CI SLURM script for RCCL unit tests. |
| projects/rccl/.azuredevops/slurm/build.sh | Removed Azure CI SLURM script for RCCL build. |
| projects/rccl/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/rccl/.azuredevops/multinode-ci-slurm-pr.yml | Removed Azure CI PR pipeline for multinode SLURM runs. |
| projects/rccl/.azuredevops/multinode-ci-slurm-nightly.yml | Removed Azure CI scheduled pipeline for multinode SLURM runs. |
| projects/rccl/.azuredevops/multinode-ci-pr.yml | Removed Azure CI PR pipeline for multinode runs. |
| projects/rccl/.azuredevops/multinode-ci-nightly.yml | Removed Azure CI scheduled pipeline for multinode runs. |
| projects/hipother/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/hip/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/hip-tests/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/clr/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| projects/amdsmi/.azuredevops/rocm-ci.yml | Removed project Azure CI pipeline definition. |
| .github/workflows/azure-ci-dispatcher.yml | Removed GitHub Actions workflow that dispatched Azure CI runs. |
| .azuredevops/templates/report-summary-check.yml | Removed Azure template that reported status back to GitHub checks. |
| .azuredevops/templates/report-summary-check-wrapper.yml | Removed Azure wrapper stages for check reporting outcomes. |
| .azuredevops/roctracer.yml | Removed top-level Azure pipeline entrypoint for roctracer. |
| .azuredevops/rocr-runtime.yml | Removed top-level Azure pipeline entrypoint for rocr-runtime. |
| .azuredevops/rocprofiler.yml | Removed top-level Azure pipeline entrypoint for rocprofiler. |
| .azuredevops/rocprofiler-systems.yml | Removed top-level Azure pipeline entrypoint for rocprofiler-systems. |
| .azuredevops/rocprofiler-sdk.yml | Removed top-level Azure pipeline entrypoint for rocprofiler-sdk. |
| .azuredevops/rocprofiler-register.yml | Removed top-level Azure pipeline entrypoint for rocprofiler-register. |
| .azuredevops/rocprofiler-compute.yml | Removed top-level Azure pipeline entrypoint for rocprofiler-compute. |
| .azuredevops/rocminfo.yml | Removed top-level Azure pipeline entrypoint for rocminfo. |
| .azuredevops/rocm-smi-lib.yml | Removed top-level Azure pipeline entrypoint for rocm-smi-lib. |
| .azuredevops/rocm-core.yml | Removed top-level Azure pipeline entrypoint for rocm-core. |
| .azuredevops/rdc.yml | Removed top-level Azure pipeline entrypoint for rdc. |
| .azuredevops/hip-tests.yml | Removed top-level Azure pipeline entrypoint for hip-tests. |
| .azuredevops/hip-clr.yml | Removed top-level Azure pipeline entrypoint for combined hip/clr CI. |
| .azuredevops/aqlprofile.yml | Removed top-level Azure pipeline entrypoint for aqlprofile. |
| .azuredevops/amdsmi.yml | Removed top-level Azure pipeline entrypoint for amdsmi. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I believe the rccl multi-node / slurm CI scripts are a work in progress and will be needed sometime soon (although maybe migrated away from Azure). Should they all be deleted here? cc @speriaswamy-amd |
amd-hsivasun
left a comment
There was a problem hiding this comment.
We should also remove the .github/scripts/azure_resolve_subtree_deps.py and the workflow trigger for azure in .github/workflows/azure-ci-dispatcher.yml
73cdefc to
d87dddf
Compare
amd-hsivasun
left a comment
There was a problem hiding this comment.
I also remove the resolve subtrees script, as it is apart of azure.
There have been changes on Azure side regarding the public/private scope of the project that dictated the timing of this change. We can refer back to the scripts on older commits even with the deletion happening here. |