| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.android", | 8 "tryserver.chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_coverage", | 10 "android_coverage", |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 "tryserver.chromium.android", | 575 "tryserver.chromium.android", |
| 576 "android_coverage", | 576 "android_coverage", |
| 577 "--blacklist-file", | 577 "--blacklist-file", |
| 578 "[SLAVE_BUILD]/src/out/bad_devices.json" | 578 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 579 ], | 579 ], |
| 580 "cwd": "[SLAVE_BUILD]", | 580 "cwd": "[SLAVE_BUILD]", |
| 581 "name": "spawn_device_monitor" | 581 "name": "spawn_device_monitor" |
| 582 }, | 582 }, |
| 583 { | 583 { |
| 584 "cmd": [ | 584 "cmd": [ |
| 585 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 586 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 587 "-v", | |
| 588 "--blacklist-file", | |
| 589 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 590 ], | |
| 591 "cwd": "[SLAVE_BUILD]", | |
| 592 "env": { | |
| 593 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 594 }, | |
| 595 "name": "install AndroidWebView.apk" | |
| 596 }, | |
| 597 { | |
| 598 "cmd": [ | |
| 599 "python", | 585 "python", |
| 600 "-u", | 586 "-u", |
| 601 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 587 "out/Debug/bin/run_android_webview_test_apk", |
| 602 "instrumentation", | 588 "instrumentation", |
| 603 "--test-apk", | |
| 604 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | |
| 605 "--blacklist-file", | 589 "--blacklist-file", |
| 606 "[SLAVE_BUILD]/src/out/bad_devices.json", | 590 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 607 "--logcat-output-file", | 591 "--logcat-output-file", |
| 608 "/path/to/tmp/", | 592 "/path/to/tmp/", |
| 609 "--apk-under-test", | |
| 610 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 611 "--isolate-file-path", | |
| 612 "android_webview/android_webview_test_apk.isolate", | |
| 613 "--flakiness-dashboard-server", | 593 "--flakiness-dashboard-server", |
| 614 "test-results.appspot.com", | 594 "test-results.appspot.com", |
| 615 "--verbose", | 595 "--verbose", |
| 616 "--coverage-dir", | 596 "--coverage-dir", |
| 617 "[SLAVE_BUILD]/src/out/Debug/coverage", | 597 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 618 "--json-results-file", | 598 "--json-results-file", |
| 619 "/path/to/tmp/json" | 599 "/path/to/tmp/json" |
| 620 ], | 600 ], |
| 621 "cwd": "[SLAVE_BUILD]", | 601 "cwd": "[SLAVE_BUILD]", |
| 622 "name": "Instrumentation test AndroidWebViewTest (with patch)", | 602 "name": "Instrumentation test android_webview_test_apk (with patch)", |
| 623 "~followup_annotations": [ | 603 "~followup_annotations": [ |
| 624 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 604 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 625 ] | 605 ] |
| 626 }, | 606 }, |
| 627 { | 607 { |
| 628 "cmd": [ | 608 "cmd": [ |
| 629 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 630 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 631 "-v", | |
| 632 "--blacklist-file", | |
| 633 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 634 ], | |
| 635 "cwd": "[SLAVE_BUILD]", | |
| 636 "env": { | |
| 637 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 638 }, | |
| 639 "name": "install ChromePublic.apk" | |
| 640 }, | |
| 641 { | |
| 642 "cmd": [ | |
| 643 "python", | 609 "python", |
| 644 "-u", | 610 "-u", |
| 645 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 611 "out/Debug/bin/run_chrome_public_test_apk", |
| 646 "instrumentation", | 612 "instrumentation", |
| 647 "--test-apk", | |
| 648 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | |
| 649 "--blacklist-file", | 613 "--blacklist-file", |
| 650 "[SLAVE_BUILD]/src/out/bad_devices.json", | 614 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 651 "--logcat-output-file", | 615 "--logcat-output-file", |
| 652 "/path/to/tmp/", | 616 "/path/to/tmp/", |
| 653 "--apk-under-test", | |
| 654 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 655 "--additional-apk", | |
| 656 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk", | |
| 657 "--additional-apk", | |
| 658 "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk", | |
| 659 "--isolate-file-path", | |
| 660 "chrome/chrome_public_test_apk.isolate", | |
| 661 "--flakiness-dashboard-server", | 617 "--flakiness-dashboard-server", |
| 662 "test-results.appspot.com", | 618 "test-results.appspot.com", |
| 663 "--verbose", | 619 "--verbose", |
| 664 "--coverage-dir", | 620 "--coverage-dir", |
| 665 "[SLAVE_BUILD]/src/out/Debug/coverage", | 621 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 666 "--json-results-file", | 622 "--json-results-file", |
| 667 "/path/to/tmp/json" | 623 "/path/to/tmp/json" |
| 668 ], | 624 ], |
| 669 "cwd": "[SLAVE_BUILD]", | 625 "cwd": "[SLAVE_BUILD]", |
| 670 "name": "Instrumentation test ChromePublicTest (with patch)", | 626 "name": "Instrumentation test chrome_public_test_apk (with patch)", |
| 671 "~followup_annotations": [ | 627 "~followup_annotations": [ |
| 672 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 628 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 673 ] | 629 ] |
| 674 }, | 630 }, |
| 675 { | 631 { |
| 676 "cmd": [ | 632 "cmd": [ |
| 677 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 678 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 679 "-v", | |
| 680 "--blacklist-file", | |
| 681 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 682 ], | |
| 683 "cwd": "[SLAVE_BUILD]", | |
| 684 "env": { | |
| 685 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 686 }, | |
| 687 "name": "install ContentShell.apk" | |
| 688 }, | |
| 689 { | |
| 690 "cmd": [ | |
| 691 "python", | 633 "python", |
| 692 "-u", | 634 "-u", |
| 693 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 635 "out/Debug/bin/run_content_shell_test_apk", |
| 694 "instrumentation", | 636 "instrumentation", |
| 695 "--test-apk", | |
| 696 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | |
| 697 "--blacklist-file", | 637 "--blacklist-file", |
| 698 "[SLAVE_BUILD]/src/out/bad_devices.json", | 638 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 699 "--logcat-output-file", | 639 "--logcat-output-file", |
| 700 "/path/to/tmp/", | 640 "/path/to/tmp/", |
| 701 "--apk-under-test", | |
| 702 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 703 "--isolate-file-path", | |
| 704 "content/content_shell_test_apk.isolate", | |
| 705 "--flakiness-dashboard-server", | 641 "--flakiness-dashboard-server", |
| 706 "test-results.appspot.com", | 642 "test-results.appspot.com", |
| 707 "--verbose", | 643 "--verbose", |
| 708 "--coverage-dir", | 644 "--coverage-dir", |
| 709 "[SLAVE_BUILD]/src/out/Debug/coverage", | 645 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 710 "--json-results-file", | 646 "--json-results-file", |
| 711 "/path/to/tmp/json" | 647 "/path/to/tmp/json" |
| 712 ], | 648 ], |
| 713 "cwd": "[SLAVE_BUILD]", | 649 "cwd": "[SLAVE_BUILD]", |
| 714 "name": "Instrumentation test ContentShellTest (with patch)", | 650 "name": "Instrumentation test content_shell_test_apk (with patch)", |
| 715 "~followup_annotations": [ | 651 "~followup_annotations": [ |
| 716 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 652 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 717 ] | 653 ] |
| 718 }, | 654 }, |
| 719 { | 655 { |
| 720 "cmd": [ | 656 "cmd": [ |
| 721 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 722 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 723 "-v", | |
| 724 "--blacklist-file", | |
| 725 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 726 ], | |
| 727 "cwd": "[SLAVE_BUILD]", | |
| 728 "env": { | |
| 729 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 730 }, | |
| 731 "name": "install ChromeSyncShell.apk" | |
| 732 }, | |
| 733 { | |
| 734 "cmd": [ | |
| 735 "python", | 657 "python", |
| 736 "-u", | 658 "-u", |
| 737 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 659 "out/Debug/bin/run_chrome_sync_shell_test_apk", |
| 738 "instrumentation", | 660 "instrumentation", |
| 739 "--test-apk", | |
| 740 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | |
| 741 "--blacklist-file", | 661 "--blacklist-file", |
| 742 "[SLAVE_BUILD]/src/out/bad_devices.json", | 662 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 743 "--logcat-output-file", | 663 "--logcat-output-file", |
| 744 "/path/to/tmp/", | 664 "/path/to/tmp/", |
| 745 "--apk-under-test", | |
| 746 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 747 "--flakiness-dashboard-server", | 665 "--flakiness-dashboard-server", |
| 748 "test-results.appspot.com", | 666 "test-results.appspot.com", |
| 749 "--verbose", | 667 "--verbose", |
| 750 "--coverage-dir", | 668 "--coverage-dir", |
| 751 "[SLAVE_BUILD]/src/out/Debug/coverage", | 669 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 752 "--json-results-file", | 670 "--json-results-file", |
| 753 "/path/to/tmp/json" | 671 "/path/to/tmp/json" |
| 754 ], | 672 ], |
| 755 "cwd": "[SLAVE_BUILD]", | 673 "cwd": "[SLAVE_BUILD]", |
| 756 "name": "Instrumentation test ChromeSyncShellTest (with patch)", | 674 "name": "Instrumentation test chrome_sync_shell_test_apk (with patch)", |
| 757 "~followup_annotations": [ | 675 "~followup_annotations": [ |
| 758 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 676 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 759 ] | 677 ] |
| 760 }, | 678 }, |
| 761 { | 679 { |
| 762 "cmd": [ | 680 "cmd": [ |
| 763 "python", | 681 "python", |
| 764 "-u", | 682 "-u", |
| 765 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", | 683 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", |
| 766 "--coverage-dir", | 684 "--coverage-dir", |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 989 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1072 }, | 990 }, |
| 1073 "name": "compile (without patch)", | 991 "name": "compile (without patch)", |
| 1074 "~followup_annotations": [ | 992 "~followup_annotations": [ |
| 1075 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 993 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 1076 "@@@STEP_LOG_END@json.output (invalid)@@@" | 994 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 1077 ] | 995 ] |
| 1078 }, | 996 }, |
| 1079 { | 997 { |
| 1080 "cmd": [ | 998 "cmd": [ |
| 1081 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1082 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 1083 "-v", | |
| 1084 "--blacklist-file", | |
| 1085 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 1086 ], | |
| 1087 "cwd": "[SLAVE_BUILD]", | |
| 1088 "env": { | |
| 1089 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1090 }, | |
| 1091 "name": "install AndroidWebView.apk (2)" | |
| 1092 }, | |
| 1093 { | |
| 1094 "cmd": [ | |
| 1095 "python", | 999 "python", |
| 1096 "-u", | 1000 "-u", |
| 1097 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1001 "out/Debug/bin/run_android_webview_test_apk", |
| 1098 "instrumentation", | 1002 "instrumentation", |
| 1099 "--test-apk", | |
| 1100 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebViewTest.apk", | |
| 1101 "--blacklist-file", | 1003 "--blacklist-file", |
| 1102 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1004 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1103 "--logcat-output-file", | 1005 "--logcat-output-file", |
| 1104 "/path/to/tmp/", | 1006 "/path/to/tmp/", |
| 1105 "--apk-under-test", | |
| 1106 "[SLAVE_BUILD]/src/out/Debug/apks/AndroidWebView.apk", | |
| 1107 "--isolate-file-path", | |
| 1108 "android_webview/android_webview_test_apk.isolate", | |
| 1109 "--flakiness-dashboard-server", | 1007 "--flakiness-dashboard-server", |
| 1110 "test-results.appspot.com", | 1008 "test-results.appspot.com", |
| 1111 "--verbose", | 1009 "--verbose", |
| 1112 "--coverage-dir", | 1010 "--coverage-dir", |
| 1113 "[SLAVE_BUILD]/src/out/Debug/coverage", | 1011 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 1114 "--json-results-file", | 1012 "--json-results-file", |
| 1115 "/path/to/tmp/json" | 1013 "/path/to/tmp/json" |
| 1116 ], | 1014 ], |
| 1117 "cwd": "[SLAVE_BUILD]", | 1015 "cwd": "[SLAVE_BUILD]", |
| 1118 "name": "Instrumentation test AndroidWebViewTest (without patch)", | 1016 "name": "Instrumentation test android_webview_test_apk (without patch)", |
| 1119 "~followup_annotations": [ | 1017 "~followup_annotations": [ |
| 1120 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1018 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1121 ] | 1019 ] |
| 1122 }, | 1020 }, |
| 1123 { | 1021 { |
| 1124 "cmd": [ | 1022 "cmd": [ |
| 1125 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1126 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 1127 "-v", | |
| 1128 "--blacklist-file", | |
| 1129 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 1130 ], | |
| 1131 "cwd": "[SLAVE_BUILD]", | |
| 1132 "env": { | |
| 1133 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1134 }, | |
| 1135 "name": "install ChromePublic.apk (2)" | |
| 1136 }, | |
| 1137 { | |
| 1138 "cmd": [ | |
| 1139 "python", | 1023 "python", |
| 1140 "-u", | 1024 "-u", |
| 1141 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1025 "out/Debug/bin/run_chrome_public_test_apk", |
| 1142 "instrumentation", | 1026 "instrumentation", |
| 1143 "--test-apk", | |
| 1144 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTest.apk", | |
| 1145 "--blacklist-file", | 1027 "--blacklist-file", |
| 1146 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1028 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1147 "--logcat-output-file", | 1029 "--logcat-output-file", |
| 1148 "/path/to/tmp/", | 1030 "/path/to/tmp/", |
| 1149 "--apk-under-test", | |
| 1150 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublic.apk", | |
| 1151 "--additional-apk", | |
| 1152 "[SLAVE_BUILD]/src/out/Debug/apks/ChromePublicTestSupport.apk", | |
| 1153 "--additional-apk", | |
| 1154 "[SLAVE_BUILD]/src/out/Debug/apks/ChromiumNetTestSupport.apk", | |
| 1155 "--isolate-file-path", | |
| 1156 "chrome/chrome_public_test_apk.isolate", | |
| 1157 "--flakiness-dashboard-server", | 1031 "--flakiness-dashboard-server", |
| 1158 "test-results.appspot.com", | 1032 "test-results.appspot.com", |
| 1159 "--verbose", | 1033 "--verbose", |
| 1160 "--coverage-dir", | 1034 "--coverage-dir", |
| 1161 "[SLAVE_BUILD]/src/out/Debug/coverage", | 1035 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 1162 "--json-results-file", | 1036 "--json-results-file", |
| 1163 "/path/to/tmp/json" | 1037 "/path/to/tmp/json" |
| 1164 ], | 1038 ], |
| 1165 "cwd": "[SLAVE_BUILD]", | 1039 "cwd": "[SLAVE_BUILD]", |
| 1166 "name": "Instrumentation test ChromePublicTest (without patch)", | 1040 "name": "Instrumentation test chrome_public_test_apk (without patch)", |
| 1167 "~followup_annotations": [ | 1041 "~followup_annotations": [ |
| 1168 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1042 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1169 ] | 1043 ] |
| 1170 }, | 1044 }, |
| 1171 { | 1045 { |
| 1172 "cmd": [ | 1046 "cmd": [ |
| 1173 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1174 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 1175 "-v", | |
| 1176 "--blacklist-file", | |
| 1177 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 1178 ], | |
| 1179 "cwd": "[SLAVE_BUILD]", | |
| 1180 "env": { | |
| 1181 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1182 }, | |
| 1183 "name": "install ContentShell.apk (2)" | |
| 1184 }, | |
| 1185 { | |
| 1186 "cmd": [ | |
| 1187 "python", | 1047 "python", |
| 1188 "-u", | 1048 "-u", |
| 1189 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1049 "out/Debug/bin/run_content_shell_test_apk", |
| 1190 "instrumentation", | 1050 "instrumentation", |
| 1191 "--test-apk", | |
| 1192 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShellTest.apk", | |
| 1193 "--blacklist-file", | 1051 "--blacklist-file", |
| 1194 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1052 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1195 "--logcat-output-file", | 1053 "--logcat-output-file", |
| 1196 "/path/to/tmp/", | 1054 "/path/to/tmp/", |
| 1197 "--apk-under-test", | |
| 1198 "[SLAVE_BUILD]/src/out/Debug/apks/ContentShell.apk", | |
| 1199 "--isolate-file-path", | |
| 1200 "content/content_shell_test_apk.isolate", | |
| 1201 "--flakiness-dashboard-server", | 1055 "--flakiness-dashboard-server", |
| 1202 "test-results.appspot.com", | 1056 "test-results.appspot.com", |
| 1203 "--verbose", | 1057 "--verbose", |
| 1204 "--coverage-dir", | 1058 "--coverage-dir", |
| 1205 "[SLAVE_BUILD]/src/out/Debug/coverage", | 1059 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 1206 "--json-results-file", | 1060 "--json-results-file", |
| 1207 "/path/to/tmp/json" | 1061 "/path/to/tmp/json" |
| 1208 ], | 1062 ], |
| 1209 "cwd": "[SLAVE_BUILD]", | 1063 "cwd": "[SLAVE_BUILD]", |
| 1210 "name": "Instrumentation test ContentShellTest (without patch)", | 1064 "name": "Instrumentation test content_shell_test_apk (without patch)", |
| 1211 "~followup_annotations": [ | 1065 "~followup_annotations": [ |
| 1212 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1066 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1213 ] | 1067 ] |
| 1214 }, | 1068 }, |
| 1215 { | 1069 { |
| 1216 "cmd": [ | 1070 "cmd": [ |
| 1217 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1218 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 1219 "-v", | |
| 1220 "--blacklist-file", | |
| 1221 "[SLAVE_BUILD]/src/out/bad_devices.json" | |
| 1222 ], | |
| 1223 "cwd": "[SLAVE_BUILD]", | |
| 1224 "env": { | |
| 1225 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1226 }, | |
| 1227 "name": "install ChromeSyncShell.apk (2)" | |
| 1228 }, | |
| 1229 { | |
| 1230 "cmd": [ | |
| 1231 "python", | 1071 "python", |
| 1232 "-u", | 1072 "-u", |
| 1233 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1073 "out/Debug/bin/run_chrome_sync_shell_test_apk", |
| 1234 "instrumentation", | 1074 "instrumentation", |
| 1235 "--test-apk", | |
| 1236 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShellTest.apk", | |
| 1237 "--blacklist-file", | 1075 "--blacklist-file", |
| 1238 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1076 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1239 "--logcat-output-file", | 1077 "--logcat-output-file", |
| 1240 "/path/to/tmp/", | 1078 "/path/to/tmp/", |
| 1241 "--apk-under-test", | |
| 1242 "[SLAVE_BUILD]/src/out/Debug/apks/ChromeSyncShell.apk", | |
| 1243 "--flakiness-dashboard-server", | 1079 "--flakiness-dashboard-server", |
| 1244 "test-results.appspot.com", | 1080 "test-results.appspot.com", |
| 1245 "--verbose", | 1081 "--verbose", |
| 1246 "--coverage-dir", | 1082 "--coverage-dir", |
| 1247 "[SLAVE_BUILD]/src/out/Debug/coverage", | 1083 "[SLAVE_BUILD]/src/out/Debug/coverage", |
| 1248 "--json-results-file", | 1084 "--json-results-file", |
| 1249 "/path/to/tmp/json" | 1085 "/path/to/tmp/json" |
| 1250 ], | 1086 ], |
| 1251 "cwd": "[SLAVE_BUILD]", | 1087 "cwd": "[SLAVE_BUILD]", |
| 1252 "name": "Instrumentation test ChromeSyncShellTest (without patch)", | 1088 "name": "Instrumentation test chrome_sync_shell_test_apk (without patch)", |
| 1253 "~followup_annotations": [ | 1089 "~followup_annotations": [ |
| 1254 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1090 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1255 ] | 1091 ] |
| 1256 }, | 1092 }, |
| 1257 { | 1093 { |
| 1258 "cmd": [ | 1094 "cmd": [ |
| 1259 "python", | 1095 "python", |
| 1260 "-u", | 1096 "-u", |
| 1261 "import sys; sys.exit(0)" | 1097 "import sys; sys.exit(0)" |
| 1262 ], | 1098 ], |
| 1263 "cwd": "[SLAVE_BUILD]", | 1099 "cwd": "[SLAVE_BUILD]", |
| 1264 "name": "AndroidWebViewTest (retry summary)", | 1100 "name": "android_webview_test_apk (retry summary)", |
| 1265 "~followup_annotations": [ | 1101 "~followup_annotations": [ |
| 1266 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 1102 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 1267 "@@@STEP_WARNINGS@@@" | 1103 "@@@STEP_WARNINGS@@@" |
| 1268 ] | 1104 ] |
| 1269 }, | 1105 }, |
| 1270 { | 1106 { |
| 1271 "cmd": [ | 1107 "cmd": [ |
| 1272 "python", | 1108 "python", |
| 1273 "-u", | 1109 "-u", |
| 1274 "import sys; sys.exit(0)" | 1110 "import sys; sys.exit(0)" |
| 1275 ], | 1111 ], |
| 1276 "cwd": "[SLAVE_BUILD]", | 1112 "cwd": "[SLAVE_BUILD]", |
| 1277 "name": "ChromePublicTest (retry summary)", | 1113 "name": "chrome_public_test_apk (retry summary)", |
| 1278 "~followup_annotations": [ | 1114 "~followup_annotations": [ |
| 1279 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 1115 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 1280 "@@@STEP_WARNINGS@@@" | 1116 "@@@STEP_WARNINGS@@@" |
| 1281 ] | 1117 ] |
| 1282 }, | 1118 }, |
| 1283 { | 1119 { |
| 1284 "cmd": [ | 1120 "cmd": [ |
| 1285 "python", | 1121 "python", |
| 1286 "-u", | 1122 "-u", |
| 1287 "import sys; sys.exit(0)" | 1123 "import sys; sys.exit(0)" |
| 1288 ], | 1124 ], |
| 1289 "cwd": "[SLAVE_BUILD]", | 1125 "cwd": "[SLAVE_BUILD]", |
| 1290 "name": "ContentShellTest (retry summary)", | 1126 "name": "content_shell_test_apk (retry summary)", |
| 1291 "~followup_annotations": [ | 1127 "~followup_annotations": [ |
| 1292 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 1128 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 1293 "@@@STEP_WARNINGS@@@" | 1129 "@@@STEP_WARNINGS@@@" |
| 1294 ] | 1130 ] |
| 1295 }, | 1131 }, |
| 1296 { | 1132 { |
| 1297 "cmd": [ | 1133 "cmd": [ |
| 1298 "python", | 1134 "python", |
| 1299 "-u", | 1135 "-u", |
| 1300 "import sys; sys.exit(0)" | 1136 "import sys; sys.exit(0)" |
| 1301 ], | 1137 ], |
| 1302 "cwd": "[SLAVE_BUILD]", | 1138 "cwd": "[SLAVE_BUILD]", |
| 1303 "name": "ChromeSyncShellTest (retry summary)", | 1139 "name": "chrome_sync_shell_test_apk (retry summary)", |
| 1304 "~followup_annotations": [ | 1140 "~followup_annotations": [ |
| 1305 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", | 1141 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@", |
| 1306 "@@@STEP_WARNINGS@@@" | 1142 "@@@STEP_WARNINGS@@@" |
| 1307 ] | 1143 ] |
| 1308 }, | 1144 }, |
| 1309 { | 1145 { |
| 1310 "cmd": [ | 1146 "cmd": [ |
| 1311 "python", | 1147 "python", |
| 1312 "-u", | 1148 "-u", |
| 1313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 1149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1403 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1239 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1404 "@@@STEP_LOG_END@python.inline@@@" | 1240 "@@@STEP_LOG_END@python.inline@@@" |
| 1405 ] | 1241 ] |
| 1406 }, | 1242 }, |
| 1407 { | 1243 { |
| 1408 "name": "$result", | 1244 "name": "$result", |
| 1409 "recipe_result": null, | 1245 "recipe_result": null, |
| 1410 "status_code": 0 | 1246 "status_code": 0 |
| 1411 } | 1247 } |
| 1412 ] | 1248 ] |
| OLD | NEW |