| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (amp split)", | 10 "Android Tests (amp split)", |
| (...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1114 "-u", | 1114 "-u", |
| 1115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1116 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", | 1116 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
| 1117 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" | 1117 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
| 1118 ], | 1118 ], |
| 1119 "cwd": "[SLAVE_BUILD]", | 1119 "cwd": "[SLAVE_BUILD]", |
| 1120 "name": "[trigger] save ui_touch_selection_unittests" | 1120 "name": "[trigger] save ui_touch_selection_unittests" |
| 1121 }, | 1121 }, |
| 1122 { | 1122 { |
| 1123 "cmd": [ | 1123 "cmd": [ |
| 1124 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1125 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 1126 "-v", | |
| 1127 "--blacklist-file", | |
| 1128 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1129 "--release" | |
| 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 AndroidWebView.apk" | |
| 1136 }, | |
| 1137 { | |
| 1138 "cmd": [ | |
| 1139 "python", | 1124 "python", |
| 1140 "-u", | 1125 "-u", |
| 1141 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1126 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
| 1142 "instrumentation", | |
| 1143 "--test-apk", | |
| 1144 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
| 1145 "--blacklist-file", | 1127 "--blacklist-file", |
| 1146 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1128 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1147 "--logcat-output-file", | 1129 "--logcat-output-file", |
| 1148 "/path/to/tmp/", | 1130 "/path/to/tmp/", |
| 1149 "--apk-under-test", | |
| 1150 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
| 1151 "--isolate-file-path", | |
| 1152 "android_webview/android_webview_test_apk.isolate", | |
| 1153 "--flakiness-dashboard-server", | 1131 "--flakiness-dashboard-server", |
| 1154 "test-results.appspot.com", | 1132 "test-results.appspot.com", |
| 1155 "--verbose", | 1133 "--verbose", |
| 1156 "--release", | |
| 1157 "--json-results-file", | 1134 "--json-results-file", |
| 1158 "/path/to/tmp/json" | 1135 "/path/to/tmp/json" |
| 1159 ], | 1136 ], |
| 1160 "cwd": "[SLAVE_BUILD]", | 1137 "cwd": "[SLAVE_BUILD]", |
| 1161 "name": "Instrumentation test AndroidWebViewTest", | 1138 "name": "Instrumentation test AndroidWebViewTest", |
| 1162 "~followup_annotations": [ | 1139 "~followup_annotations": [ |
| 1163 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1140 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1164 ] | 1141 ] |
| 1165 }, | 1142 }, |
| 1166 { | 1143 { |
| 1167 "cmd": [ | 1144 "cmd": [ |
| 1168 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1169 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 1170 "-v", | |
| 1171 "--blacklist-file", | |
| 1172 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1173 "--release" | |
| 1174 ], | |
| 1175 "cwd": "[SLAVE_BUILD]", | |
| 1176 "env": { | |
| 1177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1178 }, | |
| 1179 "name": "install ContentShell.apk" | |
| 1180 }, | |
| 1181 { | |
| 1182 "cmd": [ | |
| 1183 "python", | 1145 "python", |
| 1184 "-u", | 1146 "-u", |
| 1185 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1147 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
| 1186 "instrumentation", | |
| 1187 "--test-apk", | |
| 1188 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
| 1189 "--blacklist-file", | 1148 "--blacklist-file", |
| 1190 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1149 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1191 "--logcat-output-file", | 1150 "--logcat-output-file", |
| 1192 "/path/to/tmp/", | 1151 "/path/to/tmp/", |
| 1193 "--apk-under-test", | |
| 1194 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
| 1195 "--isolate-file-path", | |
| 1196 "content/content_shell_test_apk.isolate", | |
| 1197 "--flakiness-dashboard-server", | 1152 "--flakiness-dashboard-server", |
| 1198 "test-results.appspot.com", | 1153 "test-results.appspot.com", |
| 1199 "--verbose", | 1154 "--verbose", |
| 1200 "--release", | |
| 1201 "--json-results-file", | 1155 "--json-results-file", |
| 1202 "/path/to/tmp/json" | 1156 "/path/to/tmp/json" |
| 1203 ], | 1157 ], |
| 1204 "cwd": "[SLAVE_BUILD]", | 1158 "cwd": "[SLAVE_BUILD]", |
| 1205 "name": "Instrumentation test ContentShellTest", | 1159 "name": "Instrumentation test ContentShellTest", |
| 1206 "~followup_annotations": [ | 1160 "~followup_annotations": [ |
| 1207 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1161 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1208 ] | 1162 ] |
| 1209 }, | 1163 }, |
| 1210 { | 1164 { |
| 1211 "cmd": [ | 1165 "cmd": [ |
| 1212 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1213 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 1214 "-v", | |
| 1215 "--blacklist-file", | |
| 1216 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1217 "--release" | |
| 1218 ], | |
| 1219 "cwd": "[SLAVE_BUILD]", | |
| 1220 "env": { | |
| 1221 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1222 }, | |
| 1223 "name": "install ChromePublic.apk" | |
| 1224 }, | |
| 1225 { | |
| 1226 "cmd": [ | |
| 1227 "python", | 1166 "python", |
| 1228 "-u", | 1167 "-u", |
| 1229 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1168 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
| 1230 "instrumentation", | |
| 1231 "--test-apk", | |
| 1232 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
| 1233 "--blacklist-file", | 1169 "--blacklist-file", |
| 1234 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1170 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1235 "--logcat-output-file", | 1171 "--logcat-output-file", |
| 1236 "/path/to/tmp/", | 1172 "/path/to/tmp/", |
| 1237 "--apk-under-test", | |
| 1238 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
| 1239 "--additional-apk", | |
| 1240 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
| 1241 "--additional-apk", | |
| 1242 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
| 1243 "--isolate-file-path", | |
| 1244 "chrome/chrome_public_test_apk.isolate", | |
| 1245 "--flakiness-dashboard-server", | 1173 "--flakiness-dashboard-server", |
| 1246 "test-results.appspot.com", | 1174 "test-results.appspot.com", |
| 1247 "--verbose", | 1175 "--verbose", |
| 1248 "--release", | |
| 1249 "--json-results-file", | 1176 "--json-results-file", |
| 1250 "/path/to/tmp/json" | 1177 "/path/to/tmp/json" |
| 1251 ], | 1178 ], |
| 1252 "cwd": "[SLAVE_BUILD]", | 1179 "cwd": "[SLAVE_BUILD]", |
| 1253 "name": "Instrumentation test ChromePublicTest", | 1180 "name": "Instrumentation test ChromePublicTest", |
| 1254 "~followup_annotations": [ | 1181 "~followup_annotations": [ |
| 1255 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1182 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1256 ] | 1183 ] |
| 1257 }, | 1184 }, |
| 1258 { | 1185 { |
| 1259 "cmd": [ | 1186 "cmd": [ |
| 1260 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
| 1261 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 1262 "-v", | |
| 1263 "--blacklist-file", | |
| 1264 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 1265 "--release" | |
| 1266 ], | |
| 1267 "cwd": "[SLAVE_BUILD]", | |
| 1268 "env": { | |
| 1269 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 1270 }, | |
| 1271 "name": "install ChromeSyncShell.apk" | |
| 1272 }, | |
| 1273 { | |
| 1274 "cmd": [ | |
| 1275 "python", | 1187 "python", |
| 1276 "-u", | 1188 "-u", |
| 1277 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1189 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
| 1278 "instrumentation", | |
| 1279 "--test-apk", | |
| 1280 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
| 1281 "--blacklist-file", | 1190 "--blacklist-file", |
| 1282 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1191 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1283 "--logcat-output-file", | 1192 "--logcat-output-file", |
| 1284 "/path/to/tmp/", | 1193 "/path/to/tmp/", |
| 1285 "--apk-under-test", | |
| 1286 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
| 1287 "--flakiness-dashboard-server", | 1194 "--flakiness-dashboard-server", |
| 1288 "test-results.appspot.com", | 1195 "test-results.appspot.com", |
| 1289 "--verbose", | 1196 "--verbose", |
| 1290 "--release", | |
| 1291 "--json-results-file", | 1197 "--json-results-file", |
| 1292 "/path/to/tmp/json" | 1198 "/path/to/tmp/json" |
| 1293 ], | 1199 ], |
| 1294 "cwd": "[SLAVE_BUILD]", | 1200 "cwd": "[SLAVE_BUILD]", |
| 1295 "name": "Instrumentation test ChromeSyncShellTest", | 1201 "name": "Instrumentation test ChromeSyncShellTest", |
| 1296 "~followup_annotations": [ | 1202 "~followup_annotations": [ |
| 1297 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1203 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1298 ] | 1204 ] |
| 1299 }, | 1205 }, |
| 1300 { | 1206 { |
| (...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2295 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2201 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2296 "@@@STEP_LOG_END@python.inline@@@" | 2202 "@@@STEP_LOG_END@python.inline@@@" |
| 2297 ] | 2203 ] |
| 2298 }, | 2204 }, |
| 2299 { | 2205 { |
| 2300 "name": "$result", | 2206 "name": "$result", |
| 2301 "recipe_result": null, | 2207 "recipe_result": null, |
| 2302 "status_code": 0 | 2208 "status_code": 0 |
| 2303 } | 2209 } |
| 2304 ] | 2210 ] |
| OLD | NEW |