Skip to content

Commit 59830c5

Browse files
test/kokoro: Use the Kokoro shared install lib from the new repo (v1.52.x backport) (#6874)
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
1 parent dbaad28 commit 59830c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/kokoro/psm-security.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-go"
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 server/client Docker images
2222
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-server"
2323
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-client"

test/kokoro/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-go"
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 server/client Docker images
2222
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-server"
2323
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-client"

test/kokoro/xds_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-go"
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/go-client"
2323
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"

0 commit comments

Comments
 (0)