From 08af88e3e2be722254b7fda1b545922302ca5634 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Fri, 16 Sep 2022 01:42:12 +0800 Subject: [PATCH] Assign generate document job to CPU pool. (#12973) --- tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml index b6121444e5..bb5f649694 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml @@ -72,5 +72,5 @@ stages: RunOnnxRuntimeTests: false RunStaticCodeAnalysis: false ORT_EP_NAME: CUDA # It doesn't really matter which EP is selected here since this stage is for documentation. - MachinePool: onnxruntime-Win2019-GPU + MachinePool: Win-CPU-2019 DocUpdateNeeded: true