# Defines buckets on cr-buildbucket.appspot.com, used to schedule builds # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. # # See http://luci-config.appspot.com/schemas/projects:cr-buildbucket.cfg for # schema of this file and documentation. # # Please keep this list sorted by bucket name. acl_sets { name: "ci" acls { role: READER group: "all" } acls { role: SCHEDULER identity: "luci-scheduler@appspot.gserviceaccount.com" } } acl_sets { name: "try" acls { role: READER group: "all" } acls { role: SCHEDULER group: "project-dawn-tryjob-access" } acls { role: SCHEDULER group: "service-account-cq" } } builder_mixins { name: "clang" recipe { properties_j: "clang:true" } } builder_mixins { name: "no_clang" recipe { properties_j: "clang:false" } } builder_mixins { name: "release" recipe { properties_j: "debug:false" } } builder_mixins { name: "debug" recipe { properties_j: "debug:true" } } builder_mixins { name: "x86" recipe { properties: "target_cpu:x86" } } builder_mixins { name: "x64" recipe { properties: "target_cpu:x64" } } builder_mixins { name: "linux", dimensions: "os:Ubuntu-16.04" recipe { properties_j: <