Skip to content

Commit 71ef295

Browse files
sararobcopybara-github
authored andcommitted
chore: Configure system tests to run in Node 22
PiperOrigin-RevId: 899084309
1 parent b3ea8e3 commit 71ef295

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1313
# Use the trampoline script to run in docker.
1414
build_file: "nodejs-vertexai/.kokoro/trampoline_v2.sh"
1515

16+
# Configure the docker image for kokoro-trampoline.
1617
env_vars: {
1718
key: "TRAMPOLINE_IMAGE"
18-
value: "us-central1-docker.pkg.dev/genai-sdk-kokoro-gcp/genai-sdk-js-kokoro/genai-sdk-js-kokoro-presubmit:latest"
19+
value: "gcr.io/cloud-devrel-kokoro-resources/node:22-user"
20+
}
21+
env_vars: {
22+
key: "TRAMPOLINE_BUILD_FILE"
23+
value: "github/nodejs-vertexai/.kokoro/test.sh"
1924
}
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@ env_vars: {
55
key: "TRAMPOLINE_BUILD_FILE"
66
value: "github/nodejs-vertexai/.kokoro/system-test.sh"
77
}
8-
9-
env_vars: {
10-
key: "SECRET_MANAGER_KEYS"
11-
value: ""
12-
}

0 commit comments

Comments
 (0)