Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: infra/project-config/cr-buildbucket.cfg

Issue 1164633002: /infra directory (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: updated owners Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « infra/project-config/README ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # 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
9 buckets {
10 name: "master.client.skia"
11 acls {
12 role: READER
13 group: "all"
14 }
15 acls {
16 role: SCHEDULER
17 group: "service-account-cq"
18 }
19 acls {
20 role: WRITER
21 group: "service-account-skia-master"
22 }
23 }
24
25 buckets {
26 name: "master.client.skia.android"
27 acls {
28 role: READER
29 group: "all"
30 }
31 acls {
32 role: SCHEDULER
33 group: "service-account-cq"
34 }
35 acls {
36 role: WRITER
37 group: "service-account-skia-master"
38 }
39 }
40
41 buckets {
42 name: "master.client.skia.compile"
43 acls {
44 role: READER
45 group: "all"
46 }
47 acls {
48 role: SCHEDULER
49 group: "service-account-cq"
50 }
51 acls {
52 role: WRITER
53 group: "service-account-skia-master"
54 }
55 }
56
57 buckets {
58 name: "master.client.skia.fyi"
59 acls {
60 role: READER
61 group: "all"
62 }
63 acls {
64 role: SCHEDULER
65 group: "service-account-cq"
66 }
67 acls {
68 role: WRITER
69 group: "service-account-skia-master"
70 }
71 }
OLDNEW
« no previous file with comments | « infra/project-config/README ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698