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
17
17
18
18
# Constants
19
19
readonly 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"
21
21
# # xDS test client Docker images
22
22
readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server:558b5b0bfac8e21755c223063274a779b3898afe"
23
23
readonly 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
17
17
18
18
# Constants
19
19
readonly 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"
21
21
# # xDS test client Docker images
22
22
readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/node-client"
23
23
readonly FORCE_IMAGE_BUILD=" ${FORCE_IMAGE_BUILD:- 0} "
You can’t perform that action at this time.
0 commit comments