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

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

Issue 1254293005: Moved project configs to infra/config branch (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 4 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.md ('k') | infra/project-config/project.cfg » ('j') | 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 by 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.chromium.perf"
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-chromium-master"
22 }
23 }
24
25 buckets {
26 name: "master.chromium.perf.fyi"
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-chromium-master"
38 }
39 }
40
41 buckets {
42 name: "master.tryserver.chromium.gpu"
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-chromium-tryserver"
54 }
55 }
56
57 buckets {
58 name: "master.tryserver.chromium.linux"
59 acls {
60 role: READER
61 group: "all"
62 }
63 acls {
64 role: SCHEDULER
65 group: "project-chromium-tryjob-access"
66 }
67 acls {
68 role: SCHEDULER
69 group: "service-account-cq"
70 }
71 acls {
72 role: WRITER
73 group: "service-account-chromium-tryserver"
74 }
75 }
76
77 buckets {
78 name: "master.tryserver.chromium.mac"
79 acls {
80 role: READER
81 group: "all"
82 }
83 acls {
84 role: SCHEDULER
85 group: "service-account-cq"
86 }
87 acls {
88 role: WRITER
89 group: "service-account-chromium-tryserver"
90 }
91 acls {
92 role: SCHEDULER
93 group: "project-chromium-tryjob-access"
94 }
95 }
96
97 buckets {
98 name: "master.tryserver.chromium.perf"
99 acls {
100 role: READER
101 group: "all"
102 }
103 acls {
104 role: SCHEDULER
105 group: "service-account-cq"
106 }
107 acls {
108 role: WRITER
109 group: "service-account-chromium-tryserver"
110 }
111 acls {
112 role: SCHEDULER
113 group: "service-account-chromium-perf-dashboard"
114 }
115 }
116
117 buckets {
118 name: "master.tryserver.chromium.win"
119 acls {
120 role: READER
121 group: "all"
122 }
123 acls {
124 role: SCHEDULER
125 group: "service-account-cq"
126 }
127 acls {
128 role: WRITER
129 group: "service-account-chromium-tryserver"
130 }
131 acls {
132 role: SCHEDULER
133 group: "project-chromium-tryjob-access"
134 }
135 }
136
OLDNEW
« no previous file with comments | « infra/project-config/README.md ('k') | infra/project-config/project.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698