blob: 516b8ac9c6fc7c39f0a54a1de967789110fcdfe3 [file] [log] [blame]
Jiyong Park1fe6be12024-09-23 15:05:54 +09001# -*- 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).
7build_file: "avf/build/debian/kokoro/build.sh"
8container_properties {
9 docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2004/java:current"
10}