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 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1135 "-u", | 1135 "-u", |
1136 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1136 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
1137 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", | 1137 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers
ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", |
1138 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" | 1138 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" |
1139 ], | 1139 ], |
1140 "cwd": "[SLAVE_BUILD]", | 1140 "cwd": "[SLAVE_BUILD]", |
1141 "name": "[trigger] save ui_touch_selection_unittests" | 1141 "name": "[trigger] save ui_touch_selection_unittests" |
1142 }, | 1142 }, |
1143 { | 1143 { |
1144 "cmd": [ | 1144 "cmd": [ |
1145 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
1146 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
1147 "-v", | |
1148 "--blacklist-file", | |
1149 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
1150 "--release" | |
1151 ], | |
1152 "cwd": "[SLAVE_BUILD]", | |
1153 "env": { | |
1154 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
1155 }, | |
1156 "name": "install AndroidWebView.apk" | |
1157 }, | |
1158 { | |
1159 "cmd": [ | |
1160 "python", | 1145 "python", |
1161 "-u", | 1146 "-u", |
1162 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1147 "[SLAVE_BUILD]/src/out/Release/bin/run_android_webview_test_apk", |
1163 "instrumentation", | |
1164 "--test-apk", | |
1165 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | |
1166 "--blacklist-file", | 1148 "--blacklist-file", |
1167 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1149 "[SLAVE_BUILD]/src/out/bad_devices.json", |
1168 "--logcat-output-file", | 1150 "--logcat-output-file", |
1169 "/path/to/tmp/", | 1151 "/path/to/tmp/", |
1170 "--apk-under-test", | |
1171 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | |
1172 "--isolate-file-path", | |
1173 "android_webview/android_webview_test_apk.isolate", | |
1174 "--flakiness-dashboard-server", | 1152 "--flakiness-dashboard-server", |
1175 "test-results.appspot.com", | 1153 "test-results.appspot.com", |
1176 "--verbose", | 1154 "--verbose", |
1177 "--release", | |
1178 "--json-results-file", | 1155 "--json-results-file", |
1179 "/path/to/tmp/json" | 1156 "/path/to/tmp/json" |
1180 ], | 1157 ], |
1181 "cwd": "[SLAVE_BUILD]", | 1158 "cwd": "[SLAVE_BUILD]", |
1182 "name": "Instrumentation test AndroidWebViewTest", | 1159 "name": "Instrumentation test AndroidWebViewTest", |
1183 "~followup_annotations": [ | 1160 "~followup_annotations": [ |
1184 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1161 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
1185 ] | 1162 ] |
1186 }, | 1163 }, |
1187 { | 1164 { |
1188 "cmd": [ | 1165 "cmd": [ |
1189 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
1190 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
1191 "-v", | |
1192 "--blacklist-file", | |
1193 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
1194 "--release" | |
1195 ], | |
1196 "cwd": "[SLAVE_BUILD]", | |
1197 "env": { | |
1198 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
1199 }, | |
1200 "name": "install ContentShell.apk" | |
1201 }, | |
1202 { | |
1203 "cmd": [ | |
1204 "python", | 1166 "python", |
1205 "-u", | 1167 "-u", |
1206 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1168 "[SLAVE_BUILD]/src/out/Release/bin/run_content_shell_test_apk", |
1207 "instrumentation", | |
1208 "--test-apk", | |
1209 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", | |
1210 "--blacklist-file", | 1169 "--blacklist-file", |
1211 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1170 "[SLAVE_BUILD]/src/out/bad_devices.json", |
1212 "--logcat-output-file", | 1171 "--logcat-output-file", |
1213 "/path/to/tmp/", | 1172 "/path/to/tmp/", |
1214 "--apk-under-test", | |
1215 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", | |
1216 "--isolate-file-path", | |
1217 "content/content_shell_test_apk.isolate", | |
1218 "--flakiness-dashboard-server", | 1173 "--flakiness-dashboard-server", |
1219 "test-results.appspot.com", | 1174 "test-results.appspot.com", |
1220 "--verbose", | 1175 "--verbose", |
1221 "--release", | |
1222 "--json-results-file", | 1176 "--json-results-file", |
1223 "/path/to/tmp/json" | 1177 "/path/to/tmp/json" |
1224 ], | 1178 ], |
1225 "cwd": "[SLAVE_BUILD]", | 1179 "cwd": "[SLAVE_BUILD]", |
1226 "name": "Instrumentation test ContentShellTest", | 1180 "name": "Instrumentation test ContentShellTest", |
1227 "~followup_annotations": [ | 1181 "~followup_annotations": [ |
1228 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1182 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
1229 ] | 1183 ] |
1230 }, | 1184 }, |
1231 { | 1185 { |
1232 "cmd": [ | 1186 "cmd": [ |
1233 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
1234 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
1235 "-v", | |
1236 "--blacklist-file", | |
1237 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
1238 "--release" | |
1239 ], | |
1240 "cwd": "[SLAVE_BUILD]", | |
1241 "env": { | |
1242 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
1243 }, | |
1244 "name": "install ChromePublic.apk" | |
1245 }, | |
1246 { | |
1247 "cmd": [ | |
1248 "python", | 1187 "python", |
1249 "-u", | 1188 "-u", |
1250 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1189 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_public_test_apk", |
1251 "instrumentation", | |
1252 "--test-apk", | |
1253 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", | |
1254 "--blacklist-file", | 1190 "--blacklist-file", |
1255 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1191 "[SLAVE_BUILD]/src/out/bad_devices.json", |
1256 "--logcat-output-file", | 1192 "--logcat-output-file", |
1257 "/path/to/tmp/", | 1193 "/path/to/tmp/", |
1258 "--apk-under-test", | |
1259 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", | |
1260 "--additional-apk", | |
1261 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTestSupport.apk", | |
1262 "--additional-apk", | |
1263 "[SLAVE_BUILD]/src/out/Release/apks/ChromiumNetTestSupport.apk", | |
1264 "--isolate-file-path", | |
1265 "chrome/chrome_public_test_apk.isolate", | |
1266 "--flakiness-dashboard-server", | 1194 "--flakiness-dashboard-server", |
1267 "test-results.appspot.com", | 1195 "test-results.appspot.com", |
1268 "--verbose", | 1196 "--verbose", |
1269 "--release", | |
1270 "--json-results-file", | 1197 "--json-results-file", |
1271 "/path/to/tmp/json" | 1198 "/path/to/tmp/json" |
1272 ], | 1199 ], |
1273 "cwd": "[SLAVE_BUILD]", | 1200 "cwd": "[SLAVE_BUILD]", |
1274 "name": "Instrumentation test ChromePublicTest", | 1201 "name": "Instrumentation test ChromePublicTest", |
1275 "~followup_annotations": [ | 1202 "~followup_annotations": [ |
1276 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1203 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
1277 ] | 1204 ] |
1278 }, | 1205 }, |
1279 { | 1206 { |
1280 "cmd": [ | 1207 "cmd": [ |
1281 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | |
1282 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
1283 "-v", | |
1284 "--blacklist-file", | |
1285 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
1286 "--release" | |
1287 ], | |
1288 "cwd": "[SLAVE_BUILD]", | |
1289 "env": { | |
1290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
1291 }, | |
1292 "name": "install ChromeSyncShell.apk" | |
1293 }, | |
1294 { | |
1295 "cmd": [ | |
1296 "python", | 1208 "python", |
1297 "-u", | 1209 "-u", |
1298 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1210 "[SLAVE_BUILD]/src/out/Release/bin/run_chrome_sync_shell_test_apk", |
1299 "instrumentation", | |
1300 "--test-apk", | |
1301 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", | |
1302 "--blacklist-file", | 1211 "--blacklist-file", |
1303 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1212 "[SLAVE_BUILD]/src/out/bad_devices.json", |
1304 "--logcat-output-file", | 1213 "--logcat-output-file", |
1305 "/path/to/tmp/", | 1214 "/path/to/tmp/", |
1306 "--apk-under-test", | |
1307 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", | |
1308 "--flakiness-dashboard-server", | 1215 "--flakiness-dashboard-server", |
1309 "test-results.appspot.com", | 1216 "test-results.appspot.com", |
1310 "--verbose", | 1217 "--verbose", |
1311 "--release", | |
1312 "--json-results-file", | 1218 "--json-results-file", |
1313 "/path/to/tmp/json" | 1219 "/path/to/tmp/json" |
1314 ], | 1220 ], |
1315 "cwd": "[SLAVE_BUILD]", | 1221 "cwd": "[SLAVE_BUILD]", |
1316 "name": "Instrumentation test ChromeSyncShellTest", | 1222 "name": "Instrumentation test ChromeSyncShellTest", |
1317 "~followup_annotations": [ | 1223 "~followup_annotations": [ |
1318 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1224 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
1319 ] | 1225 ] |
1320 }, | 1226 }, |
1321 { | 1227 { |
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2363 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2269 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
2364 "@@@STEP_LOG_END@python.inline@@@" | 2270 "@@@STEP_LOG_END@python.inline@@@" |
2365 ] | 2271 ] |
2366 }, | 2272 }, |
2367 { | 2273 { |
2368 "name": "$result", | 2274 "name": "$result", |
2369 "reason": "1 tests failed: ['base_unittests']", | 2275 "reason": "1 tests failed: ['base_unittests']", |
2370 "status_code": 1 | 2276 "status_code": 1 |
2371 } | 2277 } |
2372 ] | 2278 ] |
OLD | NEW |