Skip to content

Commit

Permalink
chore: fix test trampoline resource
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703178651
  • Loading branch information
yyyu-google authored and copybara-github committed Dec 5, 2024
1 parent af93295 commit dbecae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node18/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build_file: "nodejs-vertexai/.kokoro/trampoline_v2.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/node18"
value: "gcr.io/cloud-devrel-kokoro-resources/node:18-user"
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node18/docs.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# doc publications use a Python image.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/node18"
value: "gcr.io/cloud-devrel-kokoro-resources/node:18-user"
}

# Download trampoline resources.
Expand Down

0 comments on commit dbecae6

Please sign in to comment.