From a63bfcc5b8c568c736cac55d52046391c239848c Mon Sep 17 00:00:00 2001 From: Paulo Castello da Costa <6579971+paulosjca@users.noreply.github.com> Date: Thu, 27 May 2021 20:29:01 -0700 Subject: [PATCH] Build test-infra tools using the makefile. (#26387) --- tools/internal_ci/linux/grpc_e2e_performance_gke.sh | 4 +--- tools/internal_ci/linux/grpc_e2e_performance_v2.sh | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh index 752b8e706ac..693fa4077b7 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh @@ -67,9 +67,7 @@ WORKER_POOL_32CORE=workers-32core-ci pushd .. git clone --recursive https://github.com/grpc/test-infra.git cd test-infra -go build -o bin/runner cmd/runner/main.go -go build -o bin/prepare_prebuilt_workers tools/prepare_prebuilt_workers/prepare_prebuilt_workers.go -go build -o bin/delete_prebuilt_workers tools/delete_prebuilt_workers/delete_prebuilt_workers.go +make all-tools popd # Build test configurations. diff --git a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh b/tools/internal_ci/linux/grpc_e2e_performance_v2.sh index 4b9ce2ff338..a520a1d4a64 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_v2.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_v2.sh @@ -68,9 +68,7 @@ WORKER_POOL_32CORE=workers-32core-ci pushd .. git clone --recursive https://github.com/grpc/test-infra.git cd test-infra -go build -o bin/runner cmd/runner/main.go -go build -o bin/prepare_prebuilt_workers tools/prepare_prebuilt_workers/prepare_prebuilt_workers.go -go build -o bin/delete_prebuilt_workers tools/delete_prebuilt_workers/delete_prebuilt_workers.go +make all-tools popd # Build test configurations.