| Index: cr-buildbucket.cfg
|
| diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..043bcb415fe9b8691def3fee14d76814ffb4b809
|
| --- /dev/null
|
| +++ b/cr-buildbucket.cfg
|
| @@ -0,0 +1,23 @@
|
| +# Defines buckets on cr-buildbucket.appspot.com, used by to schedule builds
|
| +# 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.tryserver.libyuv"
|
| + acls {
|
| + role: READER
|
| + group: "all"
|
| + }
|
| + acls {
|
| + role: SCHEDULER
|
| + group: "project-libyuv-tryjob-access"
|
| + }
|
| + acls {
|
| + role: WRITER
|
| + identity: "libyuv@chrome-infra-auth.iam.gserviceaccount.com"
|
| + }
|
| +}
|
|
|