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

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

Issue 2202393002: swarming: wholesale switch remaining tests to run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: No need to modify mb.py 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
OLDNEW
1 { 1 {
2 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS GN": { 7 "Linux ChromiumOS GN": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "gn_all" 9 "gn_all"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "swarming": { 13 "swarming": {
14 "can_use_on_swarming_builders": true 14 "can_use_on_swarming_builders": true
15 }, 15 },
16 "test": "base_unittests" 16 "test": "base_unittests"
17 }, 17 },
18 { 18 {
19 "swarming": { 19 "swarming": {
20 "can_use_on_swarming_builders": true 20 "can_use_on_swarming_builders": true
21 }, 21 },
22 "test": "exo_unittests" 22 "test": "exo_unittests"
23 }, 23 },
24 { 24 {
25 "args": [ 25 "args": [
26 "--override-use-gl-with-osmesa-for-tests" 26 "--override-use-gl-with-osmesa-for-tests"
27 ], 27 ],
28 "swarming": {
29 "can_use_on_swarming_builders": true
30 },
28 "test": "mash_unittests" 31 "test": "mash_unittests"
29 } 32 }
30 ] 33 ]
31 }, 34 },
32 "Linux ChromiumOS GN (dbg)": { 35 "Linux ChromiumOS GN (dbg)": {
33 "additional_compile_targets": [ 36 "additional_compile_targets": [
34 "gn_all" 37 "gn_all"
35 ], 38 ],
36 "gtest_tests": [ 39 "gtest_tests": [
37 { 40 {
38 "swarming": { 41 "swarming": {
39 "can_use_on_swarming_builders": true 42 "can_use_on_swarming_builders": true
40 }, 43 },
41 "test": "base_unittests" 44 "test": "base_unittests"
42 }, 45 },
43 { 46 {
44 "swarming": { 47 "swarming": {
45 "can_use_on_swarming_builders": true 48 "can_use_on_swarming_builders": true
46 }, 49 },
47 "test": "exo_unittests" 50 "test": "exo_unittests"
48 }, 51 },
49 { 52 {
50 "args": [ 53 "args": [
51 "--override-use-gl-with-osmesa-for-tests" 54 "--override-use-gl-with-osmesa-for-tests"
52 ], 55 ],
56 "swarming": {
57 "can_use_on_swarming_builders": true
58 },
53 "test": "mash_unittests" 59 "test": "mash_unittests"
54 } 60 }
55 ] 61 ]
56 }, 62 },
57 "Linux ChromiumOS Ozone Tests (1)": { 63 "Linux ChromiumOS Ozone Tests (1)": {
58 "gtest_tests": [ 64 "gtest_tests": [
59 { 65 {
60 "swarming": { 66 "swarming": {
61 "can_use_on_swarming_builders": true 67 "can_use_on_swarming_builders": true
62 }, 68 },
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 }, 116 },
111 "test": "capture_unittests" 117 "test": "capture_unittests"
112 }, 118 },
113 { 119 {
114 "swarming": { 120 "swarming": {
115 "can_use_on_swarming_builders": true 121 "can_use_on_swarming_builders": true
116 }, 122 },
117 "test": "chromeos_unittests" 123 "test": "chromeos_unittests"
118 }, 124 },
119 { 125 {
126 "swarming": {
127 "can_use_on_swarming_builders": true
128 },
120 "test": "chromevox_tests" 129 "test": "chromevox_tests"
121 }, 130 },
122 { 131 {
123 "swarming": { 132 "swarming": {
124 "can_use_on_swarming_builders": true 133 "can_use_on_swarming_builders": true
125 }, 134 },
126 "test": "components_unittests" 135 "test": "components_unittests"
127 }, 136 },
128 { 137 {
129 "swarming": { 138 "swarming": {
130 "can_use_on_swarming_builders": true, 139 "can_use_on_swarming_builders": true,
131 "shards": 2 140 "shards": 2
132 }, 141 },
133 "test": "content_browsertests" 142 "test": "content_browsertests"
134 }, 143 },
135 { 144 {
136 "swarming": { 145 "swarming": {
137 "can_use_on_swarming_builders": true 146 "can_use_on_swarming_builders": true
138 }, 147 },
139 "test": "content_unittests" 148 "test": "content_unittests"
140 }, 149 },
141 { 150 {
142 "swarming": { 151 "swarming": {
143 "can_use_on_swarming_builders": true 152 "can_use_on_swarming_builders": true
144 }, 153 },
145 "test": "crypto_unittests" 154 "test": "crypto_unittests"
146 }, 155 },
147 { 156 {
148 "test": "dbus_unittests"
149 },
150 {
151 "swarming": { 157 "swarming": {
152 "can_use_on_swarming_builders": true 158 "can_use_on_swarming_builders": true
153 }, 159 },
154 "test": "device_unittests" 160 "test": "device_unittests"
155 }, 161 },
156 { 162 {
157 "swarming": { 163 "swarming": {
158 "can_use_on_swarming_builders": true 164 "can_use_on_swarming_builders": true
159 }, 165 },
160 "test": "display_unittests" 166 "test": "display_unittests"
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 }, 256 },
251 "test": "message_center_unittests" 257 "test": "message_center_unittests"
252 }, 258 },
253 { 259 {
254 "swarming": { 260 "swarming": {
255 "can_use_on_swarming_builders": true 261 "can_use_on_swarming_builders": true
256 }, 262 },
257 "test": "midi_unittests" 263 "test": "midi_unittests"
258 }, 264 },
259 { 265 {
266 "swarming": {
267 "can_use_on_swarming_builders": true
268 },
260 "test": "nacl_helper_nonsfi_unittests" 269 "test": "nacl_helper_nonsfi_unittests"
261 }, 270 },
262 { 271 {
263 "swarming": { 272 "swarming": {
264 "can_use_on_swarming_builders": true 273 "can_use_on_swarming_builders": true
265 }, 274 },
266 "test": "nacl_loader_unittests" 275 "test": "nacl_loader_unittests"
267 }, 276 },
268 { 277 {
269 "swarming": { 278 "swarming": {
270 "can_use_on_swarming_builders": true 279 "can_use_on_swarming_builders": true
271 }, 280 },
272 "test": "net_unittests" 281 "test": "net_unittests"
273 }, 282 },
274 { 283 {
284 "swarming": {
285 "can_use_on_swarming_builders": true
286 },
275 "test": "ozone_unittests" 287 "test": "ozone_unittests"
276 }, 288 },
277 { 289 {
278 "swarming": { 290 "swarming": {
279 "can_use_on_swarming_builders": true 291 "can_use_on_swarming_builders": true
280 }, 292 },
281 "test": "ppapi_unittests" 293 "test": "ppapi_unittests"
282 }, 294 },
283 { 295 {
284 "swarming": { 296 "swarming": {
(...skipping 28 matching lines...) Expand all
313 }, 325 },
314 "test": "sql_unittests" 326 "test": "sql_unittests"
315 }, 327 },
316 { 328 {
317 "swarming": { 329 "swarming": {
318 "can_use_on_swarming_builders": true 330 "can_use_on_swarming_builders": true
319 }, 331 },
320 "test": "sync_unit_tests" 332 "test": "sync_unit_tests"
321 }, 333 },
322 { 334 {
335 "swarming": {
336 "can_use_on_swarming_builders": true
337 },
323 "test": "ui_arc_unittests" 338 "test": "ui_arc_unittests"
324 }, 339 },
325 { 340 {
326 "swarming": { 341 "swarming": {
327 "can_use_on_swarming_builders": true 342 "can_use_on_swarming_builders": true
328 }, 343 },
329 "test": "ui_base_unittests" 344 "test": "ui_base_unittests"
330 }, 345 },
331 { 346 {
347 "swarming": {
348 "can_use_on_swarming_builders": true
349 },
332 "test": "ui_chromeos_unittests" 350 "test": "ui_chromeos_unittests"
333 }, 351 },
334 { 352 {
335 "swarming": { 353 "swarming": {
336 "can_use_on_swarming_builders": true 354 "can_use_on_swarming_builders": true
337 }, 355 },
338 "test": "ui_struct_traits_unittests" 356 "test": "ui_struct_traits_unittests"
339 }, 357 },
340 { 358 {
341 "swarming": { 359 "swarming": {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 "test": "base_unittests" 432 "test": "base_unittests"
415 }, 433 },
416 { 434 {
417 "args": [ 435 "args": [
418 "--override-use-gl-with-osmesa-for-tests", 436 "--override-use-gl-with-osmesa-for-tests",
419 "--run-in-mash", 437 "--run-in-mash",
420 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter", 438 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter",
421 "--use-test-config" 439 "--use-test-config"
422 ], 440 ],
423 "name": "mash_browser_tests", 441 "name": "mash_browser_tests",
442 "swarming": {
443 "can_use_on_swarming_builders": false
444 },
424 "test": "browser_tests" 445 "test": "browser_tests"
425 }, 446 },
426 { 447 {
427 "swarming": { 448 "swarming": {
428 "can_use_on_swarming_builders": true, 449 "can_use_on_swarming_builders": true,
429 "shards": 5 450 "shards": 5
430 }, 451 },
431 "test": "browser_tests" 452 "test": "browser_tests"
432 }, 453 },
433 { 454 {
(...skipping 14 matching lines...) Expand all
448 }, 469 },
449 "test": "chrome_app_unittests" 470 "test": "chrome_app_unittests"
450 }, 471 },
451 { 472 {
452 "swarming": { 473 "swarming": {
453 "can_use_on_swarming_builders": true 474 "can_use_on_swarming_builders": true
454 }, 475 },
455 "test": "chromeos_unittests" 476 "test": "chromeos_unittests"
456 }, 477 },
457 { 478 {
479 "swarming": {
480 "can_use_on_swarming_builders": true
481 },
458 "test": "chromevox_tests" 482 "test": "chromevox_tests"
459 }, 483 },
460 { 484 {
461 "swarming": { 485 "swarming": {
462 "can_use_on_swarming_builders": true 486 "can_use_on_swarming_builders": true
463 }, 487 },
464 "test": "components_unittests" 488 "test": "components_unittests"
465 }, 489 },
466 { 490 {
467 "swarming": { 491 "swarming": {
(...skipping 13 matching lines...) Expand all
481 }, 505 },
482 "test": "content_unittests" 506 "test": "content_unittests"
483 }, 507 },
484 { 508 {
485 "swarming": { 509 "swarming": {
486 "can_use_on_swarming_builders": true 510 "can_use_on_swarming_builders": true
487 }, 511 },
488 "test": "crypto_unittests" 512 "test": "crypto_unittests"
489 }, 513 },
490 { 514 {
491 "test": "dbus_unittests"
492 },
493 {
494 "swarming": { 515 "swarming": {
495 "can_use_on_swarming_builders": true 516 "can_use_on_swarming_builders": true
496 }, 517 },
497 "test": "device_unittests" 518 "test": "device_unittests"
498 }, 519 },
499 { 520 {
500 "swarming": { 521 "swarming": {
501 "can_use_on_swarming_builders": true 522 "can_use_on_swarming_builders": true
502 }, 523 },
503 "test": "display_unittests" 524 "test": "display_unittests"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 }, 622 },
602 "test": "message_center_unittests" 623 "test": "message_center_unittests"
603 }, 624 },
604 { 625 {
605 "swarming": { 626 "swarming": {
606 "can_use_on_swarming_builders": true 627 "can_use_on_swarming_builders": true
607 }, 628 },
608 "test": "midi_unittests" 629 "test": "midi_unittests"
609 }, 630 },
610 { 631 {
632 "swarming": {
633 "can_use_on_swarming_builders": true
634 },
611 "test": "nacl_helper_nonsfi_unittests" 635 "test": "nacl_helper_nonsfi_unittests"
612 }, 636 },
613 { 637 {
614 "swarming": { 638 "swarming": {
615 "can_use_on_swarming_builders": true 639 "can_use_on_swarming_builders": true
616 }, 640 },
617 "test": "nacl_loader_unittests" 641 "test": "nacl_loader_unittests"
618 }, 642 },
619 { 643 {
620 "swarming": { 644 "swarming": {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 }, 685 },
662 "test": "sql_unittests" 686 "test": "sql_unittests"
663 }, 687 },
664 { 688 {
665 "swarming": { 689 "swarming": {
666 "can_use_on_swarming_builders": true 690 "can_use_on_swarming_builders": true
667 }, 691 },
668 "test": "sync_unit_tests" 692 "test": "sync_unit_tests"
669 }, 693 },
670 { 694 {
695 "swarming": {
696 "can_use_on_swarming_builders": true
697 },
671 "test": "ui_arc_unittests" 698 "test": "ui_arc_unittests"
672 }, 699 },
673 { 700 {
674 "swarming": { 701 "swarming": {
675 "can_use_on_swarming_builders": true 702 "can_use_on_swarming_builders": true
676 }, 703 },
677 "test": "ui_base_unittests" 704 "test": "ui_base_unittests"
678 }, 705 },
679 { 706 {
707 "swarming": {
708 "can_use_on_swarming_builders": true
709 },
680 "test": "ui_chromeos_unittests" 710 "test": "ui_chromeos_unittests"
681 }, 711 },
682 { 712 {
683 "swarming": { 713 "swarming": {
684 "can_use_on_swarming_builders": true 714 "can_use_on_swarming_builders": true
685 }, 715 },
686 "test": "ui_struct_traits_unittests" 716 "test": "ui_struct_traits_unittests"
687 }, 717 },
688 { 718 {
689 "swarming": { 719 "swarming": {
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 }, 847 },
818 "test": "content_unittests" 848 "test": "content_unittests"
819 }, 849 },
820 { 850 {
821 "swarming": { 851 "swarming": {
822 "can_use_on_swarming_builders": true 852 "can_use_on_swarming_builders": true
823 }, 853 },
824 "test": "crypto_unittests" 854 "test": "crypto_unittests"
825 }, 855 },
826 { 856 {
827 "test": "dbus_unittests"
828 },
829 {
830 "swarming": { 857 "swarming": {
831 "can_use_on_swarming_builders": true 858 "can_use_on_swarming_builders": true
832 }, 859 },
833 "test": "device_unittests" 860 "test": "device_unittests"
834 }, 861 },
835 { 862 {
836 "swarming": { 863 "swarming": {
837 "can_use_on_swarming_builders": true 864 "can_use_on_swarming_builders": true
838 }, 865 },
839 "test": "display_unittests" 866 "test": "display_unittests"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 }, 950 },
924 "test": "message_center_unittests" 951 "test": "message_center_unittests"
925 }, 952 },
926 { 953 {
927 "swarming": { 954 "swarming": {
928 "can_use_on_swarming_builders": true 955 "can_use_on_swarming_builders": true
929 }, 956 },
930 "test": "midi_unittests" 957 "test": "midi_unittests"
931 }, 958 },
932 { 959 {
960 "swarming": {
961 "can_use_on_swarming_builders": true
962 },
933 "test": "nacl_helper_nonsfi_unittests" 963 "test": "nacl_helper_nonsfi_unittests"
934 }, 964 },
935 { 965 {
936 "swarming": { 966 "swarming": {
937 "can_use_on_swarming_builders": true 967 "can_use_on_swarming_builders": true
938 }, 968 },
939 "test": "nacl_loader_unittests" 969 "test": "nacl_loader_unittests"
940 }, 970 },
941 { 971 {
942 "swarming": { 972 "swarming": {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 }, 1013 },
984 "test": "sql_unittests" 1014 "test": "sql_unittests"
985 }, 1015 },
986 { 1016 {
987 "swarming": { 1017 "swarming": {
988 "can_use_on_swarming_builders": true 1018 "can_use_on_swarming_builders": true
989 }, 1019 },
990 "test": "sync_unit_tests" 1020 "test": "sync_unit_tests"
991 }, 1021 },
992 { 1022 {
1023 "swarming": {
1024 "can_use_on_swarming_builders": true
1025 },
993 "test": "ui_arc_unittests" 1026 "test": "ui_arc_unittests"
994 }, 1027 },
995 { 1028 {
996 "swarming": { 1029 "swarming": {
997 "can_use_on_swarming_builders": true 1030 "can_use_on_swarming_builders": true
998 }, 1031 },
999 "test": "ui_base_unittests" 1032 "test": "ui_base_unittests"
1000 }, 1033 },
1001 { 1034 {
1035 "swarming": {
1036 "can_use_on_swarming_builders": true
1037 },
1002 "test": "ui_chromeos_unittests" 1038 "test": "ui_chromeos_unittests"
1003 }, 1039 },
1004 { 1040 {
1005 "swarming": { 1041 "swarming": {
1006 "can_use_on_swarming_builders": true 1042 "can_use_on_swarming_builders": true
1007 }, 1043 },
1008 "test": "ui_touch_selection_unittests" 1044 "test": "ui_touch_selection_unittests"
1009 }, 1045 },
1010 { 1046 {
1011 "swarming": { 1047 "swarming": {
(...skipping 15 matching lines...) Expand all
1027 }, 1063 },
1028 { 1064 {
1029 "swarming": { 1065 "swarming": {
1030 "can_use_on_swarming_builders": true 1066 "can_use_on_swarming_builders": true
1031 }, 1067 },
1032 "test": "wm_unittests" 1068 "test": "wm_unittests"
1033 } 1069 }
1034 ] 1070 ]
1035 } 1071 }
1036 } 1072 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | testing/buildbot/chromium.full.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698