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.