From be35fc2a5ab53868568791f1e54320e6c7fc75ce Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sun, 9 May 2021 10:48:58 -0700 Subject: [PATCH] Switch yml back to regular build pool --- tools/ci_build/github/azure-pipelines/win-gpu-ci-pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 e58b3db066..2150ac121c 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 @@ -6,8 +6,7 @@ parameters: jobs: - job: 'build' - pool: 'RyanWinGPU' -# pool: 'Win-GPU-2019' + pool: 'Win-GPU-2019' variables: OrtPackageId: 'Microsoft.ML.OnnxRuntime.Gpu' MsbuildArguments: '-maxcpucount'