mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-11 22:19:56 +08:00
Also README.md, OWNERS and other std files R=kjellander@chromium.org BUG=551062 Review URL: https://codereview.chromium.org/1576093005 .
24 lines
587 B
INI
24 lines
587 B
INI
# 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"
|
|
}
|
|
}
|