Build test-infra tools using the makefile. (#26387)

pull/26389/head
Paulo Castello da Costa 4 years ago committed by GitHub
parent 8aff94558c
commit a63bfcc5b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/internal_ci/linux/grpc_e2e_performance_gke.sh
  2. 4
      tools/internal_ci/linux/grpc_e2e_performance_v2.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.

@ -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.

Loading…
Cancel
Save