skia2/infra/project-config/cr-buildbucket.cfg
nodir f3782fa76f Build buckets: tryjob access
Allowed project-skia-tryjob-access group to schedule builds on public
skia build buckets

R=borenet@chromium.org, rmistry@chromium.org
BUG=495680

Review URL: https://codereview.chromium.org/1256333006
2015-07-30 10:32:27 -07:00

88 lines
1.5 KiB
INI

# Defines buckets on cr-buildbucket.appspot.com, used 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.client.skia"
acls {
role: READER
group: "all"
}
acls {
role: SCHEDULER
group: "project-skia-tryjob-access"
}
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: "project-skia-tryjob-access"
}
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: "project-skia-tryjob-access"
}
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: "project-skia-tryjob-access"
}
acls {
role: SCHEDULER
group: "service-account-cq"
}
acls {
role: WRITER
group: "service-account-skia-master"
}
}