Skip to content

Commit

Permalink
feat: kokoro presubmit configuration (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
burkedavison authored Dec 19, 2024
1 parent 4f4a2cb commit 6333f7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .kokoro/presubmit.cfg
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 6333f7b

Please sign in to comment.