Chromium Code Reviews| Index: infra/project-config/cr-buildbucket.cfg |
| diff --git a/infra/project-config/cr-buildbucket.cfg b/infra/project-config/cr-buildbucket.cfg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..02644cab2876f8ea2be4b720d91ed215a64ea1ab |
| --- /dev/null |
| +++ b/infra/project-config/cr-buildbucket.cfg |
| @@ -0,0 +1,71 @@ |
| +# Defines buckets on cr-buildbucket.appspot.com, used to schedule builds |
|
borenet
2015/05/29 18:31:03
We also have a client.skia.internal master. Not s
nodir
2015/06/01 16:04:09
Are you sure you want to define an internal master
borenet
2015/06/01 16:33:20
Nope, just didn't want to miss anything important.
|
| +# on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs. |
| +# |
| +# See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for |
| +# schema of this file and documentation. |
| +# |
| +# Please keep this list sorted by bucket name. |
| + |
| +buckets { |
| + name: "master.client.skia" |
| + acls { |
| + role: READER |
| + group: "all" |
| + } |
| + acls { |
| + role: SCHEDULER |
| + group: "service-account-cq" |
| + } |
| + acls { |
| + role: WRITER |
| + group: "service-account-skia-master" |
| + } |
| +} |
| + |
| +buckets { |
| + name: "master.client.skia.android" |
| + acls { |
| + role: READER |
| + group: "all" |
| + } |
| + acls { |
| + role: SCHEDULER |
| + group: "service-account-cq" |
| + } |
| + acls { |
| + role: WRITER |
| + group: "service-account-skia-master" |
| + } |
| +} |
| + |
| +buckets { |
| + name: "master.client.skia.compile" |
| + acls { |
| + role: READER |
| + group: "all" |
| + } |
| + acls { |
| + role: SCHEDULER |
| + group: "service-account-cq" |
| + } |
| + acls { |
| + role: WRITER |
| + group: "service-account-skia-master" |
| + } |
| +} |
| + |
| +buckets { |
| + name: "master.client.skia.fyi" |
| + acls { |
| + role: READER |
| + group: "all" |
| + } |
| + acls { |
| + role: SCHEDULER |
| + group: "service-account-cq" |
| + } |
| + acls { |
| + role: WRITER |
| + group: "service-account-skia-master" |
| + } |
| +} |