From 78df8ec077fdd65d752a70ba2527a6dac339aa8b Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Wed, 22 Dec 2021 15:54:08 -0800 Subject: [PATCH] test/kokoro: Use xds-test-server-5 as the GCE interop server (#5071) --- test/kokoro/xds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kokoro/xds.sh b/test/kokoro/xds.sh index 63dad66d2bb..0c12f0088b5 100755 --- a/test/kokoro/xds.sh +++ b/test/kokoro/xds.sh @@ -36,7 +36,7 @@ GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info \ --test_case="all,circuit_breaking,timeout,fault_injection,csds" \ --project_id=grpc-testing \ --project_num=830293263384 \ - --source_image=projects/grpc-testing/global/images/xds-test-server-4 \ + --source_image=projects/grpc-testing/global/images/xds-test-server-5 \ --path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \ --gcp_suffix=$(date '+%s') \ --verbose \