File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -eo pipefail
33
44# Constants
55readonly GITHUB_REPOSITORY_NAME=" grpc-java"
6- readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /grpc /${TEST_DRIVER_BRANCH:- master} /tools/internal_ci/linux/grpc_xds_k8s_install_test_driver .sh"
6+ readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /psm-interop /${TEST_DRIVER_BRANCH:- main} /.kokoro/psm_interop_kokoro_lib .sh"
77# # xDS test server/client Docker images
88readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server"
99readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-client"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -eo pipefail
33
44# Constants
55readonly GITHUB_REPOSITORY_NAME=" grpc-java"
6- readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /grpc /${TEST_DRIVER_BRANCH:- master} /tools/internal_ci/linux/grpc_xds_k8s_install_test_driver .sh"
6+ readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /psm-interop /${TEST_DRIVER_BRANCH:- main} /.kokoro/psm_interop_kokoro_lib .sh"
77# # xDS test server/client Docker images
88readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server"
99readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-client"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -eo pipefail
33
44# Constants
55readonly GITHUB_REPOSITORY_NAME=" grpc-java"
6- readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /grpc /${TEST_DRIVER_BRANCH:- master} /tools/internal_ci/linux/grpc_xds_k8s_install_test_driver .sh"
6+ readonly TEST_DRIVER_INSTALL_SCRIPT_URL=" https://raw.githubusercontent.com/${TEST_DRIVER_REPO_OWNER:- grpc} /psm-interop /${TEST_DRIVER_BRANCH:- main} /.kokoro/psm_interop_kokoro_lib .sh"
77# # xDS test client Docker images
88readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server"
99readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-client"
You can’t perform that action at this time.
0 commit comments