Removed Unused Pipelines - #1115
Open
eserscor wants to merge 4 commits into
Open
Conversation
…elete-unused-code
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
.pipelines/ci.yml still references a deleted docker template and deleted CUDA/TRT Dockerfile path, which will break the pipeline unless those steps are removed or migrated.
Pull request overview
Removes legacy/unused Azure DevOps pipeline YAMLs and related CI Dockerfiles, and updates the actively used .pipelines/* CI definitions to use the current Windows agent pool name.
Changes:
- Deleted legacy Azure DevOps pipeline definitions under
tools/ci_build/github/azure-pipeline/**(including multiple reusable templates). - Deleted CUDA 11.8 + TensorRT 8.6 Dockerfiles previously used by those pipelines.
- Updated
.pipelines/ci.ymland.pipelines/ci_optional.ymlWindows pool name toonnxruntime-Win-CPU-2022and cleaned up minor whitespace.
File summaries
| File | Description |
|---|---|
| tools/ci_build/github/linux/docker/Dockerfile.ubuntu_cuda11_8_tensorrt8_6 | Removed legacy Ubuntu CUDA/TRT CI Dockerfile. |
| tools/ci_build/github/linux/docker/Dockerfile.ubi8_cuda11_8_tensorrt8_6 | Removed legacy UBI8 CUDA/TRT CI Dockerfile. |
| tools/ci_build/github/azure-pipeline/wheels_macos.yml | Removed legacy ADO wheels pipeline (macOS). |
| tools/ci_build/github/azure-pipeline/wheels_linux.yml | Removed legacy ADO wheels pipeline (Linux). |
| tools/ci_build/github/azure-pipeline/templates/with-container-registry-steps.yml | Removed legacy ADO container-registry helper template. |
| tools/ci_build/github/azure-pipeline/templates/windows-build-stage.yml | Removed legacy ADO Windows wheel build stage template. |
| tools/ci_build/github/azure-pipeline/templates/win-esrp-dll.yml | Removed legacy ADO ESRP DLL signing template. |
| tools/ci_build/github/azure-pipeline/templates/use-xcode-version.yml | Removed legacy ADO Xcode selection template. |
| tools/ci_build/github/azure-pipeline/templates/use-android-emulator.yml | Removed legacy ADO Android emulator helper template. |
| tools/ci_build/github/azure-pipeline/templates/set-package-version-variable-step.yml | Removed legacy ADO package-version variable template. |
| tools/ci_build/github/azure-pipeline/templates/run-with-android-emulator-steps.yml | Removed legacy ADO wrapper for Android emulator steps. |
| tools/ci_build/github/azure-pipeline/templates/mac-shared-lib-build.yml | Removed legacy ADO macOS shared-lib packaging template. |
| tools/ci_build/github/azure-pipeline/templates/ios-framework-build.yml | Removed legacy ADO iOS framework packaging template. |
| tools/ci_build/github/azure-pipeline/templates/install-appcenter.yml | Removed legacy ADO AppCenter install template. |
| tools/ci_build/github/azure-pipeline/templates/get-docker-image-steps.yml | Removed legacy ADO docker image build/cache template. |
| tools/ci_build/github/azure-pipeline/templates/esrp_nuget.yml | Removed legacy ADO ESRP NuGet signing template. |
| tools/ci_build/github/azure-pipeline/templates/component-governance-component-detection-steps.yml | Removed legacy ADO component governance detection template. |
| tools/ci_build/github/azure-pipeline/templates/common-variables.yml | Removed legacy ADO common variables template. |
| tools/ci_build/github/azure-pipeline/templates/build-package-for-windows.yml | Removed legacy ADO Windows packaging template. |
| tools/ci_build/github/azure-pipeline/templates/build-package-for-nuget.yml | Removed legacy ADO NuGet packaging stage template. |
| tools/ci_build/github/azure-pipeline/templates/build-package-for-macosx.yml | Removed legacy ADO macOS packaging stage template. |
| tools/ci_build/github/azure-pipeline/templates/build-package-for-linux.yml | Removed legacy ADO Linux packaging template. |
| tools/ci_build/github/azure-pipeline/templates/build-package-for-ios-cocoapods.yml | Removed legacy ADO iOS CocoaPods packaging template. |
| tools/ci_build/github/azure-pipeline/templates/build-package-for-android-aar.yml | Removed legacy ADO Android AAR packaging stage template. |
| tools/ci_build/github/azure-pipeline/templates/android-shared-lib-build.yml | Removed legacy ADO Android shared-lib build template. |
| tools/ci_build/github/azure-pipeline/onnxruntime-extensions-official.yml | Removed legacy ADO “official” pipeline entrypoint. |
| tools/ci_build/github/azure-pipeline/nuget.yml | Removed legacy ADO NuGet pipeline entrypoint. |
| tools/ci_build/github/azure-pipeline/java_packaging.yml | Removed legacy ADO Java packaging pipeline entrypoint. |
| tools/ci_build/github/azure-pipeline/ios_packaging.yml | Removed legacy ADO iOS packaging pipeline entrypoint. |
| tools/ci_build/github/azure-pipeline/android_packaging.yml | Removed legacy ADO Android packaging pipeline entrypoint. |
| .pipelines/ci.yml | Updated Windows pool name; whitespace cleanup. |
| .pipelines/ci_optional.yml | Updated Windows pool name; whitespace cleanup. |
Review details
- Files reviewed: 30/30 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Baiju Meswani (baijumeswani)
previously approved these changes
Sep 4, 2026
Contributor
|
/azp run onnxruntime-extensions.CI |
|
Azure Pipelines: No pipelines were found matching this branch/path. |
Baiju Meswani (baijumeswani)
approved these changes
Sep 4, 2026
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.
No description provided.