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

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

Issue 1687863002: Add override_compile_targets to blimp_test_apk specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | 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 Aura Tester (dbg)": { 2 "Android Aura Tester (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "base_unittests" 5 "test": "base_unittests"
6 }, 6 },
7 { 7 {
8 "test": "compositor_unittests" 8 "test": "compositor_unittests"
9 }, 9 },
10 { 10 {
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 { 403 {
404 "args": [ 404 "args": [
405 "--isolate_file_path=src/chrome/unit_tests.isolate" 405 "--isolate_file_path=src/chrome/unit_tests.isolate"
406 ], 406 ],
407 "test": "unit_tests" 407 "test": "unit_tests"
408 } 408 }
409 ], 409 ],
410 "instrumentation_tests": [ 410 "instrumentation_tests": [
411 { 411 {
412 "apk_under_test": "Blimp.apk", 412 "apk_under_test": "Blimp.apk",
413 "override_compile_targets": [
414 "blimp_test_apk"
415 ],
413 "test": "blimp_test_apk", 416 "test": "blimp_test_apk",
414 "test_apk": "BlimpTest.apk" 417 "test_apk": "BlimpTest.apk"
415 } 418 }
416 ] 419 ]
417 }, 420 },
418 "KitKat Tablet Tester": { 421 "KitKat Tablet Tester": {
419 "gtest_tests": [ 422 "gtest_tests": [
420 { 423 {
421 "test": "android_webview_unittests" 424 "test": "android_webview_unittests"
422 }, 425 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 { 531 {
529 "args": [ 532 "args": [
530 "--isolate_file_path=src/chrome/unit_tests.isolate" 533 "--isolate_file_path=src/chrome/unit_tests.isolate"
531 ], 534 ],
532 "test": "unit_tests" 535 "test": "unit_tests"
533 } 536 }
534 ], 537 ],
535 "instrumentation_tests": [ 538 "instrumentation_tests": [
536 { 539 {
537 "apk_under_test": "Blimp.apk", 540 "apk_under_test": "Blimp.apk",
541 "override_compile_targets": [
542 "blimp_test_apk"
543 ],
538 "test": "blimp_test_apk", 544 "test": "blimp_test_apk",
539 "test_apk": "BlimpTest.apk" 545 "test_apk": "BlimpTest.apk"
540 } 546 }
541 ] 547 ]
542 }, 548 },
543 "Lollipop Consumer Tester": { 549 "Lollipop Consumer Tester": {
544 "gtest_tests": [ 550 "gtest_tests": [
545 { 551 {
546 "test": "android_webview_unittests" 552 "test": "android_webview_unittests"
547 }, 553 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 { 659 {
654 "args": [ 660 "args": [
655 "--isolate_file_path=src/chrome/unit_tests.isolate" 661 "--isolate_file_path=src/chrome/unit_tests.isolate"
656 ], 662 ],
657 "test": "unit_tests" 663 "test": "unit_tests"
658 } 664 }
659 ], 665 ],
660 "instrumentation_tests": [ 666 "instrumentation_tests": [
661 { 667 {
662 "apk_under_test": "Blimp.apk", 668 "apk_under_test": "Blimp.apk",
669 "override_compile_targets": [
670 "blimp_test_apk"
671 ],
663 "test": "blimp_test_apk", 672 "test": "blimp_test_apk",
664 "test_apk": "BlimpTest.apk" 673 "test_apk": "BlimpTest.apk"
665 } 674 }
666 ] 675 ]
667 }, 676 },
668 "Lollipop Low-end Tester": { 677 "Lollipop Low-end Tester": {
669 "gtest_tests": [ 678 "gtest_tests": [
670 { 679 {
671 "test": "android_webview_unittests" 680 "test": "android_webview_unittests"
672 }, 681 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 { 787 {
779 "args": [ 788 "args": [
780 "--isolate_file_path=src/chrome/unit_tests.isolate" 789 "--isolate_file_path=src/chrome/unit_tests.isolate"
781 ], 790 ],
782 "test": "unit_tests" 791 "test": "unit_tests"
783 } 792 }
784 ], 793 ],
785 "instrumentation_tests": [ 794 "instrumentation_tests": [
786 { 795 {
787 "apk_under_test": "Blimp.apk", 796 "apk_under_test": "Blimp.apk",
797 "override_compile_targets": [
798 "blimp_test_apk"
799 ],
788 "test": "blimp_test_apk", 800 "test": "blimp_test_apk",
789 "test_apk": "BlimpTest.apk" 801 "test_apk": "BlimpTest.apk"
790 } 802 }
791 ] 803 ]
792 }, 804 },
793 "Lollipop Phone Tester": { 805 "Lollipop Phone Tester": {
794 "gtest_tests": [ 806 "gtest_tests": [
795 { 807 {
796 "test": "android_webview_unittests" 808 "test": "android_webview_unittests"
797 }, 809 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 { 915 {
904 "args": [ 916 "args": [
905 "--isolate_file_path=src/chrome/unit_tests.isolate" 917 "--isolate_file_path=src/chrome/unit_tests.isolate"
906 ], 918 ],
907 "test": "unit_tests" 919 "test": "unit_tests"
908 } 920 }
909 ], 921 ],
910 "instrumentation_tests": [ 922 "instrumentation_tests": [
911 { 923 {
912 "apk_under_test": "Blimp.apk", 924 "apk_under_test": "Blimp.apk",
925 "override_compile_targets": [
926 "blimp_test_apk"
927 ],
913 "test": "blimp_test_apk", 928 "test": "blimp_test_apk",
914 "test_apk": "BlimpTest.apk" 929 "test_apk": "BlimpTest.apk"
915 } 930 }
916 ] 931 ]
917 }, 932 },
918 "Lollipop Tablet Tester": { 933 "Lollipop Tablet Tester": {
919 "gtest_tests": [ 934 "gtest_tests": [
920 { 935 {
921 "test": "android_webview_unittests" 936 "test": "android_webview_unittests"
922 }, 937 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 { 1043 {
1029 "args": [ 1044 "args": [
1030 "--isolate_file_path=src/chrome/unit_tests.isolate" 1045 "--isolate_file_path=src/chrome/unit_tests.isolate"
1031 ], 1046 ],
1032 "test": "unit_tests" 1047 "test": "unit_tests"
1033 } 1048 }
1034 ], 1049 ],
1035 "instrumentation_tests": [ 1050 "instrumentation_tests": [
1036 { 1051 {
1037 "apk_under_test": "Blimp.apk", 1052 "apk_under_test": "Blimp.apk",
1053 "override_compile_targets": [
1054 "blimp_test_apk"
1055 ],
1038 "test": "blimp_test_apk", 1056 "test": "blimp_test_apk",
1039 "test_apk": "BlimpTest.apk" 1057 "test_apk": "BlimpTest.apk"
1040 } 1058 }
1041 ] 1059 ]
1042 }, 1060 },
1043 "Marshmallow 64 bit Tester": { 1061 "Marshmallow 64 bit Tester": {
1044 "gtest_tests": [ 1062 "gtest_tests": [
1045 { 1063 {
1046 "test": "android_webview_unittests" 1064 "test": "android_webview_unittests"
1047 }, 1065 },
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1162 { 1180 {
1163 "args": [ 1181 "args": [
1164 "--isolate_file_path=src/chrome/unit_tests.isolate" 1182 "--isolate_file_path=src/chrome/unit_tests.isolate"
1165 ], 1183 ],
1166 "test": "unit_tests" 1184 "test": "unit_tests"
1167 } 1185 }
1168 ], 1186 ],
1169 "instrumentation_tests": [ 1187 "instrumentation_tests": [
1170 { 1188 {
1171 "apk_under_test": "Blimp.apk", 1189 "apk_under_test": "Blimp.apk",
1190 "override_compile_targets": [
1191 "blimp_test_apk"
1192 ],
1172 "test": "blimp_test_apk", 1193 "test": "blimp_test_apk",
1173 "test_apk": "BlimpTest.apk" 1194 "test_apk": "BlimpTest.apk"
1174 } 1195 }
1175 ] 1196 ]
1176 }, 1197 },
1177 "Marshmallow Tablet Tester": { 1198 "Marshmallow Tablet Tester": {
1178 "gtest_tests": [ 1199 "gtest_tests": [
1179 { 1200 {
1180 "test": "android_webview_unittests" 1201 "test": "android_webview_unittests"
1181 }, 1202 },
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 { 1308 {
1288 "args": [ 1309 "args": [
1289 "--isolate_file_path=src/chrome/unit_tests.isolate" 1310 "--isolate_file_path=src/chrome/unit_tests.isolate"
1290 ], 1311 ],
1291 "test": "unit_tests" 1312 "test": "unit_tests"
1292 } 1313 }
1293 ], 1314 ],
1294 "instrumentation_tests": [ 1315 "instrumentation_tests": [
1295 { 1316 {
1296 "apk_under_test": "Blimp.apk", 1317 "apk_under_test": "Blimp.apk",
1318 "override_compile_targets": [
1319 "blimp_test_apk"
1320 ],
1297 "test": "blimp_test_apk", 1321 "test": "blimp_test_apk",
1298 "test_apk": "BlimpTest.apk" 1322 "test_apk": "BlimpTest.apk"
1299 } 1323 }
1300 ] 1324 ]
1301 } 1325 }
1302 } 1326 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698