skia2/infra/project-config/cr-buildbucket.cfg
Eric Boren 3b3bdafa8e Delete swarm_trigger recipe
Delete no-longer-used parts of swarming module and add "pragma: no
cover" where applicable.

BUG=skia:

Change-Id: I0f516d7be520a4d4b4efbfa97bd383a5f124e713
Reviewed-on: https://skia-review.googlesource.com/5790
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2016-12-13 12:53:00 +00: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"
}
}