go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/lucicfg/examples/01-minimal/generated/cr-buildbucket.cfg (about) 1 # Auto-generated by lucicfg. 2 # Do not modify manually. 3 # 4 # For the schema of this file, see BuildbucketCfg message: 5 # https://config.luci.app/schemas/projects:buildbucket.cfg 6 7 buckets { 8 name: "my-bucket" 9 swarming { 10 builders { 11 name: "my-builder" 12 swarming_host: "chromium-swarm.appspot.com" 13 recipe { 14 name: "my-recipe" 15 cipd_package: "recipe/bundle/package" 16 cipd_version: "refs/heads/main" 17 } 18 } 19 } 20 }