From 731a7d6fd1105c23df88ad180c6a149eceb0b96c Mon Sep 17 00:00:00 2001 From: sanjaypujare Date: Sun, 18 Sep 2022 09:19:44 -0700 Subject: [PATCH] xds-interop-tests: we have decided to enable cross-lang testing for master and latest only (currently 1.49) (#30794) --- tools/internal_ci/linux/grpc_xds_k8s_xlang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/internal_ci/linux/grpc_xds_k8s_xlang.sh b/tools/internal_ci/linux/grpc_xds_k8s_xlang.sh index a147a5709c4..0c11a8aa1a2 100755 --- a/tools/internal_ci/linux/grpc_xds_k8s_xlang.sh +++ b/tools/internal_ci/linux/grpc_xds_k8s_xlang.sh @@ -22,7 +22,7 @@ readonly TEST_DRIVER_INSTALL_SCRIPT_URL="https://raw.githubusercontent.com/${TES readonly IMAGE_REPO="gcr.io/grpc-testing/xds-interop" readonly SERVER_LANG="cpp go java" readonly CLIENT_LANG="cpp go java" -readonly VERSION_TAG="v1.41.x" +readonly VERSION_TAG="master v1.49.x" ####################################### # Executes the test case