blob: 018812c39bd4af79ffe20c2d88267298d764d8b2 [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 {
Jiyong Parkda733ac2024-09-24 15:02:04 +09009 docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2204/full:next"
10 docker_privileged: true
11 docker_user: "root"
Jiyong Park1fe6be12024-09-23 15:05:54 +090012}