From b62ba0b5a78258ff186e971ba7ec3f6d1a515ceb Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Mon, 26 Sep 2022 16:27:40 -0700 Subject: [PATCH] Remove old enable_linux_gpu_tests parameter from template invocation. (#13102) Remove old enable_linux_gpu_tests parameter from template invocation in build-perf-test-binaries-pipeline.yml. --- .../github/azure-pipelines/build-perf-test-binaries-pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/build-perf-test-binaries-pipeline.yml b/tools/ci_build/github/azure-pipelines/build-perf-test-binaries-pipeline.yml index a0ed5eb301..ab2b00ab15 100644 --- a/tools/ci_build/github/azure-pipelines/build-perf-test-binaries-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/build-perf-test-binaries-pipeline.yml @@ -36,7 +36,6 @@ stages: - template: templates/py-packaging-stage.yml parameters: enable_linux_gpu: true - enable_linux_gpu_tests: false enable_ubuntu_cpu: false enable_linux_cpu: false enable_windows_cpu: false