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

Side by Side Diff: testing/buildbot/chromium.mac.json

Issue 1040083006: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Mac10.6 Tests": { 2 "Mac10.6 Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests",
6 "swarming": { 5 "swarming": {
7 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
8 } 7 },
8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
11 "test": "app_list_unittests",
12 "swarming": { 11 "swarming": {
13 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
14 } 13 },
14 "test": "app_list_unittests"
15 }, 15 },
16 { 16 {
17 "test": "base_unittests",
18 "swarming": { 17 "swarming": {
19 "can_use_on_swarming_builders": true 18 "can_use_on_swarming_builders": true
20 } 19 },
20 "test": "base_unittests"
21 }, 21 },
22 { 22 {
23 "test": "browser_tests",
24 "swarming": { 23 "swarming": {
25 "can_use_on_swarming_builders": true, 24 "can_use_on_swarming_builders": true,
26 "shards": 10 25 "shards": 10
27 } 26 },
27 "test": "browser_tests"
28 }, 28 },
29 "cacheinvalidation_unittests",
30 { 29 {
31 "test": "cast_unittests", 30 "test": "cacheinvalidation_unittests"
31 },
32 {
32 "swarming": { 33 "swarming": {
33 "can_use_on_swarming_builders": true 34 "can_use_on_swarming_builders": true
34 } 35 },
36 "test": "cast_unittests"
35 }, 37 },
36 { 38 {
37 "test": "cc_unittests",
38 "swarming": { 39 "swarming": {
39 "can_use_on_swarming_builders": true 40 "can_use_on_swarming_builders": true
40 } 41 },
42 "test": "cc_unittests"
41 }, 43 },
42 "chromedriver_unittests",
43 { 44 {
44 "test": "components_browsertests", 45 "test": "chromedriver_unittests"
46 },
47 {
45 "swarming": { 48 "swarming": {
46 "can_use_on_swarming_builders": true 49 "can_use_on_swarming_builders": true
47 } 50 },
51 "test": "components_browsertests"
48 }, 52 },
49 { 53 {
50 "test": "components_unittests",
51 "swarming": { 54 "swarming": {
52 "can_use_on_swarming_builders": true 55 "can_use_on_swarming_builders": true
53 } 56 },
57 "test": "components_unittests"
54 }, 58 },
55 { 59 {
56 "test": "content_browsertests",
57 "swarming": { 60 "swarming": {
58 "can_use_on_swarming_builders": true 61 "can_use_on_swarming_builders": true
59 } 62 },
63 "test": "content_browsertests"
60 }, 64 },
61 { 65 {
62 "test": "content_unittests",
63 "swarming": { 66 "swarming": {
64 "can_use_on_swarming_builders": true 67 "can_use_on_swarming_builders": true
65 } 68 },
69 "test": "content_unittests"
66 }, 70 },
67 { 71 {
68 "test": "crypto_unittests",
69 "swarming": { 72 "swarming": {
70 "can_use_on_swarming_builders": true 73 "can_use_on_swarming_builders": true
71 } 74 },
75 "test": "crypto_unittests"
72 }, 76 },
73 "extensions_unittests",
74 "gcm_unit_tests",
75 { 77 {
76 "test": "gfx_unittests", 78 "test": "extensions_unittests"
79 },
80 {
81 "test": "gcm_unit_tests"
82 },
83 {
77 "swarming": { 84 "swarming": {
78 "can_use_on_swarming_builders": true 85 "can_use_on_swarming_builders": true
79 } 86 },
87 "test": "gfx_unittests"
80 }, 88 },
81 { 89 {
82 "test": "gpu_unittests", 90 "test": "google_apis_unittests"
91 },
92 {
83 "swarming": { 93 "swarming": {
84 "can_use_on_swarming_builders": true 94 "can_use_on_swarming_builders": true
85 } 95 },
96 "test": "gpu_unittests"
86 }, 97 },
87 "google_apis_unittests",
88 { 98 {
89 "test": "interactive_ui_tests",
90 "swarming": { 99 "swarming": {
91 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true
92 } 101 },
102 "test": "interactive_ui_tests"
93 }, 103 },
94 "ipc_tests",
95 "jingle_unittests",
96 { 104 {
97 "test": "media_unittests", 105 "test": "ipc_tests"
106 },
107 {
108 "test": "jingle_unittests"
109 },
110 {
98 "swarming": { 111 "swarming": {
99 "can_use_on_swarming_builders": true 112 "can_use_on_swarming_builders": true
100 } 113 },
114 "test": "media_unittests"
101 }, 115 },
102 { 116 {
103 "test": "message_center_unittests",
104 "swarming": { 117 "swarming": {
105 "can_use_on_swarming_builders": true 118 "can_use_on_swarming_builders": true
106 } 119 },
120 "test": "message_center_unittests"
107 }, 121 },
108 "mojo_common_unittests",
109 "mojo_public_bindings_unittests",
110 "mojo_public_environment_unittests",
111 "mojo_public_system_unittests",
112 "mojo_public_utility_unittests",
113 "mojo_system_unittests",
114 "nacl_loader_unittests",
115 { 122 {
116 "test": "net_unittests", 123 "test": "mojo_common_unittests"
124 },
125 {
126 "test": "mojo_public_bindings_unittests"
127 },
128 {
129 "test": "mojo_public_environment_unittests"
130 },
131 {
132 "test": "mojo_public_system_unittests"
133 },
134 {
135 "test": "mojo_public_utility_unittests"
136 },
137 {
138 "test": "mojo_system_unittests"
139 },
140 {
141 "test": "nacl_loader_unittests"
142 },
143 {
117 "swarming": { 144 "swarming": {
118 "can_use_on_swarming_builders": true 145 "can_use_on_swarming_builders": true
119 } 146 },
147 "test": "net_unittests"
120 }, 148 },
121 "ppapi_unittests",
122 "printing_unittests",
123 "remoting_unittests",
124 "sandbox_mac_unittests",
125 "sql_unittests",
126 { 149 {
127 "test": "sync_integration_tests", 150 "test": "ppapi_unittests"
151 },
152 {
153 "test": "printing_unittests"
154 },
155 {
156 "test": "remoting_unittests"
157 },
158 {
159 "test": "sandbox_mac_unittests"
160 },
161 {
162 "test": "skia_unittests"
163 },
164 {
165 "test": "sql_unittests"
166 },
167 {
128 "swarming": { 168 "swarming": {
129 "can_use_on_swarming_builders": true 169 "can_use_on_swarming_builders": true
130 } 170 },
171 "test": "sync_integration_tests"
131 }, 172 },
132 "sync_unit_tests",
133 { 173 {
134 "test": "ui_base_unittests", 174 "test": "sync_unit_tests"
175 },
176 {
135 "swarming": { 177 "swarming": {
136 "can_use_on_swarming_builders": true 178 "can_use_on_swarming_builders": true
137 } 179 },
180 "test": "ui_base_unittests"
138 }, 181 },
139 { 182 {
140 "test": "unit_tests",
141 "swarming": { 183 "swarming": {
142 "can_use_on_swarming_builders": true 184 "can_use_on_swarming_builders": true
143 } 185 },
186 "test": "unit_tests"
144 }, 187 },
145 "url_unittests", 188 {
146 "skia_unittests" 189 "test": "url_unittests"
190 }
147 ], 191 ],
148 "scripts": [ 192 "scripts": [
149 { 193 {
150 "name": "telemetry_unittests", 194 "name": "telemetry_unittests",
151 "script": "telemetry_unittests.py" 195 "script": "telemetry_unittests.py"
152 }, 196 },
153 { 197 {
154 "name": "telemetry_perf_unittests", 198 "name": "telemetry_perf_unittests",
155 "script": "telemetry_perf_unittests.py" 199 "script": "telemetry_perf_unittests.py"
156 }, 200 },
157 { 201 {
158 "name": "nacl_integration", 202 "name": "nacl_integration",
159 "script": "nacl_integration.py" 203 "script": "nacl_integration.py"
160 } 204 }
161 ] 205 ]
162 }, 206 },
163 "Mac10.8 Tests": { 207 "Mac10.8 Tests": {
164 "gtest_tests": [ 208 "gtest_tests": [
165 { 209 {
166 "test": "accessibility_unittests",
167 "swarming": { 210 "swarming": {
168 "can_use_on_swarming_builders": true 211 "can_use_on_swarming_builders": true
169 } 212 },
213 "test": "accessibility_unittests"
170 }, 214 },
171 { 215 {
172 "test": "app_list_unittests",
173 "swarming": { 216 "swarming": {
174 "can_use_on_swarming_builders": true 217 "can_use_on_swarming_builders": true
175 } 218 },
219 "test": "app_list_unittests"
176 }, 220 },
177 { 221 {
178 "test": "base_unittests",
179 "swarming": { 222 "swarming": {
180 "can_use_on_swarming_builders": true 223 "can_use_on_swarming_builders": true
181 } 224 },
225 "test": "base_unittests"
182 }, 226 },
183 { 227 {
184 "test": "browser_tests",
185 "swarming": { 228 "swarming": {
186 "can_use_on_swarming_builders": true, 229 "can_use_on_swarming_builders": true,
187 "shards": 10 230 "shards": 10
188 } 231 },
232 "test": "browser_tests"
189 }, 233 },
190 "cacheinvalidation_unittests",
191 { 234 {
192 "test": "cast_unittests", 235 "test": "cacheinvalidation_unittests"
236 },
237 {
193 "swarming": { 238 "swarming": {
194 "can_use_on_swarming_builders": true 239 "can_use_on_swarming_builders": true
195 } 240 },
241 "test": "cast_unittests"
196 }, 242 },
197 { 243 {
198 "test": "cc_unittests",
199 "swarming": { 244 "swarming": {
200 "can_use_on_swarming_builders": true 245 "can_use_on_swarming_builders": true
201 } 246 },
247 "test": "cc_unittests"
202 }, 248 },
203 "chromedriver_unittests",
204 { 249 {
205 "test": "components_unittests", 250 "test": "chromedriver_unittests"
251 },
252 {
206 "swarming": { 253 "swarming": {
207 "can_use_on_swarming_builders": true 254 "can_use_on_swarming_builders": true
208 } 255 },
256 "test": "components_unittests"
209 }, 257 },
210 { 258 {
211 "test": "content_browsertests",
212 "swarming": { 259 "swarming": {
213 "can_use_on_swarming_builders": true 260 "can_use_on_swarming_builders": true
214 } 261 },
262 "test": "content_browsertests"
215 }, 263 },
216 { 264 {
217 "test": "content_unittests",
218 "swarming": { 265 "swarming": {
219 "can_use_on_swarming_builders": true 266 "can_use_on_swarming_builders": true
220 } 267 },
268 "test": "content_unittests"
221 }, 269 },
222 { 270 {
223 "test": "crypto_unittests",
224 "swarming": { 271 "swarming": {
225 "can_use_on_swarming_builders": true 272 "can_use_on_swarming_builders": true
226 } 273 },
274 "test": "crypto_unittests"
227 }, 275 },
228 "extensions_unittests",
229 "gcm_unit_tests",
230 { 276 {
231 "test": "gfx_unittests", 277 "test": "extensions_unittests"
278 },
279 {
280 "test": "gcm_unit_tests"
281 },
282 {
232 "swarming": { 283 "swarming": {
233 "can_use_on_swarming_builders": true 284 "can_use_on_swarming_builders": true
234 } 285 },
286 "test": "gfx_unittests"
235 }, 287 },
236 { 288 {
237 "test": "gpu_unittests", 289 "test": "google_apis_unittests"
290 },
291 {
238 "swarming": { 292 "swarming": {
239 "can_use_on_swarming_builders": true 293 "can_use_on_swarming_builders": true
240 } 294 },
295 "test": "gpu_unittests"
241 }, 296 },
242 "google_apis_unittests",
243 { 297 {
244 "test": "interactive_ui_tests",
245 "swarming": { 298 "swarming": {
246 "can_use_on_swarming_builders": true 299 "can_use_on_swarming_builders": true
247 } 300 },
301 "test": "interactive_ui_tests"
248 }, 302 },
249 "ipc_tests",
250 "jingle_unittests",
251 { 303 {
252 "test": "media_unittests", 304 "test": "ipc_tests"
305 },
306 {
307 "test": "jingle_unittests"
308 },
309 {
253 "swarming": { 310 "swarming": {
254 "can_use_on_swarming_builders": true 311 "can_use_on_swarming_builders": true
255 } 312 },
313 "test": "media_unittests"
256 }, 314 },
257 { 315 {
258 "test": "message_center_unittests",
259 "swarming": { 316 "swarming": {
260 "can_use_on_swarming_builders": true 317 "can_use_on_swarming_builders": true
261 } 318 },
319 "test": "message_center_unittests"
262 }, 320 },
263 "mojo_common_unittests",
264 "mojo_public_bindings_unittests",
265 "mojo_public_environment_unittests",
266 "mojo_public_system_unittests",
267 "mojo_public_utility_unittests",
268 "mojo_system_unittests",
269 "nacl_loader_unittests",
270 { 321 {
271 "test": "net_unittests", 322 "test": "mojo_common_unittests"
323 },
324 {
325 "test": "mojo_public_bindings_unittests"
326 },
327 {
328 "test": "mojo_public_environment_unittests"
329 },
330 {
331 "test": "mojo_public_system_unittests"
332 },
333 {
334 "test": "mojo_public_utility_unittests"
335 },
336 {
337 "test": "mojo_system_unittests"
338 },
339 {
340 "test": "nacl_loader_unittests"
341 },
342 {
272 "swarming": { 343 "swarming": {
273 "can_use_on_swarming_builders": true 344 "can_use_on_swarming_builders": true
274 } 345 },
346 "test": "net_unittests"
275 }, 347 },
276 "ppapi_unittests",
277 "printing_unittests",
278 "remoting_unittests",
279 "sandbox_mac_unittests",
280 "sql_unittests",
281 { 348 {
282 "test": "sync_integration_tests", 349 "test": "ppapi_unittests"
350 },
351 {
352 "test": "printing_unittests"
353 },
354 {
355 "test": "remoting_unittests"
356 },
357 {
358 "test": "sandbox_mac_unittests"
359 },
360 {
361 "test": "skia_unittests"
362 },
363 {
364 "test": "sql_unittests"
365 },
366 {
283 "swarming": { 367 "swarming": {
284 "can_use_on_swarming_builders": true 368 "can_use_on_swarming_builders": true
285 } 369 },
370 "test": "sync_integration_tests"
286 }, 371 },
287 "sync_unit_tests",
288 { 372 {
289 "test": "ui_base_unittests", 373 "test": "sync_unit_tests"
374 },
375 {
290 "swarming": { 376 "swarming": {
291 "can_use_on_swarming_builders": true 377 "can_use_on_swarming_builders": true
292 } 378 },
379 "test": "ui_base_unittests"
293 }, 380 },
294 { 381 {
295 "test": "unit_tests",
296 "swarming": { 382 "swarming": {
297 "can_use_on_swarming_builders": true 383 "can_use_on_swarming_builders": true
298 } 384 },
385 "test": "unit_tests"
299 }, 386 },
300 "url_unittests", 387 {
301 "skia_unittests" 388 "test": "url_unittests"
389 }
302 ], 390 ],
303 "scripts": [ 391 "scripts": [
304 { 392 {
305 "name": "telemetry_unittests", 393 "name": "telemetry_unittests",
306 "script": "telemetry_unittests.py" 394 "script": "telemetry_unittests.py"
307 }, 395 },
308 { 396 {
309 "name": "telemetry_perf_unittests", 397 "name": "telemetry_perf_unittests",
310 "script": "telemetry_perf_unittests.py" 398 "script": "telemetry_perf_unittests.py"
311 }, 399 },
312 { 400 {
313 "name": "nacl_integration", 401 "name": "nacl_integration",
314 "script": "nacl_integration.py" 402 "script": "nacl_integration.py"
315 } 403 }
316 ] 404 ]
317 }, 405 },
318 "Mac10.9 Tests": { 406 "Mac10.9 Tests": {
319 "gtest_tests": [ 407 "gtest_tests": [
320 { 408 {
321 "test": "accessibility_unittests",
322 "swarming": { 409 "swarming": {
323 "can_use_on_swarming_builders": true 410 "can_use_on_swarming_builders": true
324 } 411 },
412 "test": "accessibility_unittests"
325 }, 413 },
326 { 414 {
327 "test": "app_list_unittests",
328 "swarming": { 415 "swarming": {
329 "can_use_on_swarming_builders": true 416 "can_use_on_swarming_builders": true
330 } 417 },
418 "test": "app_list_unittests"
331 }, 419 },
332 { 420 {
333 "test": "base_unittests",
334 "swarming": { 421 "swarming": {
335 "can_use_on_swarming_builders": true 422 "can_use_on_swarming_builders": true
336 } 423 },
424 "test": "base_unittests"
337 }, 425 },
338 { 426 {
339 "test": "browser_tests",
340 "swarming": { 427 "swarming": {
341 "can_use_on_swarming_builders": true, 428 "can_use_on_swarming_builders": true,
342 "shards": 10 429 "shards": 10
343 } 430 },
431 "test": "browser_tests"
344 }, 432 },
345 "cacheinvalidation_unittests",
346 { 433 {
347 "test": "cast_unittests", 434 "test": "cacheinvalidation_unittests"
435 },
436 {
348 "swarming": { 437 "swarming": {
349 "can_use_on_swarming_builders": true 438 "can_use_on_swarming_builders": true
350 } 439 },
440 "test": "cast_unittests"
351 }, 441 },
352 { 442 {
353 "test": "cc_unittests",
354 "swarming": { 443 "swarming": {
355 "can_use_on_swarming_builders": true 444 "can_use_on_swarming_builders": true
356 } 445 },
446 "test": "cc_unittests"
357 }, 447 },
358 "chromedriver_unittests",
359 { 448 {
360 "test": "components_unittests", 449 "test": "chromedriver_unittests"
450 },
451 {
361 "swarming": { 452 "swarming": {
362 "can_use_on_swarming_builders": true 453 "can_use_on_swarming_builders": true
363 } 454 },
455 "test": "components_unittests"
364 }, 456 },
365 { 457 {
366 "test": "content_browsertests",
367 "swarming": { 458 "swarming": {
368 "can_use_on_swarming_builders": true 459 "can_use_on_swarming_builders": true
369 } 460 },
461 "test": "content_browsertests"
370 }, 462 },
371 { 463 {
372 "test": "content_unittests",
373 "swarming": { 464 "swarming": {
374 "can_use_on_swarming_builders": true 465 "can_use_on_swarming_builders": true
375 } 466 },
467 "test": "content_unittests"
376 }, 468 },
377 { 469 {
378 "test": "crypto_unittests",
379 "swarming": { 470 "swarming": {
380 "can_use_on_swarming_builders": true 471 "can_use_on_swarming_builders": true
381 } 472 },
473 "test": "crypto_unittests"
382 }, 474 },
383 "extensions_unittests",
384 "gcm_unit_tests",
385 { 475 {
386 "test": "gfx_unittests", 476 "test": "extensions_unittests"
477 },
478 {
479 "test": "gcm_unit_tests"
480 },
481 {
387 "swarming": { 482 "swarming": {
388 "can_use_on_swarming_builders": true 483 "can_use_on_swarming_builders": true
389 } 484 },
485 "test": "gfx_unittests"
390 }, 486 },
391 { 487 {
392 "test": "gpu_unittests", 488 "test": "google_apis_unittests"
489 },
490 {
393 "swarming": { 491 "swarming": {
394 "can_use_on_swarming_builders": true 492 "can_use_on_swarming_builders": true
395 } 493 },
494 "test": "gpu_unittests"
396 }, 495 },
397 "google_apis_unittests",
398 { 496 {
399 "test": "interactive_ui_tests",
400 "swarming": { 497 "swarming": {
401 "can_use_on_swarming_builders": true 498 "can_use_on_swarming_builders": true
402 } 499 },
500 "test": "interactive_ui_tests"
403 }, 501 },
404 "ipc_tests",
405 "jingle_unittests",
406 { 502 {
407 "test": "media_unittests", 503 "test": "ipc_tests"
504 },
505 {
506 "test": "jingle_unittests"
507 },
508 {
408 "swarming": { 509 "swarming": {
409 "can_use_on_swarming_builders": true 510 "can_use_on_swarming_builders": true
410 } 511 },
512 "test": "media_unittests"
411 }, 513 },
412 { 514 {
413 "test": "message_center_unittests",
414 "swarming": { 515 "swarming": {
415 "can_use_on_swarming_builders": true 516 "can_use_on_swarming_builders": true
416 } 517 },
518 "test": "message_center_unittests"
417 }, 519 },
418 "mojo_common_unittests",
419 "mojo_public_bindings_unittests",
420 "mojo_public_environment_unittests",
421 "mojo_public_system_unittests",
422 "mojo_public_utility_unittests",
423 "mojo_system_unittests",
424 "nacl_loader_unittests",
425 { 520 {
426 "test": "net_unittests", 521 "test": "mojo_common_unittests"
522 },
523 {
524 "test": "mojo_public_bindings_unittests"
525 },
526 {
527 "test": "mojo_public_environment_unittests"
528 },
529 {
530 "test": "mojo_public_system_unittests"
531 },
532 {
533 "test": "mojo_public_utility_unittests"
534 },
535 {
536 "test": "mojo_system_unittests"
537 },
538 {
539 "test": "nacl_loader_unittests"
540 },
541 {
427 "swarming": { 542 "swarming": {
428 "can_use_on_swarming_builders": true 543 "can_use_on_swarming_builders": true
429 } 544 },
545 "test": "net_unittests"
430 }, 546 },
431 "ppapi_unittests",
432 "printing_unittests",
433 "remoting_unittests",
434 "sandbox_mac_unittests",
435 "sql_unittests",
436 { 547 {
437 "test": "sync_integration_tests", 548 "test": "ppapi_unittests"
549 },
550 {
551 "test": "printing_unittests"
552 },
553 {
554 "test": "remoting_unittests"
555 },
556 {
557 "test": "sandbox_mac_unittests"
558 },
559 {
560 "test": "skia_unittests"
561 },
562 {
563 "test": "sql_unittests"
564 },
565 {
438 "swarming": { 566 "swarming": {
439 "can_use_on_swarming_builders": true 567 "can_use_on_swarming_builders": true
440 } 568 },
569 "test": "sync_integration_tests"
441 }, 570 },
442 "sync_unit_tests",
443 { 571 {
444 "test": "ui_base_unittests", 572 "test": "sync_unit_tests"
573 },
574 {
445 "swarming": { 575 "swarming": {
446 "can_use_on_swarming_builders": true 576 "can_use_on_swarming_builders": true
447 } 577 },
578 "test": "ui_base_unittests"
448 }, 579 },
449 { 580 {
450 "test": "unit_tests",
451 "swarming": { 581 "swarming": {
452 "can_use_on_swarming_builders": true 582 "can_use_on_swarming_builders": true
453 } 583 },
584 "test": "unit_tests"
454 }, 585 },
455 "url_unittests", 586 {
456 "skia_unittests" 587 "test": "url_unittests"
588 }
457 ], 589 ],
458 "scripts": [ 590 "scripts": [
459 { 591 {
460 "name": "telemetry_unittests", 592 "name": "telemetry_unittests",
461 "script": "telemetry_unittests.py" 593 "script": "telemetry_unittests.py"
462 }, 594 },
463 { 595 {
464 "name": "telemetry_perf_unittests", 596 "name": "telemetry_perf_unittests",
465 "script": "telemetry_perf_unittests.py" 597 "script": "telemetry_perf_unittests.py"
466 }, 598 },
467 { 599 {
468 "name": "nacl_integration", 600 "name": "nacl_integration",
469 "script": "nacl_integration.py" 601 "script": "nacl_integration.py"
470 } 602 }
471 ] 603 ]
472 }, 604 },
473 "Mac10.9 Tests (dbg)": { 605 "Mac10.9 Tests (dbg)": {
474 "gtest_tests": [ 606 "gtest_tests": [
475 { 607 {
476 "test": "accessibility_unittests",
477 "swarming": { 608 "swarming": {
478 "can_use_on_swarming_builders": true 609 "can_use_on_swarming_builders": true
479 } 610 },
611 "test": "accessibility_unittests"
480 }, 612 },
481 { 613 {
482 "test": "app_list_unittests",
483 "swarming": { 614 "swarming": {
484 "can_use_on_swarming_builders": true 615 "can_use_on_swarming_builders": true
485 } 616 },
617 "test": "app_list_unittests"
486 }, 618 },
487 { 619 {
488 "test": "base_unittests",
489 "swarming": { 620 "swarming": {
490 "can_use_on_swarming_builders": true 621 "can_use_on_swarming_builders": true
491 } 622 },
623 "test": "base_unittests"
492 }, 624 },
493 { 625 {
494 "test": "browser_tests",
495 "swarming": { 626 "swarming": {
496 "can_use_on_swarming_builders": true, 627 "can_use_on_swarming_builders": true,
497 "shards": 10 628 "shards": 10
498 } 629 },
630 "test": "browser_tests"
499 }, 631 },
500 "cacheinvalidation_unittests",
501 { 632 {
502 "test": "cast_unittests", 633 "test": "cacheinvalidation_unittests"
634 },
635 {
503 "swarming": { 636 "swarming": {
504 "can_use_on_swarming_builders": true 637 "can_use_on_swarming_builders": true
505 } 638 },
639 "test": "cast_unittests"
506 }, 640 },
507 { 641 {
508 "test": "cc_unittests",
509 "swarming": { 642 "swarming": {
510 "can_use_on_swarming_builders": true 643 "can_use_on_swarming_builders": true
511 } 644 },
645 "test": "cc_unittests"
512 }, 646 },
513 "chromedriver_unittests",
514 { 647 {
515 "test": "components_unittests", 648 "test": "chromedriver_unittests"
649 },
650 {
516 "swarming": { 651 "swarming": {
517 "can_use_on_swarming_builders": true 652 "can_use_on_swarming_builders": true
518 } 653 },
654 "test": "components_unittests"
519 }, 655 },
520 { 656 {
521 "test": "content_browsertests",
522 "swarming": { 657 "swarming": {
523 "can_use_on_swarming_builders": true 658 "can_use_on_swarming_builders": true
524 } 659 },
660 "test": "content_browsertests"
525 }, 661 },
526 { 662 {
527 "test": "content_unittests",
528 "swarming": { 663 "swarming": {
529 "can_use_on_swarming_builders": true 664 "can_use_on_swarming_builders": true
530 } 665 },
666 "test": "content_unittests"
531 }, 667 },
532 { 668 {
533 "test": "crypto_unittests",
534 "swarming": { 669 "swarming": {
535 "can_use_on_swarming_builders": true 670 "can_use_on_swarming_builders": true
536 } 671 },
672 "test": "crypto_unittests"
537 }, 673 },
538 "extensions_unittests",
539 "gcm_unit_tests",
540 { 674 {
541 "test": "gfx_unittests", 675 "test": "extensions_unittests"
676 },
677 {
678 "test": "gcm_unit_tests"
679 },
680 {
542 "swarming": { 681 "swarming": {
543 "can_use_on_swarming_builders": true 682 "can_use_on_swarming_builders": true
544 } 683 },
684 "test": "gfx_unittests"
545 }, 685 },
546 { 686 {
547 "test": "gpu_unittests", 687 "test": "google_apis_unittests"
688 },
689 {
548 "swarming": { 690 "swarming": {
549 "can_use_on_swarming_builders": true 691 "can_use_on_swarming_builders": true
550 } 692 },
693 "test": "gpu_unittests"
551 }, 694 },
552 "google_apis_unittests",
553 { 695 {
554 "test": "interactive_ui_tests",
555 "swarming": { 696 "swarming": {
556 "can_use_on_swarming_builders": true, 697 "can_use_on_swarming_builders": true,
557 "shards": 2 698 "shards": 2
558 } 699 },
700 "test": "interactive_ui_tests"
559 }, 701 },
560 "ipc_tests",
561 "jingle_unittests",
562 { 702 {
563 "test": "media_unittests", 703 "test": "ipc_tests"
704 },
705 {
706 "test": "jingle_unittests"
707 },
708 {
564 "swarming": { 709 "swarming": {
565 "can_use_on_swarming_builders": true 710 "can_use_on_swarming_builders": true
566 } 711 },
712 "test": "media_unittests"
567 }, 713 },
568 { 714 {
569 "test": "message_center_unittests",
570 "swarming": { 715 "swarming": {
571 "can_use_on_swarming_builders": true 716 "can_use_on_swarming_builders": true
572 } 717 },
718 "test": "message_center_unittests"
573 }, 719 },
574 "mojo_common_unittests",
575 "mojo_public_bindings_unittests",
576 "mojo_public_environment_unittests",
577 "mojo_public_system_unittests",
578 "mojo_public_utility_unittests",
579 "mojo_system_unittests",
580 "nacl_loader_unittests",
581 { 720 {
582 "test": "net_unittests", 721 "test": "mojo_common_unittests"
722 },
723 {
724 "test": "mojo_public_bindings_unittests"
725 },
726 {
727 "test": "mojo_public_environment_unittests"
728 },
729 {
730 "test": "mojo_public_system_unittests"
731 },
732 {
733 "test": "mojo_public_utility_unittests"
734 },
735 {
736 "test": "mojo_system_unittests"
737 },
738 {
739 "test": "nacl_loader_unittests"
740 },
741 {
583 "swarming": { 742 "swarming": {
584 "can_use_on_swarming_builders": true 743 "can_use_on_swarming_builders": true
585 } 744 },
745 "test": "net_unittests"
586 }, 746 },
587 "ppapi_unittests",
588 "printing_unittests",
589 "remoting_unittests",
590 "sandbox_mac_unittests",
591 "sql_unittests",
592 { 747 {
593 "test": "sync_integration_tests", 748 "test": "ppapi_unittests"
749 },
750 {
751 "test": "printing_unittests"
752 },
753 {
754 "test": "remoting_unittests"
755 },
756 {
757 "test": "sandbox_mac_unittests"
758 },
759 {
760 "test": "skia_unittests"
761 },
762 {
763 "test": "sql_unittests"
764 },
765 {
594 "swarming": { 766 "swarming": {
595 "can_use_on_swarming_builders": true 767 "can_use_on_swarming_builders": true
596 } 768 },
769 "test": "sync_integration_tests"
597 }, 770 },
598 "sync_unit_tests",
599 { 771 {
600 "test": "ui_base_unittests", 772 "test": "sync_unit_tests"
773 },
774 {
601 "swarming": { 775 "swarming": {
602 "can_use_on_swarming_builders": true 776 "can_use_on_swarming_builders": true
603 } 777 },
778 "test": "ui_base_unittests"
604 }, 779 },
605 { 780 {
606 "test": "unit_tests",
607 "swarming": { 781 "swarming": {
608 "can_use_on_swarming_builders": true 782 "can_use_on_swarming_builders": true
609 } 783 },
784 "test": "unit_tests"
610 }, 785 },
611 "url_unittests", 786 {
612 "skia_unittests" 787 "test": "url_unittests"
788 }
613 ], 789 ],
614 "scripts": [ 790 "scripts": [
615 { 791 {
616 "name": "telemetry_unittests", 792 "name": "telemetry_unittests",
617 "script": "telemetry_unittests.py" 793 "script": "telemetry_unittests.py"
618 }, 794 },
619 { 795 {
620 "name": "telemetry_perf_unittests", 796 "name": "telemetry_perf_unittests",
621 "script": "telemetry_perf_unittests.py" 797 "script": "telemetry_perf_unittests.py"
622 }, 798 },
623 { 799 {
624 "name": "nacl_integration", 800 "name": "nacl_integration",
625 "script": "nacl_integration.py" 801 "script": "nacl_integration.py"
626 } 802 }
627 ] 803 ]
628 } 804 }
629 } 805 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698