# 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" } acls { role: SCHEDULER identity: "angle-ci-builder@chops-service-accounts.iam.gserviceaccount.com" } } acl_sets { name: "try" acls { role: READER group: "all" } acls { role: SCHEDULER group: "project-angle-tryjob-access" } acls { role: SCHEDULER group: "service-account-cq" } } builder_mixins { name: "builderless" auto_builder_dimension: NO dimensions: "builderless:1" dimensions: "ssd:0" } builder_mixins { name: "linux" dimensions: "os:Ubuntu-16.04" mixins: "builderless" } builder_mixins { name: "win" dimensions: "os:Windows" mixins: "builderless" } builder_mixins { name: "mac" dimensions: "os:Mac" recipe { properties_j: <