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