|
|
|
@ -17,7 +17,7 @@ set -eo pipefail |
|
|
|
|
|
|
|
|
|
# Constants |
|
|
|
|
readonly GITHUB_REPOSITORY_NAME="grpc" |
|
|
|
|
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" |
|
|
|
|
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" |
|
|
|
|
## xDS test server/client Docker images |
|
|
|
|
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/python-server" |
|
|
|
|
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/python-client" |
|
|
|
|