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

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

Powered by Google App Engine
This is Rietveld 408576698