File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments