This repository was archived by the owner on Mar 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-storage/.kokoro/trampoline.sh"
15+
16+ # Configure the docker image for kokoro-trampoline.
17+ env_vars: {
18+ key: " TRAMPOLINE_IMAGE"
19+ value: " gcr.io/cloud-devrel-kokoro-resources/node:11-user"
20+ }
21+ env_vars: {
22+ key: " TRAMPOLINE_BUILD_FILE"
23+ value: " github/nodejs-storage/.kokoro/test.sh"
24+ }
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-storage/.kokoro/trampoline.sh"
15+
16+ # Configure the docker image for kokoro-trampoline.
17+ env_vars: {
18+ key: " TRAMPOLINE_IMAGE"
19+ value: " gcr.io/cloud-devrel-kokoro-resources/node:11-user"
20+ }
21+ env_vars: {
22+ key: " TRAMPOLINE_BUILD_FILE"
23+ value: " github/nodejs-storage/.kokoro/test.sh"
24+ }
You can’t perform that action at this time.
0 commit comments