File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,12 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1313# Use the trampoline script to run in docker.
1414build_file: " nodejs-vertexai/.kokoro/trampoline_v2.sh"
1515
16+ # Configure the docker image for kokoro-trampoline.
1617env_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}
Original file line number Diff line number Diff 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- }
You can’t perform that action at this time.
0 commit comments