From 883e4bc3417577b631a5f292e9074d5c0e4dff5c Mon Sep 17 00:00:00 2001 From: Adrian Lizarraga Date: Wed, 25 May 2022 09:29:49 -0700 Subject: [PATCH] Update the 'Linux-GPU-EP-Perf' pipeline to build ORT from source by default. (#11610) --- .../azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml index 504ee5a952..6912684923 100644 --- a/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-daily-perf-pipeline.yml @@ -3,7 +3,7 @@ parameters: - name: BuildORT displayName: Build ORT type: boolean - default: false + default: true - name: PostToDashboard displayName: Post to Dashboard