Skip to content

Commit 05eddad

Browse files
committed
test/kokoro: Migrate PSM Interop to Artifact Registry
Migrate PSM Interop images from Container Registry (gcr.io) to Artifact Registry (pkg.dev). RELEASE NOTES: n/a
1 parent ec257b4 commit 05eddad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

test/kokoro/psm-security.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ set -eo pipefail
1919
readonly GITHUB_REPOSITORY_NAME="grpc-go"
2020
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
22-
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-server"
23-
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-client"
22+
readonly SERVER_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-server"
23+
readonly CLIENT_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-client"
2424
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"
2525

2626
#######################################

test/kokoro/xds_k8s_lb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ set -eo pipefail
1919
readonly GITHUB_REPOSITORY_NAME="grpc-go"
2020
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
22-
readonly SERVER_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-server"
23-
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-client"
22+
readonly SERVER_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-server"
23+
readonly CLIENT_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-client"
2424
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"
2525

2626
#######################################

test/kokoro/xds_url_map.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -eo pipefail
1919
readonly GITHUB_REPOSITORY_NAME="grpc-go"
2020
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
22-
readonly CLIENT_IMAGE_NAME="gcr.io/grpc-testing/xds-interop/go-client"
22+
readonly CLIENT_IMAGE_NAME="us-docker.pkg.dev/grpc-testing/psm-interop/go-client"
2323
readonly FORCE_IMAGE_BUILD="${FORCE_IMAGE_BUILD:-0}"
2424

2525
#######################################

0 commit comments

Comments
 (0)