Skip to content

Commit

Permalink
use EO pool for windows web_cpu stage (#18737)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
mszhanyi authored Dec 7, 2023
1 parent e469de6 commit a045be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stages:
RunWebGpuTestsForDebugBuild: false
RunWebGpuTestsForReleaseBuild: true
WebGpuPoolName: 'onnxruntime-Win2022-webgpu-A10'
WebCpuPoolName: 'Onnxruntime-Win-CPU-2022'
WebCpuPoolName: 'Azure-Pipelines-EO-Windows2022-aiinfra'

- template: templates/react-native-ci.yml
parameters:
Expand Down

0 comments on commit a045be3

Please sign in to comment.