Skip to content

Commit 912f684

Browse files
sararobcopybara-github
authored andcommitted
chore: Add kokoro job to run system tests on Node 24
PiperOrigin-RevId: 895939565
1 parent 6d9bcc4 commit 912f684

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Build logs will be here
4+
action {
5+
define_artifacts {
6+
regex: "**/*sponge_log.xml"
7+
}
8+
}
9+
10+
# Download trampoline resources.
11+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
12+
13+
# Use the trampoline script to run in docker.
14+
build_file: "nodejs-vertexai/.kokoro/trampoline_v2.sh"
15+
16+
env_vars: {
17+
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+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Download resources for system tests (service account key, etc.)
2+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"
3+
4+
env_vars: {
5+
key: "TRAMPOLINE_BUILD_FILE"
6+
value: "github/nodejs-vertexai/.kokoro/system-test.sh"
7+
}
8+
9+
env_vars: {
10+
key: "SECRET_MANAGER_KEYS"
11+
value: ""
12+
}

0 commit comments

Comments
 (0)