Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The pool substitutions are consistent with existing configurations and preserve template contracts.
Pull request overview
Migrates selected Windows CI and security-scan jobs to the consolidated onnxruntime-Win-CPU-2022 agent pool.
Changes:
- Updates C API package tests, JAR validation, and NuGet security analysis.
- No actionable issues found.
File summaries
| File | Description |
|---|---|
tools/ci_build/github/azure-pipelines/c-api-noopenmp-test-pipelines.yml |
Migrates Windows test jobs. |
tools/ci_build/github/azure-pipelines/custom-nuget-packaging-pipeline.yml |
Migrates source analysis. |
tools/ci_build/github/azure-pipelines/jar_package_testing.yml |
Migrates source analysis and JAR testing. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
eserscor
requested review from
Edward Chen (edgchen1) and
Tianlei Wu (tianleiwu)
September 17, 2026 19:58
eserscor
enabled auto-merge (squash)
September 17, 2026 19:58
…migrate-more-vs2022-pools
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.
This pull request updates the Azure Pipelines configuration to use a new Windows agent pool name, replacing all references to
onnxruntime-Win-CPU-VS2022-Latestwithonnxruntime-Win-CPU-2022. This change ensures that all relevant CI/CD jobs and security scans run on the updated agent pool, improving consistency and future-proofing the pipeline setup.CI/CD Pipeline Agent Pool Update:
onnxruntime-Win-CPU-VS2022-Latesttoonnxruntime-Win-CPU-2022in the following pipeline configuration files:tools/ci_build/github/azure-pipelines/c-api-noopenmp-test-pipelines.yml[1] [2] [3]tools/ci_build/github/azure-pipelines/custom-nuget-packaging-pipeline.ymltools/ci_build/github/azure-pipelines/jar_package_testing.yml[1] [2]