From 55c5c60cebd41550b7479973ad7a024f8ca031b2 Mon Sep 17 00:00:00 2001 From: Shuo Yang Date: Tue, 31 Aug 2021 11:01:16 -0700 Subject: [PATCH] fix local performance test by switching SA key (#847) --- script/linux-start-local-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linux-start-local-test b/script/linux-start-local-test index faa98d9c..60b6f6b4 100755 --- a/script/linux-start-local-test +++ b/script/linux-start-local-test @@ -66,7 +66,7 @@ ${SUDO} sh -c 'echo "1024 65000" > /proc/sys/net/ipv4/ip_local_port_range' NGINX=${ROOT}/nginx-esp -gsutil cp gs://esp-testing-secret-files/esp-load-test-d07065e7da9063cc.json \ +gsutil cp gs://esp-testing-secret-files/esp-load-test-8bf830ba292a.json \ "${ROOT}/test/echo/gce-vm/client-secret.json" \ || error_exit "Failed to download credentials."