Skip to content

[Azure External CI] Disable Azure CI on rocm-systems#3180

Merged
jayhawk-commits merged 2 commits intodevelopfrom
users/jayhawk-commits/disable-azure-ci
Feb 11, 2026
Merged

[Azure External CI] Disable Azure CI on rocm-systems#3180
jayhawk-commits merged 2 commits intodevelopfrom
users/jayhawk-commits/disable-azure-ci

Conversation

@jayhawk-commits
Copy link
Copy Markdown
Collaborator

  • Deleting all pipeline trigger files tied to Azure External CI from top-level and project-level.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@corey-derochie-amd
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Collaborator

@amd-hsivasun amd-hsivasun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Collaborator

@amd-hsivasun amd-hsivasun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@amd-hsivasun amd-hsivasun force-pushed the users/jayhawk-commits/disable-azure-ci branch from 73cdefc to d87dddf Compare February 10, 2026 17:54
@amd-hsivasun amd-hsivasun self-requested a review February 10, 2026 17:55
Copy link
Copy Markdown
Collaborator

@amd-hsivasun amd-hsivasun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also remove the resolve subtrees script, as it is apart of azure.

@jayhawk-commits
Copy link
Copy Markdown
Collaborator Author

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

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.

@jayhawk-commits jayhawk-commits merged commit 43e6301 into develop Feb 11, 2026
120 of 131 checks passed
@jayhawk-commits jayhawk-commits deleted the users/jayhawk-commits/disable-azure-ci branch February 11, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants