| 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.client.skia" | 10 name: "master.client.skia" |
| 11 acls { | 11 acls { |
| 12 role: READER | 12 role: READER |
| 13 group: "all" | 13 group: "all" |
| 14 } | 14 } |
| 15 acls { | 15 acls { |
| 16 role: SCHEDULER | 16 role: SCHEDULER |
| 17 group: "project-skia-tryjob-access" |
| 18 } |
| 19 acls { |
| 20 role: SCHEDULER |
| 17 group: "service-account-cq" | 21 group: "service-account-cq" |
| 18 } | 22 } |
| 19 acls { | 23 acls { |
| 20 role: WRITER | 24 role: WRITER |
| 21 group: "service-account-skia-master" | 25 group: "service-account-skia-master" |
| 22 } | 26 } |
| 23 } | 27 } |
| 24 | 28 |
| 25 buckets { | 29 buckets { |
| 26 name: "master.client.skia.android" | 30 name: "master.client.skia.android" |
| 27 acls { | 31 acls { |
| 28 role: READER | 32 role: READER |
| 29 group: "all" | 33 group: "all" |
| 30 } | 34 } |
| 31 acls { | 35 acls { |
| 32 role: SCHEDULER | 36 role: SCHEDULER |
| 37 group: "project-skia-tryjob-access" |
| 38 } |
| 39 acls { |
| 40 role: SCHEDULER |
| 33 group: "service-account-cq" | 41 group: "service-account-cq" |
| 34 } | 42 } |
| 35 acls { | 43 acls { |
| 36 role: WRITER | 44 role: WRITER |
| 37 group: "service-account-skia-master" | 45 group: "service-account-skia-master" |
| 38 } | 46 } |
| 39 } | 47 } |
| 40 | 48 |
| 41 buckets { | 49 buckets { |
| 42 name: "master.client.skia.compile" | 50 name: "master.client.skia.compile" |
| 43 acls { | 51 acls { |
| 44 role: READER | 52 role: READER |
| 45 group: "all" | 53 group: "all" |
| 46 } | 54 } |
| 47 acls { | 55 acls { |
| 48 role: SCHEDULER | 56 role: SCHEDULER |
| 57 group: "project-skia-tryjob-access" |
| 58 } |
| 59 acls { |
| 60 role: SCHEDULER |
| 49 group: "service-account-cq" | 61 group: "service-account-cq" |
| 50 } | 62 } |
| 51 acls { | 63 acls { |
| 52 role: WRITER | 64 role: WRITER |
| 53 group: "service-account-skia-master" | 65 group: "service-account-skia-master" |
| 54 } | 66 } |
| 55 } | 67 } |
| 56 | 68 |
| 57 buckets { | 69 buckets { |
| 58 name: "master.client.skia.fyi" | 70 name: "master.client.skia.fyi" |
| 59 acls { | 71 acls { |
| 60 role: READER | 72 role: READER |
| 61 group: "all" | 73 group: "all" |
| 62 } | 74 } |
| 63 acls { | 75 acls { |
| 64 role: SCHEDULER | 76 role: SCHEDULER |
| 77 group: "project-skia-tryjob-access" |
| 78 } |
| 79 acls { |
| 80 role: SCHEDULER |
| 65 group: "service-account-cq" | 81 group: "service-account-cq" |
| 66 } | 82 } |
| 67 acls { | 83 acls { |
| 68 role: WRITER | 84 role: WRITER |
| 69 group: "service-account-skia-master" | 85 group: "service-account-skia-master" |
| 70 } | 86 } |
| 71 } | 87 } |
| OLD | NEW |