Skip to content

Commit ffefff2

Browse files
authored
Merge pull request #2640 from XuanWang-Amos/backport-1.8-psm-interop-shared-build
buildscripts: Use the Kokoro shared install lib from the new repo (@grpc/grpc-js@1.8.x backport)
2 parents a92ac3d + c243417 commit ffefff2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/grpc-js-xds/scripts/xds_k8s_lb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -eo pipefail
1717

1818
# Constants
1919
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"
2121
## xDS test client Docker images
2222
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server:558b5b0bfac8e21755c223063274a779b3898afe"
2323
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/node-client"

packages/grpc-js-xds/scripts/xds_k8s_url_map.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -eo pipefail
1717

1818
# Constants
1919
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"
2121
## xDS test client Docker images
2222
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/node-client"
2323
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"

0 commit comments

Comments
 (0)