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 { |
Jiyong Park | da733ac | 2024-09-24 15:02:04 +0900 | [diff] [blame] | 9 | docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2204/full:next" |
| 10 | docker_privileged: true |
| 11 | docker_user: "root" |
Jiyong Park | 1fe6be1 | 2024-09-23 15:05:54 +0900 | [diff] [blame] | 12 | } |