blob: 85f0a1da0680dff5d6cb8da41b1f43f11f51c37b [file] [log] [blame]
nodir038b01c2015-06-01 09:39:11 -07001# Defines buckets on cr-buildbucket.appspot.com, used to schedule builds
2# on buildbot. In particular, CQ uses some of these buckets to schedule tryjobs.
3#
4# See http://luci-config.appspot.com/schemas/projects:buildbucket.cfg for
5# schema of this file and documentation.
6#
7# Please keep this list sorted by bucket name.
8
9buckets {
10 name: "master.client.skia"
11 acls {
12 role: READER
13 group: "all"
14 }
15 acls {
16 role: SCHEDULER
nodirf3782fa2015-07-30 10:32:27 -070017 group: "project-skia-tryjob-access"
18 }
19 acls {
20 role: SCHEDULER
nodir038b01c2015-06-01 09:39:11 -070021 group: "service-account-cq"
22 }
23 acls {
24 role: WRITER
25 group: "service-account-skia-master"
26 }
27}
28
29buckets {
30 name: "master.client.skia.android"
31 acls {
32 role: READER
33 group: "all"
34 }
35 acls {
36 role: SCHEDULER
nodirf3782fa2015-07-30 10:32:27 -070037 group: "project-skia-tryjob-access"
38 }
39 acls {
40 role: SCHEDULER
nodir038b01c2015-06-01 09:39:11 -070041 group: "service-account-cq"
42 }
43 acls {
44 role: WRITER
45 group: "service-account-skia-master"
46 }
47}
48
49buckets {
50 name: "master.client.skia.compile"
51 acls {
52 role: READER
53 group: "all"
54 }
55 acls {
56 role: SCHEDULER
nodirf3782fa2015-07-30 10:32:27 -070057 group: "project-skia-tryjob-access"
58 }
59 acls {
60 role: SCHEDULER
nodir038b01c2015-06-01 09:39:11 -070061 group: "service-account-cq"
62 }
63 acls {
64 role: WRITER
65 group: "service-account-skia-master"
66 }
67}
68
69buckets {
70 name: "master.client.skia.fyi"
71 acls {
72 role: READER
73 group: "all"
74 }
75 acls {
76 role: SCHEDULER
nodirf3782fa2015-07-30 10:32:27 -070077 group: "project-skia-tryjob-access"
78 }
79 acls {
80 role: SCHEDULER
nodir038b01c2015-06-01 09:39:11 -070081 group: "service-account-cq"
82 }
83 acls {
84 role: WRITER
85 group: "service-account-skia-master"
86 }
nodir038b01c2015-06-01 09:39:11 -070087}