This repository was archived by the owner on Apr 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +49
-1
lines changed Expand file tree Collapse file tree 5 files changed +49
-1
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: " cloud-debug-nodejs/.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:12-user"
20+ }
21+ env_vars: {
22+ key: " TRAMPOLINE_BUILD_FILE"
23+ value: " github/cloud-debug-nodejs/.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: " cloud-debug-nodejs/.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:12-user"
20+ }
21+ env_vars: {
22+ key: " TRAMPOLINE_BUILD_FILE"
23+ value: " github/cloud-debug-nodejs/.kokoro/test.sh"
24+ }
Original file line number Diff line number Diff line change 11{
2- "updateTime": "2019-06-22T17:42:37.072172Z ",
2+ "updateTime": "2019-08-02T11:05:50.361622Z ",
33 "sources": [
44 {
55 "template": {
You can’t perform that action at this time.
0 commit comments