Jiyong Park | 1fe6be1 | 2024-09-23 15:05:54 +0900 | [diff] [blame^] | 1 | # -*- protobuffer -*- |
| 2 | # proto-file: google3/devtools/kokoro/config/proto/build.proto |
| 3 | # proto-message: BuildConfig |
| 4 | |
| 5 | # Location of the bash script. Should have value <git_on_borg_scm.name>/<path_from_repository_root>. |
| 6 | # git_on_borg_scm.name is specified in the job configuration (next section). |
| 7 | build_file: "avf/build/debian/kokoro/build.sh" |
| 8 | container_properties { |
| 9 | docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/java:current" |
| 10 | } |