Skip to content

Commit a045be3

Browse files
authored
use EO pool for windows web_cpu stage (microsoft#18737)
### Description reuse EO pool in NPM pipeline. ### Motivation and Context build_web_debug failed in onnxruntime-Win-CPU-2022 but it works in EO pool. Reuse EO pool to make the pipeline work now. When I'm free, I'll try upgrading the chrome in the custom image.
1 parent e469de6 commit a045be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ stages:
4848
RunWebGpuTestsForDebugBuild: false
4949
RunWebGpuTestsForReleaseBuild: true
5050
WebGpuPoolName: 'onnxruntime-Win2022-webgpu-A10'
51-
WebCpuPoolName: 'Onnxruntime-Win-CPU-2022'
51+
WebCpuPoolName: 'Azure-Pipelines-EO-Windows2022-aiinfra'
5252

5353
- template: templates/react-native-ci.yml
5454
parameters:

0 commit comments

Comments
 (0)