Skip to content

Commit

Permalink
chore: update TRAMPOLINE_IMAGE resource
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702890485
  • Loading branch information
yyyu-google authored and copybara-github committed Dec 4, 2024
1 parent e694c44 commit af93295
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: "gcr.io/cloud-devrel-kokoro-resources/node:18-user"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/node18"
}
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: "gcr.io/cloud-devrel-kokoro-resources/node:18-user"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/node18"
}

# Download trampoline resources.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/docs-devsite.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_action {
# doc publications use a Python image.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:18-user"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/node18"
}

# Download trampoline resources.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ before_action {
# doc publications use a Python image.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:18-user"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/node18"
}

# Download trampoline resources.
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/release/publish.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_file: "nodejs-vertexai/.kokoro/trampoline_v2.sh"
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/node:18-user"
value: "us-central1-docker.pkg.dev/cloud-sdk-release-custom-pool/release-images/node18"
}

env_vars: {
Expand Down

0 comments on commit af93295

Please sign in to comment.