From 6333f7b08137c7815d1c76431dbbd92ed8c64641 Mon Sep 17 00:00:00 2001 From: Burke Davison <40617934+burkedavison@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:08:23 -0500 Subject: [PATCH] feat: kokoro presubmit configuration (#71) --- .kokoro/presubmit.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .kokoro/presubmit.cfg diff --git a/.kokoro/presubmit.cfg b/.kokoro/presubmit.cfg new file mode 100644 index 0000000..2c0170a --- /dev/null +++ b/.kokoro/presubmit.cfg @@ -0,0 +1,15 @@ +# -*- protobuffer -*- +# proto-file: google3/devtools/kokoro/config/proto/build.proto +# proto-message: BuildConfig + +build_file: "generator/.kokoro/update-dotnet.sh" + +container_properties { + docker_image: "us-central1-docker.pkg.dev/kokoro-container-bakery/kokoro/ubuntu/ubuntu2204/full:current" + docker_sibling_containers: true +} + +env_vars: { + key: "GENERATOR_CLI_REPOSITORY" + value: "us-central1-docker.pkg.dev/cloud-sdk-production-pipeline/pipeline-images" +}