| OLD | NEW |
| 1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds | 1 # Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds |
| 2 # on buildbot. Some of them are used by CQ to schedule tryjobs. | 2 # on buildbot. Some of them are used by CQ 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 acl_sets { |
| 10 name: "master.chromium.webrtc" | 10 name: "default" |
| 11 acls { | 11 acls { |
| 12 role: READER | 12 role: READER |
| 13 group: "all" | 13 group: "all" |
| 14 } | 14 } |
| 15 |
| 16 # Remove this rule after all Buildbot masters are turned down. |
| 15 acls { | 17 acls { |
| 16 role: WRITER | 18 role: WRITER |
| 17 group: "service-account-webrtc-master" | 19 group: "service-account-webrtc-master" |
| 18 } | 20 } |
| 19 } | 21 } |
| 20 | 22 |
| 21 buckets { | 23 buckets { |
| 24 name: "master.chromium.webrtc" |
| 25 acl_sets: "default" |
| 26 } |
| 27 |
| 28 buckets { |
| 22 name: "master.chromium.webrtc.fyi" | 29 name: "master.chromium.webrtc.fyi" |
| 23 acls { | 30 acl_sets: "default" |
| 24 role: READER | |
| 25 group: "all" | |
| 26 } | |
| 27 acls { | |
| 28 role: WRITER | |
| 29 group: "service-account-webrtc-master" | |
| 30 } | |
| 31 } | 31 } |
| 32 | 32 |
| 33 buckets { | 33 buckets { |
| 34 name: "master.client.webrtc" | 34 name: "master.client.webrtc" |
| 35 acls { | 35 acl_sets: "default" |
| 36 role: READER | |
| 37 group: "all" | |
| 38 } | |
| 39 acls { | |
| 40 role: WRITER | |
| 41 group: "service-account-webrtc-master" | |
| 42 } | |
| 43 } | 36 } |
| 44 | 37 |
| 45 buckets { | 38 buckets { |
| 46 name: "master.client.webrtc.fyi" | 39 name: "master.client.webrtc.fyi" |
| 47 acls { | 40 acl_sets: "default" |
| 48 role: READER | |
| 49 group: "all" | |
| 50 } | |
| 51 acls { | |
| 52 role: WRITER | |
| 53 group: "service-account-webrtc-master" | |
| 54 } | |
| 55 } | 41 } |
| 56 | 42 |
| 57 buckets { | 43 buckets { |
| 58 name: "master.tryserver.webrtc" | 44 name: "master.tryserver.webrtc" |
| 59 acls { | 45 acl_sets: "default" |
| 60 role: READER | |
| 61 group: "all" | |
| 62 } | |
| 63 acls { | 46 acls { |
| 64 role: SCHEDULER | 47 role: SCHEDULER |
| 65 group: "service-account-cq" | 48 group: "service-account-cq" |
| 66 } | 49 } |
| 67 acls { | 50 acls { |
| 68 role: WRITER | |
| 69 group: "service-account-webrtc-master" | |
| 70 } | |
| 71 acls { | |
| 72 role: SCHEDULER | 51 role: SCHEDULER |
| 73 group: "project-webrtc-tryjob-access" | 52 group: "project-webrtc-tryjob-access" |
| 74 } | 53 } |
| 75 } | 54 } |
| OLD | NEW |