From a045be335b06f7b26b24b1b51e43e52a83ffa2bc Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 8 Dec 2023 02:10:00 +0800 Subject: [PATCH] use EO pool for windows web_cpu stage (#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. --- .../ci_build/github/azure-pipelines/npm-packaging-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml index fd26128b8b29a..7f73da23b5eb1 100644 --- a/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/npm-packaging-pipeline.yml @@ -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: