File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/grpc-js-xds/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set -eo pipefail
1717
1818# Constants
1919readonly GITHUB_REPOSITORY_NAME=" grpc-node"
20- 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"
20+ 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"
2121# # xDS test client Docker images
2222readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server:558b5b0bfac8e21755c223063274a779b3898afe"
2323readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/node-client"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set -eo pipefail
1717
1818# Constants
1919readonly GITHUB_REPOSITORY_NAME=" grpc-node"
20- 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"
20+ 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"
2121# # xDS test client Docker images
2222readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/node-client"
2323readonly FORCE_IMAGE_BUILD=" ${FORCE_IMAGE_BUILD:- 0} "
You can’t perform that action at this time.
0 commit comments