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

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

Issue 1908013002: Add gpu_ipc_service_unittests to buildbot configs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « gpu/gpu_ipc_service_unittests_apk.isolate ('k') | testing/buildbot/chromium.chromiumos.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 GN Builder (dbg)": { 2 "Android GN Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "blimp_tests", 4 "blimp_tests",
5 "chrome_public_apk", 5 "chrome_public_apk",
6 "chrome_public_test_apk", 6 "chrome_public_test_apk",
7 "content_shell_apk", 7 "content_shell_apk",
8 "content_shell_test_apk", 8 "content_shell_test_apk",
9 "system_webview_apk" 9 "system_webview_apk"
10 ] 10 ]
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "dimension_sets": [ 247 "dimension_sets": [
248 { 248 {
249 "device_os": "KTU84P", 249 "device_os": "KTU84P",
250 "device_type": "hammerhead" 250 "device_type": "hammerhead"
251 } 251 }
252 ] 252 ]
253 }, 253 },
254 "test": "gl_tests" 254 "test": "gl_tests"
255 }, 255 },
256 { 256 {
257 "override_isolate_target": "gpu_unittests",
258 "swarming": { 257 "swarming": {
259 "can_use_on_swarming_builders": true, 258 "can_use_on_swarming_builders": true,
260 "dimension_sets": [ 259 "dimension_sets": [
260 {
261 "device_os": "KTU84P",
262 "device_type": "hammerhead"
263 }
264 ]
265 },
266 "test": "gpu_ipc_service_unittests"
267 },
268 {
269 "swarming": {
270 "can_use_on_swarming_builders": true,
271 "dimension_sets": [
261 { 272 {
262 "device_os": "KTU84P", 273 "device_os": "KTU84P",
263 "device_type": "hammerhead" 274 "device_type": "hammerhead"
264 } 275 }
265 ] 276 ]
266 }, 277 },
267 "test": "gpu_unittests" 278 "test": "gpu_unittests"
268 }, 279 },
269 { 280 {
270 "override_isolate_target": "ipc_tests", 281 "override_isolate_target": "ipc_tests",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 { 447 {
437 "test": "events_unittests" 448 "test": "events_unittests"
438 }, 449 },
439 { 450 {
440 "test": "gl_tests" 451 "test": "gl_tests"
441 }, 452 },
442 { 453 {
443 "test": "gl_unittests" 454 "test": "gl_unittests"
444 }, 455 },
445 { 456 {
457 "test": "gpu_ipc_service_unittests"
458 },
459 {
446 "test": "gpu_unittests" 460 "test": "gpu_unittests"
447 }, 461 },
448 { 462 {
449 "test": "ipc_tests" 463 "test": "ipc_tests"
450 }, 464 },
451 { 465 {
452 "test": "media_unittests" 466 "test": "media_unittests"
453 }, 467 },
454 { 468 {
455 "test": "net_unittests" 469 "test": "net_unittests"
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 { 551 {
538 "test": "events_unittests" 552 "test": "events_unittests"
539 }, 553 },
540 { 554 {
541 "test": "gl_tests" 555 "test": "gl_tests"
542 }, 556 },
543 { 557 {
544 "test": "gl_unittests" 558 "test": "gl_unittests"
545 }, 559 },
546 { 560 {
561 "test": "gpu_ipc_service_unittests"
562 },
563 {
547 "test": "gpu_unittests" 564 "test": "gpu_unittests"
548 }, 565 },
549 { 566 {
550 "test": "ipc_tests" 567 "test": "ipc_tests"
551 }, 568 },
552 { 569 {
553 "test": "media_unittests" 570 "test": "media_unittests"
554 }, 571 },
555 { 572 {
556 "test": "net_unittests" 573 "test": "net_unittests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 { 658 {
642 "test": "events_unittests" 659 "test": "events_unittests"
643 }, 660 },
644 { 661 {
645 "test": "gl_tests" 662 "test": "gl_tests"
646 }, 663 },
647 { 664 {
648 "test": "gl_unittests" 665 "test": "gl_unittests"
649 }, 666 },
650 { 667 {
668 "test": "gpu_ipc_service_unittests"
669 },
670 {
651 "test": "gpu_unittests" 671 "test": "gpu_unittests"
652 }, 672 },
653 { 673 {
654 "test": "ipc_tests" 674 "test": "ipc_tests"
655 }, 675 },
656 { 676 {
657 "test": "media_unittests" 677 "test": "media_unittests"
658 }, 678 },
659 { 679 {
660 "test": "net_unittests" 680 "test": "net_unittests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 { 765 {
746 "test": "events_unittests" 766 "test": "events_unittests"
747 }, 767 },
748 { 768 {
749 "test": "gl_tests" 769 "test": "gl_tests"
750 }, 770 },
751 { 771 {
752 "test": "gl_unittests" 772 "test": "gl_unittests"
753 }, 773 },
754 { 774 {
775 "test": "gpu_ipc_service_unittests"
776 },
777 {
755 "test": "gpu_unittests" 778 "test": "gpu_unittests"
756 }, 779 },
757 { 780 {
758 "test": "ipc_tests" 781 "test": "ipc_tests"
759 }, 782 },
760 { 783 {
761 "test": "media_unittests" 784 "test": "media_unittests"
762 }, 785 },
763 { 786 {
764 "test": "net_unittests" 787 "test": "net_unittests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 { 872 {
850 "test": "events_unittests" 873 "test": "events_unittests"
851 }, 874 },
852 { 875 {
853 "test": "gl_tests" 876 "test": "gl_tests"
854 }, 877 },
855 { 878 {
856 "test": "gl_unittests" 879 "test": "gl_unittests"
857 }, 880 },
858 { 881 {
882 "test": "gpu_ipc_service_unittests"
883 },
884 {
859 "test": "gpu_unittests" 885 "test": "gpu_unittests"
860 }, 886 },
861 { 887 {
862 "test": "ipc_tests" 888 "test": "ipc_tests"
863 }, 889 },
864 { 890 {
865 "test": "media_unittests" 891 "test": "media_unittests"
866 }, 892 },
867 { 893 {
868 "test": "net_unittests" 894 "test": "net_unittests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 { 979 {
954 "test": "events_unittests" 980 "test": "events_unittests"
955 }, 981 },
956 { 982 {
957 "test": "gl_tests" 983 "test": "gl_tests"
958 }, 984 },
959 { 985 {
960 "test": "gl_unittests" 986 "test": "gl_unittests"
961 }, 987 },
962 { 988 {
989 "test": "gpu_ipc_service_unittests"
990 },
991 {
963 "test": "gpu_unittests" 992 "test": "gpu_unittests"
964 }, 993 },
965 { 994 {
966 "test": "ipc_tests" 995 "test": "ipc_tests"
967 }, 996 },
968 { 997 {
969 "test": "media_unittests" 998 "test": "media_unittests"
970 }, 999 },
971 { 1000 {
972 "test": "net_unittests" 1001 "test": "net_unittests"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 { 1092 {
1064 "test": "events_unittests" 1093 "test": "events_unittests"
1065 }, 1094 },
1066 { 1095 {
1067 "test": "gl_tests" 1096 "test": "gl_tests"
1068 }, 1097 },
1069 { 1098 {
1070 "test": "gl_unittests" 1099 "test": "gl_unittests"
1071 }, 1100 },
1072 { 1101 {
1102 "test": "gpu_ipc_service_unittests"
1103 },
1104 {
1073 "test": "gpu_unittests" 1105 "test": "gpu_unittests"
1074 }, 1106 },
1075 { 1107 {
1076 "test": "ipc_tests" 1108 "test": "ipc_tests"
1077 }, 1109 },
1078 { 1110 {
1079 "test": "media_unittests" 1111 "test": "media_unittests"
1080 }, 1112 },
1081 { 1113 {
1082 "test": "net_unittests" 1114 "test": "net_unittests"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 { 1199 {
1168 "test": "events_unittests" 1200 "test": "events_unittests"
1169 }, 1201 },
1170 { 1202 {
1171 "test": "gl_tests" 1203 "test": "gl_tests"
1172 }, 1204 },
1173 { 1205 {
1174 "test": "gl_unittests" 1206 "test": "gl_unittests"
1175 }, 1207 },
1176 { 1208 {
1209 "test": "gpu_ipc_service_unittests"
1210 },
1211 {
1177 "test": "gpu_unittests" 1212 "test": "gpu_unittests"
1178 }, 1213 },
1179 { 1214 {
1180 "test": "ipc_tests" 1215 "test": "ipc_tests"
1181 }, 1216 },
1182 { 1217 {
1183 "test": "media_unittests" 1218 "test": "media_unittests"
1184 }, 1219 },
1185 { 1220 {
1186 "test": "net_unittests" 1221 "test": "net_unittests"
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 }, 1262 },
1228 { 1263 {
1229 "test": "chrome_sync_shell_test_apk" 1264 "test": "chrome_sync_shell_test_apk"
1230 }, 1265 },
1231 { 1266 {
1232 "test": "content_shell_test_apk" 1267 "test": "content_shell_test_apk"
1233 } 1268 }
1234 ] 1269 ]
1235 } 1270 }
1236 } 1271 }
OLDNEW
« no previous file with comments | « gpu/gpu_ipc_service_unittests_apk.isolate ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698