File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -eo pipefail
3
3
4
4
# Constants
5
5
readonly 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"
7
7
# # xDS test server/client Docker images
8
8
readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server"
9
9
readonly 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
3
3
4
4
# Constants
5
5
readonly 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"
7
7
# # xDS test server/client Docker images
8
8
readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server"
9
9
readonly 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
3
3
4
4
# Constants
5
5
readonly 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"
7
7
# # xDS test client Docker images
8
8
readonly SERVER_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-server"
9
9
readonly CLIENT_IMAGE_NAME=" gcr.io/grpc-testing/xds-interop/java-client"
You can’t perform that action at this time.
0 commit comments