Freeze benchmarks reference to test-infra repo. (#28781)

Freezing reference to account for incompatible change in grpc/test-infra#267.

Will unfreeze once loadtest templates are updated.
pull/28785/head
Paulo Castello da Costa 3 years ago committed by GitHub
parent 342cb4457c
commit 6069b3bcd6
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_gke_experiment.sh

@ -66,10 +66,12 @@ go get "golang.org/dl/${TEST_INFRA_GOVERSION}"
"${TEST_INFRA_GOVERSION}" download
# Fetch test-infra repository and build all tools.
# Note: Submodules are not required for tools build.
pushd ..
git clone --depth 1 https://github.com/grpc/test-infra.git
cd test-infra
# Freeze test-infra repo to account for incompatible change.
# See https://github.com/grpc/test-infra/pull/267.
git checkout ce3352fe5d07f13c908748e61610914f87cd4af1
git log -1 --oneline
make GOCMD="${TEST_INFRA_GOVERSION}" all-tools
popd

@ -63,11 +63,13 @@ TEST_INFRA_GOVERSION=go1.17.1
go get "golang.org/dl/${TEST_INFRA_GOVERSION}"
"${TEST_INFRA_GOVERSION}" download
# Fetch test-infra repository and build all tools.
# Note: Submodules are not required for tools build.
pushd ..
git clone --depth 1 https://github.com/grpc/test-infra.git
cd test-infra
# Freeze test-infra repo to account for incompatible change.
# See https://github.com/grpc/test-infra/pull/267.
git checkout ce3352fe5d07f13c908748e61610914f87cd4af1
git log -1 --oneline
make GOCMD="${TEST_INFRA_GOVERSION}" all-tools
popd

Loading…
Cancel
Save