From e89152cacd74a3a0b0836602abb93fb6e54ca3cd Mon Sep 17 00:00:00 2001 From: Paulo Castello da Costa <6579971+paulosjca@users.noreply.github.com> Date: Mon, 7 Feb 2022 12:11:20 -0800 Subject: [PATCH] Unfreeze benchmarks reference to test-infra repo. (#28801) Follow-up to #28797. --- tools/internal_ci/linux/grpc_e2e_performance_gke.sh | 5 +---- .../internal_ci/linux/grpc_e2e_performance_gke_experiment.sh | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh index 37dedb0ff05..38cac1afc59 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke.sh @@ -67,11 +67,8 @@ go get "golang.org/dl/${TEST_INFRA_GOVERSION}" # Fetch test-infra repository and build all tools. pushd .. -git clone https://github.com/grpc/test-infra.git +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 diff --git a/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh b/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh index 7e70982cc9f..b9427c47a90 100755 --- a/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh +++ b/tools/internal_ci/linux/grpc_e2e_performance_gke_experiment.sh @@ -65,11 +65,8 @@ go get "golang.org/dl/${TEST_INFRA_GOVERSION}" # Note: Submodules are not required for tools build. pushd .. -git clone https://github.com/grpc/test-infra.git +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