Skip to content

Commit 66763a3

Browse files
authored
1 parent 3b84d97 commit 66763a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildscripts/kokoro/psm-security.sh

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

44
# Constants
55
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"
77
## xDS test server/client Docker images
88
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
99
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"

buildscripts/kokoro/xds_k8s_lb.sh

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

44
# Constants
55
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"
77
## xDS test server/client Docker images
88
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
99
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"

buildscripts/kokoro/xds_url_map.sh

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

44
# Constants
55
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"
77
## xDS test client Docker images
88
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-server"
99
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/java-client"

0 commit comments

Comments
 (0)