File tree Expand file tree Collapse file tree 4 files changed +54
-0
lines changed Expand file tree Collapse file tree 4 files changed +54
-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+ # Download resources for system tests (service account key, etc.)
14+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
15+
16+ # Use the trampoline script to run in docker.
17+ build_file: " google-api-python-client/.kokoro/trampoline.sh"
18+
19+ # Configure the docker image for kokoro-trampoline.
20+ env_vars: {
21+ key: " TRAMPOLINE_IMAGE"
22+ value: " gcr.io/cloud-devrel-kokoro-resources/python-multi"
23+ }
24+ env_vars: {
25+ key: " TRAMPOLINE_BUILD_FILE"
26+ value: " github/google-api-python-client/.kokoro/build.sh"
27+ }
File renamed without changes.
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+ # Download resources for system tests (service account key, etc.)
14+ gfile_resources: " /bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
15+
16+ # Use the trampoline script to run in docker.
17+ build_file: " google-api-python-client/.kokoro/trampoline.sh"
18+
19+ # Configure the docker image for kokoro-trampoline.
20+ env_vars: {
21+ key: " TRAMPOLINE_IMAGE"
22+ value: " gcr.io/cloud-devrel-kokoro-resources/python-multi"
23+ }
24+ env_vars: {
25+ key: " TRAMPOLINE_BUILD_FILE"
26+ value: " github/google-api-python-client/.kokoro/build.sh"
27+ }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments