File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
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-cloud-python/.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-cloud-python/.kokoro/system.sh"
27+ }
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3- # Build logs will be here
4- action {
5- define_artifacts {
6- regex: " **/*sponge_log.xml"
7- }
8- }
9-
10- build_file: " google-cloud-python/.kokoro/build-bigframes.sh"
113timeout_mins: 720
124
135# Only run this nox session.
You can’t perform that action at this time.
0 commit comments