| OLD | NEW |
| 1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds | 1 # Defines buckets on cr-buildbucket.appspot.com, used to schedule builds |
| 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. | 2 # on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. |
| 3 # | 3 # |
| 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for | 4 # See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for |
| 5 # schema of this file and documentation. | 5 # schema of this file and documentation. |
| 6 # | 6 # |
| 7 # Please keep this list sorted by bucket name. | 7 # Please keep this list sorted by bucket name. |
| 8 | 8 |
| 9 buckets { | 9 buckets { |
| 10 name: "master.internal.client.v8" | 10 name: "master.internal.client.v8" |
| 11 acls { | 11 acls { |
| 12 role: READER | 12 role: READER |
| 13 group: "googlers" | 13 group: "googlers" |
| 14 } | 14 } |
| 15 acls { | 15 acls { |
| 16 role: SCHEDULER | 16 role: SCHEDULER |
| 17 group: "project-v8-tryjob-internal-access" | 17 group: "project-v8-internal-tryjob-access" |
| 18 } | 18 } |
| 19 acls { | 19 acls { |
| 20 role: WRITER | 20 role: WRITER |
| 21 group: "service-account-v8-master-internal" | 21 group: "service-account-v8-master-internal" |
| 22 } | 22 } |
| 23 } | 23 } |
| 24 | 24 |
| 25 buckets { | 25 buckets { |
| 26 name: "master.tryserver.v8" | 26 name: "master.tryserver.v8" |
| 27 acls { | 27 acls { |
| 28 role: READER | 28 role: READER |
| 29 group: "all" | 29 group: "all" |
| 30 } | 30 } |
| 31 acls { | 31 acls { |
| 32 role: SCHEDULER | 32 role: SCHEDULER |
| 33 group: "service-account-cq" | 33 group: "service-account-cq" |
| 34 } | 34 } |
| 35 acls { | 35 acls { |
| 36 role: SCHEDULER | 36 role: SCHEDULER |
| 37 group: "project-v8-tryjob-access" | 37 group: "project-v8-tryjob-access" |
| 38 } | 38 } |
| 39 acls { | 39 acls { |
| 40 role: WRITER | 40 role: WRITER |
| 41 group: "service-account-v8-master" | 41 group: "service-account-v8-master" |
| 42 } | 42 } |
| 43 } | 43 } |
| OLD | NEW |