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

Side by Side Diff: masters/master.tryserver.infra/builders.pyl

Issue 2193593002: remove master.tryserver.infra (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 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 | « masters/master.tryserver.infra/OWNERS ('k') | masters/master.tryserver.infra/master.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 {
2 "master_base_class": "Master4a",
3 "master_classname": "InfraTryServer",
4 "master_port": 21402,
5 "master_port_alt": 41402,
6 "slave_port": 31402,
7 "templates": [
8 "../master.chromium.infra/templates",
9 "../master.chromium/templates",
10 ],
11
12 "service_account_file": "service-account-chromium-tryserver.json",
13 "buildbucket_bucket": "master.tryserver.infra",
14
15 "default_remote_run_properties": {
16 "path_config": "kitchen",
17 },
18 "default_remote_run_repository": "https://chromium.googlesource.com/infra/infr a.git",
19
20 "builders": {
21 "Build Presubmit": {
22 "category": "Build",
23 "recipe": "run_presubmit",
24 "properties": {
25 "repo_name": "build",
26 "runhooks": True,
27 },
28 "scheduler": None,
29 "slave_pools": ["trusty64_slave_pool"],
30 "slavebuilddir": "presubmit_build",
31 },
32 "Build Try Recipe Test Mac": {
33 "category": "Build",
34 "use_remote_run": True,
35 "recipe": "build_repo_real_try",
36 "properties": {
37 "repo_name": "build",
38 "runhooks": True,
39 },
40 "scheduler": None,
41 "slave_pools": ["mac_slave_pool"],
42 "slavebuilddir": "build_try_recipe_test",
43 },
44 "Build Try Recipe Test Trusty64": {
45 "category": "Build",
46 "use_remote_run": True,
47 "recipe": "build_repo_real_try",
48 "properties": {
49 "repo_name": "build",
50 "runhooks": True,
51 },
52 "scheduler": None,
53 "slave_pools": ["trusty64_slave_pool"],
54 "slavebuilddir": "build_try_recipe_test",
55 },
56 "Build Try Recipe Test Win64": {
57 "category": "Build",
58 "use_remote_run": True,
59 "recipe": "build_repo_real_try",
60 "properties": {
61 "repo_name": "build",
62 "runhooks": True,
63 },
64 "scheduler": None,
65 "slave_pools": ["win64_slave_pool"],
66 "slavebuilddir": "build_try_recipe_test",
67 },
68
69 "Depot Tools Presubmit": {
70 "category": "Depot Tools",
71 "recipe": "run_presubmit",
72 "properties": {
73 "repo_name": "depot_tools",
74 },
75 "scheduler": None,
76 "slave_pools": ["trusty64_slave_pool"],
77 "slavebuilddir": "presubmit_depot_tools",
78 },
79
80 "Try Recipe Mac": {
81 "category": "Try Recipe",
82 "use_remote_run": True,
83 "recipe": "try_recipe",
84 "properties": {
85 "repo_name": "build",
86 "runhooks": True,
87 },
88 "scheduler": None,
89 "slave_pools": ["mac_slave_pool"],
90 "slavebuilddir": "try_recipe",
91 },
92 "Try Recipe Trusty 64": {
93 "category": "Try Recipe",
94 "use_remote_run": True,
95 "recipe": "try_recipe",
96 "properties": {
97 "repo_name": "build",
98 "runhooks": True,
99 },
100 "scheduler": None,
101 "slave_pools": ["trusty64_slave_pool"],
102 "slavebuilddir": "try_recipe",
103 },
104 "Try Recipe Win 64": {
105 "category": "Try Recipe",
106 "use_remote_run": True,
107 "recipe": "try_recipe",
108 "properties": {
109 "repo_name": "build",
110 "runhooks": True,
111 },
112 "scheduler": None,
113 "slave_pools": ["win64_slave_pool"],
114 "slavebuilddir": "try_recipe",
115 },
116
117 "Infra Presubmit": {
118 "category": "Infra",
119 "recipe": "run_presubmit",
120 "properties": {
121 "repo_name": "infra",
122 "runhooks": True,
123 },
124 "scheduler": None,
125 "slave_pools": ["trusty64_slave_pool"],
126 "slavebuilddir": "presubmit_infra",
127 },
128 "Infra Linux Precise 32 Tester": {
129 "category": "Infra",
130 "use_remote_run": True,
131 "recipe": "infra_repo_trybot",
132 "scheduler": None,
133 "slave_pools": ["precise32_slave_pool"],
134 "slavebuilddir": "infra",
135 },
136 "Infra Linux Trusty 64 Tester": {
137 "category": "Infra",
138 "use_remote_run": True,
139 "recipe": "infra_repo_trybot",
140 "scheduler": None,
141 "slave_pools": ["trusty64_slave_pool"],
142 "slavebuilddir": "infra",
143 },
144 "Infra Mac Tester": {
145 "category": "Infra",
146 "use_remote_run": True,
147 "recipe": "infra_repo_trybot",
148 "scheduler": None,
149 "slave_pools": ["mac_slave_pool"],
150 "slavebuilddir": "Infra",
151 },
152 "Infra Win Tester": {
153 "category": "Infra",
154 "use_remote_run": True,
155 "recipe": "infra_repo_trybot",
156 "scheduler": None,
157 "slave_pools": ["win64_slave_pool"],
158 "slavebuilddir": "infra",
159 },
160
161 "Luci-py Presubmit": {
162 "category": "Luci-py",
163 "recipe": "run_presubmit",
164 "properties": {
165 "repo_name": "luci_py",
166 "runhooks": True,
167 },
168 "scheduler": None,
169 "slave_pools": ["trusty64_slave_pool"],
170 "slavebuilddir": "presubmit_lucipy",
171 },
172
173 "Luci-GAE Presubmit": {
174 "category": "Luci-GAE",
175 "use_remote_run": True,
176 "recipe": "luci_gae",
177 "scheduler": None,
178 "slave_pools": ["trusty64_slave_pool"],
179 "slavebuilddir": "presubmit_lucigae",
180 },
181
182 "Luci-GAE Linux Trusty 64 Tester": {
183 "category": "Luci-GAE",
184 "use_remote_run": True,
185 "recipe": "luci_gae",
186 "scheduler": None,
187 "slave_pools": ["trusty64_slave_pool"],
188 "slavebuilddir": "luci-gae",
189 },
190 "Luci-go Presubmit": {
191 "category": "Luci-go",
192 "use_remote_run": True,
193 "recipe": "luci_go",
194 "scheduler": None,
195 "slave_pools": ["trusty64_slave_pool"],
196 "slavebuilddir": "presubmit_lucigo",
197 },
198 "Luci-go Linux Trusty 64 Tester": {
199 "category": "Luci-go",
200 "use_remote_run": True,
201 "recipe": "luci_go",
202 "scheduler": None,
203 "slave_pools": ["trusty64_slave_pool"],
204 "slavebuilddir": "luci-go",
205 },
206 "Luci-go Linux Precise 32 Tester": {
207 "category": "Luci-go",
208 "use_remote_run": True,
209 "recipe": "luci_go",
210 "scheduler": None,
211 "slave_pools": ["precise32_slave_pool"],
212 "slavebuilddir": "luci-go",
213 },
214 "Luci-go Mac Tester": {
215 "category": "Luci-go",
216 "use_remote_run": True,
217 "recipe": "luci_go",
218 "scheduler": None,
219 "slave_pools": ["mac_slave_pool"],
220 "slavebuilddir": "luci-go",
221 },
222 "Luci-go Win Tester": {
223 "category": "Luci-go",
224 "use_remote_run": True,
225 "recipe": "luci_go",
226 "scheduler": None,
227 "slave_pools": ["win64_slave_pool"],
228 "slavebuilddir": "luci-go",
229 },
230
231 "Recipes-py Presubmit": {
232 "category": "Recipes-py",
233 "recipe": "run_presubmit",
234 "properties": {
235 "repo_name": "recipes_py",
236 "runhooks": True,
237 },
238 "scheduler": None,
239 "slave_pools": ["trusty64_slave_pool"],
240 "slavebuilddir": "presubmit_recipespy",
241 },
242
243 "Recipe Roll Downstream Tester": {
244 "category": "Recipe Roll Tryjob",
245 "use_remote_run": True,
246 "recipe": "recipe_roll_tryjob",
247 "scheduler": None,
248 "slave_pools": ["trusty64_slave_pool"],
249 "slavebuilddir": "recipe_roll_tryjob",
250 },
251
252 "gerrit-test-cq-normal": {
253 "category": "Gerrit CQ",
254 "use_remote_run": True,
255 "recipe": "gerrit_cq_test",
256 "scheduler": None,
257 "slave_pools": ["trusty64_slave_pool"],
258 "slavebuilddir": "gerrit-test-cq-normal",
259 },
260 },
261
262 "schedulers": {},
263
264 "slave_pools": {
265 "precise32_slave_pool": {
266 "slave_data": {
267 "bits": 32,
268 "os": "linux",
269 "version": "precise",
270 },
271 "slaves": [
272 "vm252-m4",
273 "vm678-m4",
274 ],
275 },
276 "trusty64_slave_pool": {
277 "slave_data": {
278 "bits": 64,
279 "os": "linux",
280 "version": "trusty",
281 },
282 "slaves": [
283 "slave426-c4",
284 "slave864-c4",
285 "slave872-c4",
286 "slave912-c4",
287 "slave913-c4",
288 ],
289 },
290 "mac_slave_pool": {
291 "slave_data": {
292 "bits": 64,
293 "os": "mac",
294 "version": "10.9",
295 },
296 "slaves": [
297 "vm608-m4",
298 "vm679-m4",
299 ],
300 },
301 "win64_slave_pool": {
302 "slave_data": {
303 "bits": 64,
304 "os": "win",
305 "version": "win7",
306 },
307 "slaves": [
308 "vm253-m4",
309 "vm712-m4",
310 ],
311 },
312 },
313 }
OLDNEW
« no previous file with comments | « masters/master.tryserver.infra/OWNERS ('k') | masters/master.tryserver.infra/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698