From 2e3bbad19f24e5823a1a1a24df95ddc1dcb2374d Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Wed, 24 Mar 2021 14:28:25 -0700 Subject: [PATCH] Move TensorRT Windows CI build to the machine pool (#7127) --- .../github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml index 2b13a4e98a..9a59bfc0a0 100644 --- a/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/win-gpu-tensorrt-ci-pipeline.yml @@ -1,6 +1,6 @@ jobs: - job: 'build' - pool: 'Win-TRT' + pool: 'onnxruntime-tensorrt-winbuild' variables: OrtPackageId: 'Microsoft.ML.OnnxRuntime' MsbuildArguments: '-detailedsummary -maxcpucount -consoleloggerparameters:PerformanceSummary'