summaryrefslogtreecommitdiff
path: root/cr-buildbucket.cfg
blob: b5e16687bbd244c04ef8733defd0ba0656bb1398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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.client.pdfium"
  acls {
    role: READER
    group: "all"
  }
  acls {
    role: SCHEDULER
    group: "service-account-cq"
  }
  acls {
    role: WRITER
    group: "service-account-pdfium"
  }
  acls {
    role: SCHEDULER
    group: "project-pdfium-tryjob-access"
  }
  acls {
    role: WRITER
    identity: "dsinclair@chromium.org"
  }
}