Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ psm::run::test() {
PSM_TEST_FLAGS+=("--server_image=${SERVER_IMAGE_NAME}:${GIT_COMMIT}")
elif [[ "${GRPC_LANGUAGE}" == "node" ]]; then
# TODO(b/261911148): To be replaced with --server_image_use_canonical when implemented.
PSM_TEST_FLAGS+=("--server_image=us-docker.pkg.dev/grpc-testing/psm-interop/java-server:canonical-v1.65")
PSM_TEST_FLAGS+=("--server_image=us-docker.pkg.dev/grpc-testing/psm-interop/java-server:canonical-v1.66")
fi

# So far, only LB test uses secondary GKE cluster.
Expand Down
2 changes: 1 addition & 1 deletion config/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Can be used in tests where language-specific xDS test server does not exist,
# or missing a feature required for the test.
# TODO(sergiitk): Update every ~ 6 months; next 2025-01.
--server_image_canonical=us-docker.pkg.dev/grpc-testing/psm-interop/java-server:canonical-v1.65
--server_image_canonical=us-docker.pkg.dev/grpc-testing/psm-interop/java-server:canonical-v1.66

--logger_levels=__main__:DEBUG,framework:INFO
--verbosity=0
2 changes: 1 addition & 1 deletion config/url-map.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 2. All UrlMap tests today are testing client-side logic.
#
# TODO(sergiitk): Use --server_image_canonical instead.
--server_image=us-docker.pkg.dev/grpc-testing/psm-interop/java-server:canonical-v1.65
--server_image=us-docker.pkg.dev/grpc-testing/psm-interop/java-server:canonical-v1.66

# Disables the GCP Workload Identity feature to simplify permission control
--gcp_service_account=None
Expand Down

0 comments on commit c7855b2

Please sign in to comment.