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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_collect_failure.json

Issue 1511403002: Revert "[Android] Add context manager to record logcat during step(s)." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@", 262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@",
263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@", 263 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@",
264 "@@@STEP_LOG_END@python.inline@@@" 264 "@@@STEP_LOG_END@python.inline@@@"
265 ] 265 ]
266 }, 266 },
267 { 267 {
268 "cmd": [ 268 "cmd": [
269 "[BUILD]/scripts/slave/daemonizer.py", 269 "[BUILD]/scripts/slave/daemonizer.py",
270 "--", 270 "--",
271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 271 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
272 "[SLAVE_BUILD]/src/out/logcat_dir" 272 "[SLAVE_BUILD]/src/out/logcat"
273 ], 273 ],
274 "cwd": "[SLAVE_BUILD]", 274 "cwd": "[SLAVE_BUILD]",
275 "env": { 275 "env": {
276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
277 }, 277 },
278 "name": "spawn_logcat_monitor" 278 "name": "spawn_logcat_monitor"
279 }, 279 },
280 { 280 {
281 "cmd": [ 281 "cmd": [
282 "python", 282 "python",
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 "python", 1091 "python",
1092 "-u", 1092 "-u",
1093 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1093 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1094 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1094 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1095 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1095 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1096 ], 1096 ],
1097 "cwd": "[SLAVE_BUILD]", 1097 "cwd": "[SLAVE_BUILD]",
1098 "name": "[trigger] save ui_touch_selection_unittests" 1098 "name": "[trigger] save ui_touch_selection_unittests"
1099 }, 1099 },
1100 { 1100 {
1101 "cmd": [],
1102 "cwd": "[SLAVE_BUILD]",
1103 "name": "AndroidWebViewTest"
1104 },
1105 {
1106 "cmd": [
1107 "[BUILD]/scripts/slave/daemonizer.py",
1108 "--",
1109 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1110 "[TMP_BASE]/logcat_tmp_2"
1111 ],
1112 "cwd": "[SLAVE_BUILD]",
1113 "env": {
1114 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1115 },
1116 "name": "AndroidWebViewTest.spawn_logcat_monitor",
1117 "~followup_annotations": [
1118 "@@@STEP_NEST_LEVEL@1@@@"
1119 ]
1120 },
1121 {
1122 "cmd": [ 1101 "cmd": [
1123 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1102 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1124 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 1103 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1125 "-v", 1104 "-v",
1126 "--blacklist-file", 1105 "--blacklist-file",
1127 "[SLAVE_BUILD]/src/out/bad_devices.json", 1106 "[SLAVE_BUILD]/src/out/bad_devices.json",
1128 "--release" 1107 "--release"
1129 ], 1108 ],
1130 "cwd": "[SLAVE_BUILD]", 1109 "cwd": "[SLAVE_BUILD]",
1131 "env": { 1110 "env": {
1132 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1133 }, 1112 },
1134 "name": "AndroidWebViewTest.install AndroidWebView.apk", 1113 "name": "install AndroidWebView.apk"
1135 "~followup_annotations": [
1136 "@@@STEP_NEST_LEVEL@1@@@"
1137 ]
1138 }, 1114 },
1139 { 1115 {
1140 "cmd": [ 1116 "cmd": [
1141 "python", 1117 "python",
1142 "-u", 1118 "-u",
1143 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1119 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1144 "instrumentation", 1120 "instrumentation",
1145 "--test-apk", 1121 "--test-apk",
1146 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 1122 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1147 "--blacklist-file", 1123 "--blacklist-file",
1148 "[SLAVE_BUILD]/src/out/bad_devices.json", 1124 "[SLAVE_BUILD]/src/out/bad_devices.json",
1149 "--apk-under-test", 1125 "--apk-under-test",
1150 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 1126 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1151 "--isolate-file-path", 1127 "--isolate-file-path",
1152 "android_webview/android_webview_test_apk.isolate", 1128 "android_webview/android_webview_test_apk.isolate",
1153 "--flakiness-dashboard-server", 1129 "--flakiness-dashboard-server",
1154 "test-results.appspot.com", 1130 "test-results.appspot.com",
1155 "--verbose", 1131 "--verbose",
1156 "--release", 1132 "--release",
1157 "--json-results-file", 1133 "--json-results-file",
1158 "/path/to/tmp/json" 1134 "/path/to/tmp/json"
1159 ], 1135 ],
1160 "cwd": "[SLAVE_BUILD]", 1136 "cwd": "[SLAVE_BUILD]",
1161 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", 1137 "name": "Instrumentation test AndroidWebViewTest",
1162 "~followup_annotations": [ 1138 "~followup_annotations": [
1163 "@@@STEP_NEST_LEVEL@1@@@" 1139 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1164 ] 1140 ]
1165 }, 1141 },
1166 { 1142 {
1167 "cmd": [
1168 "python",
1169 "-u",
1170 "[BUILD]/scripts/slave/tee.py",
1171 "/path/to/tmp/logcat",
1172 "--",
1173 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1174 "[TMP_BASE]/logcat_tmp_2"
1175 ],
1176 "cwd": "[SLAVE_BUILD]",
1177 "name": "AndroidWebViewTest.logcat_dump",
1178 "~followup_annotations": [
1179 "@@@STEP_NEST_LEVEL@1@@@"
1180 ]
1181 },
1182 {
1183 "cmd": [],
1184 "cwd": "[SLAVE_BUILD]",
1185 "name": "ContentShellTest"
1186 },
1187 {
1188 "cmd": [
1189 "[BUILD]/scripts/slave/daemonizer.py",
1190 "--",
1191 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1192 "[TMP_BASE]/logcat_tmp_3"
1193 ],
1194 "cwd": "[SLAVE_BUILD]",
1195 "env": {
1196 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1197 },
1198 "name": "ContentShellTest.spawn_logcat_monitor",
1199 "~followup_annotations": [
1200 "@@@STEP_NEST_LEVEL@1@@@"
1201 ]
1202 },
1203 {
1204 "cmd": [ 1143 "cmd": [
1205 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1144 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1206 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 1145 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1207 "-v", 1146 "-v",
1208 "--blacklist-file", 1147 "--blacklist-file",
1209 "[SLAVE_BUILD]/src/out/bad_devices.json", 1148 "[SLAVE_BUILD]/src/out/bad_devices.json",
1210 "--release" 1149 "--release"
1211 ], 1150 ],
1212 "cwd": "[SLAVE_BUILD]", 1151 "cwd": "[SLAVE_BUILD]",
1213 "env": { 1152 "env": {
1214 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1153 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1215 }, 1154 },
1216 "name": "ContentShellTest.install ContentShell.apk", 1155 "name": "install ContentShell.apk"
1217 "~followup_annotations": [
1218 "@@@STEP_NEST_LEVEL@1@@@"
1219 ]
1220 }, 1156 },
1221 { 1157 {
1222 "cmd": [ 1158 "cmd": [
1223 "python", 1159 "python",
1224 "-u", 1160 "-u",
1225 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1161 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1226 "instrumentation", 1162 "instrumentation",
1227 "--test-apk", 1163 "--test-apk",
1228 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", 1164 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1229 "--blacklist-file", 1165 "--blacklist-file",
1230 "[SLAVE_BUILD]/src/out/bad_devices.json", 1166 "[SLAVE_BUILD]/src/out/bad_devices.json",
1231 "--apk-under-test", 1167 "--apk-under-test",
1232 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 1168 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1233 "--isolate-file-path", 1169 "--isolate-file-path",
1234 "content/content_shell_test_apk.isolate", 1170 "content/content_shell_test_apk.isolate",
1235 "--flakiness-dashboard-server", 1171 "--flakiness-dashboard-server",
1236 "test-results.appspot.com", 1172 "test-results.appspot.com",
1237 "--verbose", 1173 "--verbose",
1238 "--release", 1174 "--release",
1239 "--json-results-file", 1175 "--json-results-file",
1240 "/path/to/tmp/json" 1176 "/path/to/tmp/json"
1241 ], 1177 ],
1242 "cwd": "[SLAVE_BUILD]", 1178 "cwd": "[SLAVE_BUILD]",
1243 "name": "ContentShellTest.Instrumentation test ContentShellTest", 1179 "name": "Instrumentation test ContentShellTest",
1244 "~followup_annotations": [ 1180 "~followup_annotations": [
1245 "@@@STEP_NEST_LEVEL@1@@@" 1181 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1246 ] 1182 ]
1247 }, 1183 },
1248 { 1184 {
1249 "cmd": [
1250 "python",
1251 "-u",
1252 "[BUILD]/scripts/slave/tee.py",
1253 "/path/to/tmp/logcat",
1254 "--",
1255 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1256 "[TMP_BASE]/logcat_tmp_3"
1257 ],
1258 "cwd": "[SLAVE_BUILD]",
1259 "name": "ContentShellTest.logcat_dump",
1260 "~followup_annotations": [
1261 "@@@STEP_NEST_LEVEL@1@@@"
1262 ]
1263 },
1264 {
1265 "cmd": [],
1266 "cwd": "[SLAVE_BUILD]",
1267 "name": "ChromePublicTest"
1268 },
1269 {
1270 "cmd": [
1271 "[BUILD]/scripts/slave/daemonizer.py",
1272 "--",
1273 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1274 "[TMP_BASE]/logcat_tmp_4"
1275 ],
1276 "cwd": "[SLAVE_BUILD]",
1277 "env": {
1278 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1279 },
1280 "name": "ChromePublicTest.spawn_logcat_monitor",
1281 "~followup_annotations": [
1282 "@@@STEP_NEST_LEVEL@1@@@"
1283 ]
1284 },
1285 {
1286 "cmd": [ 1185 "cmd": [
1287 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1186 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1288 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 1187 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1289 "-v", 1188 "-v",
1290 "--blacklist-file", 1189 "--blacklist-file",
1291 "[SLAVE_BUILD]/src/out/bad_devices.json", 1190 "[SLAVE_BUILD]/src/out/bad_devices.json",
1292 "--release" 1191 "--release"
1293 ], 1192 ],
1294 "cwd": "[SLAVE_BUILD]", 1193 "cwd": "[SLAVE_BUILD]",
1295 "env": { 1194 "env": {
1296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1195 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1297 }, 1196 },
1298 "name": "ChromePublicTest.install ChromePublic.apk", 1197 "name": "install ChromePublic.apk"
1299 "~followup_annotations": [
1300 "@@@STEP_NEST_LEVEL@1@@@"
1301 ]
1302 }, 1198 },
1303 { 1199 {
1304 "cmd": [ 1200 "cmd": [
1305 "python", 1201 "python",
1306 "-u", 1202 "-u",
1307 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1203 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1308 "instrumentation", 1204 "instrumentation",
1309 "--test-apk", 1205 "--test-apk",
1310 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", 1206 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1311 "--blacklist-file", 1207 "--blacklist-file",
1312 "[SLAVE_BUILD]/src/out/bad_devices.json", 1208 "[SLAVE_BUILD]/src/out/bad_devices.json",
1313 "--apk-under-test", 1209 "--apk-under-test",
1314 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 1210 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1315 "--isolate-file-path", 1211 "--isolate-file-path",
1316 "chrome/chrome_public_test_apk.isolate", 1212 "chrome/chrome_public_test_apk.isolate",
1317 "--flakiness-dashboard-server", 1213 "--flakiness-dashboard-server",
1318 "test-results.appspot.com", 1214 "test-results.appspot.com",
1319 "--verbose", 1215 "--verbose",
1320 "--release", 1216 "--release",
1321 "--json-results-file", 1217 "--json-results-file",
1322 "/path/to/tmp/json" 1218 "/path/to/tmp/json"
1323 ], 1219 ],
1324 "cwd": "[SLAVE_BUILD]", 1220 "cwd": "[SLAVE_BUILD]",
1325 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", 1221 "name": "Instrumentation test ChromePublicTest",
1326 "~followup_annotations": [ 1222 "~followup_annotations": [
1327 "@@@STEP_NEST_LEVEL@1@@@" 1223 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1328 ] 1224 ]
1329 }, 1225 },
1330 { 1226 {
1331 "cmd": [
1332 "python",
1333 "-u",
1334 "[BUILD]/scripts/slave/tee.py",
1335 "/path/to/tmp/logcat",
1336 "--",
1337 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1338 "[TMP_BASE]/logcat_tmp_4"
1339 ],
1340 "cwd": "[SLAVE_BUILD]",
1341 "name": "ChromePublicTest.logcat_dump",
1342 "~followup_annotations": [
1343 "@@@STEP_NEST_LEVEL@1@@@"
1344 ]
1345 },
1346 {
1347 "cmd": [],
1348 "cwd": "[SLAVE_BUILD]",
1349 "name": "ChromeSyncShellTest"
1350 },
1351 {
1352 "cmd": [
1353 "[BUILD]/scripts/slave/daemonizer.py",
1354 "--",
1355 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1356 "[TMP_BASE]/logcat_tmp_5"
1357 ],
1358 "cwd": "[SLAVE_BUILD]",
1359 "env": {
1360 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1361 },
1362 "name": "ChromeSyncShellTest.spawn_logcat_monitor",
1363 "~followup_annotations": [
1364 "@@@STEP_NEST_LEVEL@1@@@"
1365 ]
1366 },
1367 {
1368 "cmd": [ 1227 "cmd": [
1369 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1228 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1370 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 1229 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1371 "-v", 1230 "-v",
1372 "--blacklist-file", 1231 "--blacklist-file",
1373 "[SLAVE_BUILD]/src/out/bad_devices.json", 1232 "[SLAVE_BUILD]/src/out/bad_devices.json",
1374 "--release" 1233 "--release"
1375 ], 1234 ],
1376 "cwd": "[SLAVE_BUILD]", 1235 "cwd": "[SLAVE_BUILD]",
1377 "env": { 1236 "env": {
1378 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1237 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1379 }, 1238 },
1380 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", 1239 "name": "install ChromeSyncShell.apk"
1381 "~followup_annotations": [
1382 "@@@STEP_NEST_LEVEL@1@@@"
1383 ]
1384 }, 1240 },
1385 { 1241 {
1386 "cmd": [ 1242 "cmd": [
1387 "python", 1243 "python",
1388 "-u", 1244 "-u",
1389 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1245 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1390 "instrumentation", 1246 "instrumentation",
1391 "--test-apk", 1247 "--test-apk",
1392 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", 1248 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1393 "--blacklist-file", 1249 "--blacklist-file",
1394 "[SLAVE_BUILD]/src/out/bad_devices.json", 1250 "[SLAVE_BUILD]/src/out/bad_devices.json",
1395 "--apk-under-test", 1251 "--apk-under-test",
1396 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 1252 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1397 "--flakiness-dashboard-server", 1253 "--flakiness-dashboard-server",
1398 "test-results.appspot.com", 1254 "test-results.appspot.com",
1399 "--verbose", 1255 "--verbose",
1400 "--release", 1256 "--release",
1401 "--json-results-file", 1257 "--json-results-file",
1402 "/path/to/tmp/json" 1258 "/path/to/tmp/json"
1403 ], 1259 ],
1404 "cwd": "[SLAVE_BUILD]", 1260 "cwd": "[SLAVE_BUILD]",
1405 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest", 1261 "name": "Instrumentation test ChromeSyncShellTest",
1406 "~followup_annotations": [ 1262 "~followup_annotations": [
1407 "@@@STEP_NEST_LEVEL@1@@@" 1263 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1408 ] 1264 ]
1409 }, 1265 },
1410 { 1266 {
1411 "cmd": [
1412 "python",
1413 "-u",
1414 "[BUILD]/scripts/slave/tee.py",
1415 "/path/to/tmp/logcat",
1416 "--",
1417 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1418 "[TMP_BASE]/logcat_tmp_5"
1419 ],
1420 "cwd": "[SLAVE_BUILD]",
1421 "name": "ChromeSyncShellTest.logcat_dump",
1422 "~followup_annotations": [
1423 "@@@STEP_NEST_LEVEL@1@@@"
1424 ]
1425 },
1426 {
1427 "cmd": [],
1428 "cwd": "[SLAVE_BUILD]",
1429 "name": "breakpad_unittests"
1430 },
1431 {
1432 "cmd": [
1433 "[BUILD]/scripts/slave/daemonizer.py",
1434 "--",
1435 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1436 "[TMP_BASE]/logcat_tmp_6"
1437 ],
1438 "cwd": "[SLAVE_BUILD]",
1439 "env": {
1440 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1441 },
1442 "name": "breakpad_unittests.spawn_logcat_monitor",
1443 "~followup_annotations": [
1444 "@@@STEP_NEST_LEVEL@1@@@"
1445 ]
1446 },
1447 {
1448 "cmd": [ 1267 "cmd": [
1449 "python", 1268 "python",
1450 "-u", 1269 "-u",
1451 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1270 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1452 "gtest", 1271 "gtest",
1453 "-s", 1272 "-s",
1454 "breakpad_unittests", 1273 "breakpad_unittests",
1455 "--blacklist-file", 1274 "--blacklist-file",
1456 "[SLAVE_BUILD]/src/out/bad_devices.json", 1275 "[SLAVE_BUILD]/src/out/bad_devices.json",
1457 "--verbose", 1276 "--verbose",
1458 "--release", 1277 "--release",
1459 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ", 1278 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1460 "--flakiness-dashboard-server=test-results.appspot.com", 1279 "--flakiness-dashboard-server=test-results.appspot.com",
1461 "--json-results-file", 1280 "--json-results-file",
1462 "/path/to/tmp/json" 1281 "/path/to/tmp/json"
1463 ], 1282 ],
1464 "cwd": "[SLAVE_BUILD]", 1283 "cwd": "[SLAVE_BUILD]",
1465 "env": { 1284 "env": {
1466 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1467 }, 1286 },
1468 "name": "breakpad_unittests.breakpad_unittests", 1287 "name": "breakpad_unittests"
1469 "~followup_annotations": [
1470 "@@@STEP_NEST_LEVEL@1@@@"
1471 ]
1472 }, 1288 },
1473 { 1289 {
1474 "cmd": [ 1290 "cmd": [
1475 "python",
1476 "-u",
1477 "[BUILD]/scripts/slave/tee.py",
1478 "/path/to/tmp/logcat",
1479 "--",
1480 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1481 "[TMP_BASE]/logcat_tmp_6"
1482 ],
1483 "cwd": "[SLAVE_BUILD]",
1484 "name": "breakpad_unittests.logcat_dump",
1485 "~followup_annotations": [
1486 "@@@STEP_NEST_LEVEL@1@@@"
1487 ]
1488 },
1489 {
1490 "cmd": [],
1491 "cwd": "[SLAVE_BUILD]",
1492 "name": "cc_unittests"
1493 },
1494 {
1495 "cmd": [
1496 "[BUILD]/scripts/slave/daemonizer.py",
1497 "--",
1498 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1499 "[TMP_BASE]/logcat_tmp_7"
1500 ],
1501 "cwd": "[SLAVE_BUILD]",
1502 "env": {
1503 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1504 },
1505 "name": "cc_unittests.spawn_logcat_monitor",
1506 "~followup_annotations": [
1507 "@@@STEP_NEST_LEVEL@1@@@"
1508 ]
1509 },
1510 {
1511 "cmd": [
1512 "python", 1291 "python",
1513 "-u", 1292 "-u",
1514 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1293 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1515 "gtest", 1294 "gtest",
1516 "-s", 1295 "-s",
1517 "cc_unittests", 1296 "cc_unittests",
1518 "--blacklist-file", 1297 "--blacklist-file",
1519 "[SLAVE_BUILD]/src/out/bad_devices.json", 1298 "[SLAVE_BUILD]/src/out/bad_devices.json",
1520 "--verbose", 1299 "--verbose",
1521 "--release", 1300 "--release",
1522 "--flakiness-dashboard-server=test-results.appspot.com", 1301 "--flakiness-dashboard-server=test-results.appspot.com",
1523 "--json-results-file", 1302 "--json-results-file",
1524 "/path/to/tmp/json" 1303 "/path/to/tmp/json"
1525 ], 1304 ],
1526 "cwd": "[SLAVE_BUILD]", 1305 "cwd": "[SLAVE_BUILD]",
1527 "env": { 1306 "env": {
1528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1307 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1529 }, 1308 },
1530 "name": "cc_unittests.cc_unittests", 1309 "name": "cc_unittests"
1531 "~followup_annotations": [
1532 "@@@STEP_NEST_LEVEL@1@@@"
1533 ]
1534 }, 1310 },
1535 { 1311 {
1536 "cmd": [ 1312 "cmd": [
1537 "python",
1538 "-u",
1539 "[BUILD]/scripts/slave/tee.py",
1540 "/path/to/tmp/logcat",
1541 "--",
1542 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1543 "[TMP_BASE]/logcat_tmp_7"
1544 ],
1545 "cwd": "[SLAVE_BUILD]",
1546 "name": "cc_unittests.logcat_dump",
1547 "~followup_annotations": [
1548 "@@@STEP_NEST_LEVEL@1@@@"
1549 ]
1550 },
1551 {
1552 "cmd": [],
1553 "cwd": "[SLAVE_BUILD]",
1554 "name": "content_browsertests"
1555 },
1556 {
1557 "cmd": [
1558 "[BUILD]/scripts/slave/daemonizer.py",
1559 "--",
1560 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1561 "[TMP_BASE]/logcat_tmp_8"
1562 ],
1563 "cwd": "[SLAVE_BUILD]",
1564 "env": {
1565 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1566 },
1567 "name": "content_browsertests.spawn_logcat_monitor",
1568 "~followup_annotations": [
1569 "@@@STEP_NEST_LEVEL@1@@@"
1570 ]
1571 },
1572 {
1573 "cmd": [
1574 "python", 1313 "python",
1575 "-u", 1314 "-u",
1576 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1315 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1577 "gtest", 1316 "gtest",
1578 "-s", 1317 "-s",
1579 "content_browsertests", 1318 "content_browsertests",
1580 "--blacklist-file", 1319 "--blacklist-file",
1581 "[SLAVE_BUILD]/src/out/bad_devices.json", 1320 "[SLAVE_BUILD]/src/out/bad_devices.json",
1582 "--verbose", 1321 "--verbose",
1583 "--release", 1322 "--release",
1584 "--flakiness-dashboard-server=test-results.appspot.com", 1323 "--flakiness-dashboard-server=test-results.appspot.com",
1585 "--json-results-file", 1324 "--json-results-file",
1586 "/path/to/tmp/json" 1325 "/path/to/tmp/json"
1587 ], 1326 ],
1588 "cwd": "[SLAVE_BUILD]", 1327 "cwd": "[SLAVE_BUILD]",
1589 "env": { 1328 "env": {
1590 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1329 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1591 }, 1330 },
1592 "name": "content_browsertests.content_browsertests", 1331 "name": "content_browsertests"
1593 "~followup_annotations": [
1594 "@@@STEP_NEST_LEVEL@1@@@"
1595 ]
1596 }, 1332 },
1597 { 1333 {
1598 "cmd": [ 1334 "cmd": [
1599 "python",
1600 "-u",
1601 "[BUILD]/scripts/slave/tee.py",
1602 "/path/to/tmp/logcat",
1603 "--",
1604 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1605 "[TMP_BASE]/logcat_tmp_8"
1606 ],
1607 "cwd": "[SLAVE_BUILD]",
1608 "name": "content_browsertests.logcat_dump",
1609 "~followup_annotations": [
1610 "@@@STEP_NEST_LEVEL@1@@@"
1611 ]
1612 },
1613 {
1614 "cmd": [],
1615 "cwd": "[SLAVE_BUILD]",
1616 "name": "content_unittests"
1617 },
1618 {
1619 "cmd": [
1620 "[BUILD]/scripts/slave/daemonizer.py",
1621 "--",
1622 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1623 "[TMP_BASE]/logcat_tmp_9"
1624 ],
1625 "cwd": "[SLAVE_BUILD]",
1626 "env": {
1627 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1628 },
1629 "name": "content_unittests.spawn_logcat_monitor",
1630 "~followup_annotations": [
1631 "@@@STEP_NEST_LEVEL@1@@@"
1632 ]
1633 },
1634 {
1635 "cmd": [
1636 "python", 1335 "python",
1637 "-u", 1336 "-u",
1638 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1337 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1639 "gtest", 1338 "gtest",
1640 "-s", 1339 "-s",
1641 "content_unittests", 1340 "content_unittests",
1642 "--blacklist-file", 1341 "--blacklist-file",
1643 "[SLAVE_BUILD]/src/out/bad_devices.json", 1342 "[SLAVE_BUILD]/src/out/bad_devices.json",
1644 "--verbose", 1343 "--verbose",
1645 "--release", 1344 "--release",
1646 "--flakiness-dashboard-server=test-results.appspot.com", 1345 "--flakiness-dashboard-server=test-results.appspot.com",
1647 "--json-results-file", 1346 "--json-results-file",
1648 "/path/to/tmp/json" 1347 "/path/to/tmp/json"
1649 ], 1348 ],
1650 "cwd": "[SLAVE_BUILD]", 1349 "cwd": "[SLAVE_BUILD]",
1651 "env": { 1350 "env": {
1652 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1351 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1653 }, 1352 },
1654 "name": "content_unittests.content_unittests", 1353 "name": "content_unittests"
1655 "~followup_annotations": [
1656 "@@@STEP_NEST_LEVEL@1@@@"
1657 ]
1658 }, 1354 },
1659 { 1355 {
1660 "cmd": [ 1356 "cmd": [
1661 "python",
1662 "-u",
1663 "[BUILD]/scripts/slave/tee.py",
1664 "/path/to/tmp/logcat",
1665 "--",
1666 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1667 "[TMP_BASE]/logcat_tmp_9"
1668 ],
1669 "cwd": "[SLAVE_BUILD]",
1670 "name": "content_unittests.logcat_dump",
1671 "~followup_annotations": [
1672 "@@@STEP_NEST_LEVEL@1@@@"
1673 ]
1674 },
1675 {
1676 "cmd": [],
1677 "cwd": "[SLAVE_BUILD]",
1678 "name": "gpu_unittests"
1679 },
1680 {
1681 "cmd": [
1682 "[BUILD]/scripts/slave/daemonizer.py",
1683 "--",
1684 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1685 "[TMP_BASE]/logcat_tmp_10"
1686 ],
1687 "cwd": "[SLAVE_BUILD]",
1688 "env": {
1689 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1690 },
1691 "name": "gpu_unittests.spawn_logcat_monitor",
1692 "~followup_annotations": [
1693 "@@@STEP_NEST_LEVEL@1@@@"
1694 ]
1695 },
1696 {
1697 "cmd": [
1698 "python", 1357 "python",
1699 "-u", 1358 "-u",
1700 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1359 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1701 "gtest", 1360 "gtest",
1702 "-s", 1361 "-s",
1703 "gpu_unittests", 1362 "gpu_unittests",
1704 "--blacklist-file", 1363 "--blacklist-file",
1705 "[SLAVE_BUILD]/src/out/bad_devices.json", 1364 "[SLAVE_BUILD]/src/out/bad_devices.json",
1706 "--verbose", 1365 "--verbose",
1707 "--release", 1366 "--release",
1708 "--flakiness-dashboard-server=test-results.appspot.com", 1367 "--flakiness-dashboard-server=test-results.appspot.com",
1709 "--json-results-file", 1368 "--json-results-file",
1710 "/path/to/tmp/json" 1369 "/path/to/tmp/json"
1711 ], 1370 ],
1712 "cwd": "[SLAVE_BUILD]", 1371 "cwd": "[SLAVE_BUILD]",
1713 "env": { 1372 "env": {
1714 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1373 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1715 }, 1374 },
1716 "name": "gpu_unittests.gpu_unittests", 1375 "name": "gpu_unittests"
1717 "~followup_annotations": [
1718 "@@@STEP_NEST_LEVEL@1@@@"
1719 ]
1720 }, 1376 },
1721 { 1377 {
1722 "cmd": [ 1378 "cmd": [
1723 "python",
1724 "-u",
1725 "[BUILD]/scripts/slave/tee.py",
1726 "/path/to/tmp/logcat",
1727 "--",
1728 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1729 "[TMP_BASE]/logcat_tmp_10"
1730 ],
1731 "cwd": "[SLAVE_BUILD]",
1732 "name": "gpu_unittests.logcat_dump",
1733 "~followup_annotations": [
1734 "@@@STEP_NEST_LEVEL@1@@@"
1735 ]
1736 },
1737 {
1738 "cmd": [],
1739 "cwd": "[SLAVE_BUILD]",
1740 "name": "media_unittests"
1741 },
1742 {
1743 "cmd": [
1744 "[BUILD]/scripts/slave/daemonizer.py",
1745 "--",
1746 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1747 "[TMP_BASE]/logcat_tmp_11"
1748 ],
1749 "cwd": "[SLAVE_BUILD]",
1750 "env": {
1751 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1752 },
1753 "name": "media_unittests.spawn_logcat_monitor",
1754 "~followup_annotations": [
1755 "@@@STEP_NEST_LEVEL@1@@@"
1756 ]
1757 },
1758 {
1759 "cmd": [
1760 "python", 1379 "python",
1761 "-u", 1380 "-u",
1762 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1381 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1763 "gtest", 1382 "gtest",
1764 "-s", 1383 "-s",
1765 "media_unittests", 1384 "media_unittests",
1766 "--blacklist-file", 1385 "--blacklist-file",
1767 "[SLAVE_BUILD]/src/out/bad_devices.json", 1386 "[SLAVE_BUILD]/src/out/bad_devices.json",
1768 "--verbose", 1387 "--verbose",
1769 "--release", 1388 "--release",
1770 "--flakiness-dashboard-server=test-results.appspot.com", 1389 "--flakiness-dashboard-server=test-results.appspot.com",
1771 "--json-results-file", 1390 "--json-results-file",
1772 "/path/to/tmp/json" 1391 "/path/to/tmp/json"
1773 ], 1392 ],
1774 "cwd": "[SLAVE_BUILD]", 1393 "cwd": "[SLAVE_BUILD]",
1775 "env": { 1394 "env": {
1776 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1395 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1777 }, 1396 },
1778 "name": "media_unittests.media_unittests", 1397 "name": "media_unittests"
1779 "~followup_annotations": [
1780 "@@@STEP_NEST_LEVEL@1@@@"
1781 ]
1782 }, 1398 },
1783 { 1399 {
1784 "cmd": [ 1400 "cmd": [
1785 "python",
1786 "-u",
1787 "[BUILD]/scripts/slave/tee.py",
1788 "/path/to/tmp/logcat",
1789 "--",
1790 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1791 "[TMP_BASE]/logcat_tmp_11"
1792 ],
1793 "cwd": "[SLAVE_BUILD]",
1794 "name": "media_unittests.logcat_dump",
1795 "~followup_annotations": [
1796 "@@@STEP_NEST_LEVEL@1@@@"
1797 ]
1798 },
1799 {
1800 "cmd": [],
1801 "cwd": "[SLAVE_BUILD]",
1802 "name": "net_unittests"
1803 },
1804 {
1805 "cmd": [
1806 "[BUILD]/scripts/slave/daemonizer.py",
1807 "--",
1808 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1809 "[TMP_BASE]/logcat_tmp_12"
1810 ],
1811 "cwd": "[SLAVE_BUILD]",
1812 "env": {
1813 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1814 },
1815 "name": "net_unittests.spawn_logcat_monitor",
1816 "~followup_annotations": [
1817 "@@@STEP_NEST_LEVEL@1@@@"
1818 ]
1819 },
1820 {
1821 "cmd": [
1822 "python", 1401 "python",
1823 "-u", 1402 "-u",
1824 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1403 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1825 "gtest", 1404 "gtest",
1826 "-s", 1405 "-s",
1827 "net_unittests", 1406 "net_unittests",
1828 "--blacklist-file", 1407 "--blacklist-file",
1829 "[SLAVE_BUILD]/src/out/bad_devices.json", 1408 "[SLAVE_BUILD]/src/out/bad_devices.json",
1830 "--verbose", 1409 "--verbose",
1831 "--release", 1410 "--release",
1832 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", 1411 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
1833 "--flakiness-dashboard-server=test-results.appspot.com", 1412 "--flakiness-dashboard-server=test-results.appspot.com",
1834 "--json-results-file", 1413 "--json-results-file",
1835 "/path/to/tmp/json", 1414 "/path/to/tmp/json",
1836 "-t", 1415 "-t",
1837 "300" 1416 "300"
1838 ], 1417 ],
1839 "cwd": "[SLAVE_BUILD]", 1418 "cwd": "[SLAVE_BUILD]",
1840 "env": { 1419 "env": {
1841 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1420 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1842 }, 1421 },
1843 "name": "net_unittests.net_unittests", 1422 "name": "net_unittests"
1844 "~followup_annotations": [
1845 "@@@STEP_NEST_LEVEL@1@@@"
1846 ]
1847 }, 1423 },
1848 { 1424 {
1849 "cmd": [ 1425 "cmd": [
1850 "python",
1851 "-u",
1852 "[BUILD]/scripts/slave/tee.py",
1853 "/path/to/tmp/logcat",
1854 "--",
1855 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1856 "[TMP_BASE]/logcat_tmp_12"
1857 ],
1858 "cwd": "[SLAVE_BUILD]",
1859 "name": "net_unittests.logcat_dump",
1860 "~followup_annotations": [
1861 "@@@STEP_NEST_LEVEL@1@@@"
1862 ]
1863 },
1864 {
1865 "cmd": [],
1866 "cwd": "[SLAVE_BUILD]",
1867 "name": "sandbox_linux_unittests"
1868 },
1869 {
1870 "cmd": [
1871 "[BUILD]/scripts/slave/daemonizer.py",
1872 "--",
1873 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1874 "[TMP_BASE]/logcat_tmp_13"
1875 ],
1876 "cwd": "[SLAVE_BUILD]",
1877 "env": {
1878 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1879 },
1880 "name": "sandbox_linux_unittests.spawn_logcat_monitor",
1881 "~followup_annotations": [
1882 "@@@STEP_NEST_LEVEL@1@@@"
1883 ]
1884 },
1885 {
1886 "cmd": [
1887 "python", 1426 "python",
1888 "-u", 1427 "-u",
1889 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1428 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1890 "gtest", 1429 "gtest",
1891 "-s", 1430 "-s",
1892 "sandbox_linux_unittests", 1431 "sandbox_linux_unittests",
1893 "--blacklist-file", 1432 "--blacklist-file",
1894 "[SLAVE_BUILD]/src/out/bad_devices.json", 1433 "[SLAVE_BUILD]/src/out/bad_devices.json",
1895 "--verbose", 1434 "--verbose",
1896 "--release", 1435 "--release",
1897 "--flakiness-dashboard-server=test-results.appspot.com", 1436 "--flakiness-dashboard-server=test-results.appspot.com",
1898 "--json-results-file", 1437 "--json-results-file",
1899 "/path/to/tmp/json" 1438 "/path/to/tmp/json"
1900 ], 1439 ],
1901 "cwd": "[SLAVE_BUILD]", 1440 "cwd": "[SLAVE_BUILD]",
1902 "env": { 1441 "env": {
1903 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1442 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1904 }, 1443 },
1905 "name": "sandbox_linux_unittests.sandbox_linux_unittests", 1444 "name": "sandbox_linux_unittests"
1906 "~followup_annotations": [
1907 "@@@STEP_NEST_LEVEL@1@@@"
1908 ]
1909 }, 1445 },
1910 { 1446 {
1911 "cmd": [ 1447 "cmd": [
1912 "python",
1913 "-u",
1914 "[BUILD]/scripts/slave/tee.py",
1915 "/path/to/tmp/logcat",
1916 "--",
1917 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1918 "[TMP_BASE]/logcat_tmp_13"
1919 ],
1920 "cwd": "[SLAVE_BUILD]",
1921 "name": "sandbox_linux_unittests.logcat_dump",
1922 "~followup_annotations": [
1923 "@@@STEP_NEST_LEVEL@1@@@"
1924 ]
1925 },
1926 {
1927 "cmd": [],
1928 "cwd": "[SLAVE_BUILD]",
1929 "name": "ui_base_unittests"
1930 },
1931 {
1932 "cmd": [
1933 "[BUILD]/scripts/slave/daemonizer.py",
1934 "--",
1935 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1936 "[TMP_BASE]/logcat_tmp_14"
1937 ],
1938 "cwd": "[SLAVE_BUILD]",
1939 "env": {
1940 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1941 },
1942 "name": "ui_base_unittests.spawn_logcat_monitor",
1943 "~followup_annotations": [
1944 "@@@STEP_NEST_LEVEL@1@@@"
1945 ]
1946 },
1947 {
1948 "cmd": [
1949 "python", 1448 "python",
1950 "-u", 1449 "-u",
1951 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1450 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1952 "gtest", 1451 "gtest",
1953 "-s", 1452 "-s",
1954 "ui_base_unittests", 1453 "ui_base_unittests",
1955 "--blacklist-file", 1454 "--blacklist-file",
1956 "[SLAVE_BUILD]/src/out/bad_devices.json", 1455 "[SLAVE_BUILD]/src/out/bad_devices.json",
1957 "--verbose", 1456 "--verbose",
1958 "--release", 1457 "--release",
1959 "--flakiness-dashboard-server=test-results.appspot.com", 1458 "--flakiness-dashboard-server=test-results.appspot.com",
1960 "--json-results-file", 1459 "--json-results-file",
1961 "/path/to/tmp/json" 1460 "/path/to/tmp/json"
1962 ], 1461 ],
1963 "cwd": "[SLAVE_BUILD]", 1462 "cwd": "[SLAVE_BUILD]",
1964 "env": { 1463 "env": {
1965 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1464 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1966 }, 1465 },
1967 "name": "ui_base_unittests.ui_base_unittests", 1466 "name": "ui_base_unittests"
1968 "~followup_annotations": [
1969 "@@@STEP_NEST_LEVEL@1@@@"
1970 ]
1971 }, 1467 },
1972 { 1468 {
1973 "cmd": [ 1469 "cmd": [
1974 "python",
1975 "-u",
1976 "[BUILD]/scripts/slave/tee.py",
1977 "/path/to/tmp/logcat",
1978 "--",
1979 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1980 "[TMP_BASE]/logcat_tmp_14"
1981 ],
1982 "cwd": "[SLAVE_BUILD]",
1983 "name": "ui_base_unittests.logcat_dump",
1984 "~followup_annotations": [
1985 "@@@STEP_NEST_LEVEL@1@@@"
1986 ]
1987 },
1988 {
1989 "cmd": [],
1990 "cwd": "[SLAVE_BUILD]",
1991 "name": "unit_tests"
1992 },
1993 {
1994 "cmd": [
1995 "[BUILD]/scripts/slave/daemonizer.py",
1996 "--",
1997 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1998 "[TMP_BASE]/logcat_tmp_15"
1999 ],
2000 "cwd": "[SLAVE_BUILD]",
2001 "env": {
2002 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2003 },
2004 "name": "unit_tests.spawn_logcat_monitor",
2005 "~followup_annotations": [
2006 "@@@STEP_NEST_LEVEL@1@@@"
2007 ]
2008 },
2009 {
2010 "cmd": [
2011 "python", 1470 "python",
2012 "-u", 1471 "-u",
2013 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1472 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2014 "gtest", 1473 "gtest",
2015 "-s", 1474 "-s",
2016 "unit_tests", 1475 "unit_tests",
2017 "--blacklist-file", 1476 "--blacklist-file",
2018 "[SLAVE_BUILD]/src/out/bad_devices.json", 1477 "[SLAVE_BUILD]/src/out/bad_devices.json",
2019 "--verbose", 1478 "--verbose",
2020 "--release", 1479 "--release",
2021 "--flakiness-dashboard-server=test-results.appspot.com", 1480 "--flakiness-dashboard-server=test-results.appspot.com",
2022 "--json-results-file", 1481 "--json-results-file",
2023 "/path/to/tmp/json" 1482 "/path/to/tmp/json"
2024 ], 1483 ],
2025 "cwd": "[SLAVE_BUILD]", 1484 "cwd": "[SLAVE_BUILD]",
2026 "env": { 1485 "env": {
2027 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1486 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2028 }, 1487 },
2029 "name": "unit_tests.unit_tests", 1488 "name": "unit_tests"
2030 "~followup_annotations": [
2031 "@@@STEP_NEST_LEVEL@1@@@"
2032 ]
2033 }, 1489 },
2034 { 1490 {
2035 "cmd": [ 1491 "cmd": [
2036 "python",
2037 "-u",
2038 "[BUILD]/scripts/slave/tee.py",
2039 "/path/to/tmp/logcat",
2040 "--",
2041 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2042 "[TMP_BASE]/logcat_tmp_15"
2043 ],
2044 "cwd": "[SLAVE_BUILD]",
2045 "name": "unit_tests.logcat_dump",
2046 "~followup_annotations": [
2047 "@@@STEP_NEST_LEVEL@1@@@"
2048 ]
2049 },
2050 {
2051 "cmd": [
2052 "python", 1492 "python",
2053 "-u", 1493 "-u",
2054 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1494 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2055 "junit", 1495 "junit",
2056 "-s", 1496 "-s",
2057 "junit_unit_tests", 1497 "junit_unit_tests",
2058 "--verbose", 1498 "--verbose",
2059 "--release", 1499 "--release",
2060 "--json-results-file", 1500 "--json-results-file",
2061 "/path/to/tmp/json" 1501 "/path/to/tmp/json"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
2159 "http", 1599 "http",
2160 "--device-type", 1600 "--device-type",
2161 "Android", 1601 "Android",
2162 "--remote-device", 1602 "--remote-device",
2163 "Nexus 5", 1603 "Nexus 5",
2164 "--remote-device-os", 1604 "--remote-device-os",
2165 "4.4.2", 1605 "4.4.2",
2166 "--collect", 1606 "--collect",
2167 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1607 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2168 "--results-path", 1608 "--results-path",
2169 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1609 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2170 "--verbose", 1610 "--verbose",
2171 "--json-results-file", 1611 "--json-results-file",
2172 "/path/to/tmp/json", 1612 "/path/to/tmp/json",
2173 "--release" 1613 "--release"
2174 ], 1614 ],
2175 "cwd": "[SLAVE_BUILD]", 1615 "cwd": "[SLAVE_BUILD]",
2176 "name": "[collect] android_webview_unittests", 1616 "name": "[collect] android_webview_unittests",
2177 "~followup_annotations": [ 1617 "~followup_annotations": [
2178 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1618 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2179 ] 1619 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2226 "http", 1666 "http",
2227 "--device-type", 1667 "--device-type",
2228 "Android", 1668 "Android",
2229 "--remote-device", 1669 "--remote-device",
2230 "Nexus 5", 1670 "Nexus 5",
2231 "--remote-device-os", 1671 "--remote-device-os",
2232 "4.4.2", 1672 "4.4.2",
2233 "--collect", 1673 "--collect",
2234 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1674 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2235 "--results-path", 1675 "--results-path",
2236 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1676 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2237 "--verbose", 1677 "--verbose",
2238 "--json-results-file", 1678 "--json-results-file",
2239 "/path/to/tmp/json", 1679 "/path/to/tmp/json",
2240 "--release" 1680 "--release"
2241 ], 1681 ],
2242 "cwd": "[SLAVE_BUILD]", 1682 "cwd": "[SLAVE_BUILD]",
2243 "name": "[collect] base_unittests", 1683 "name": "[collect] base_unittests",
2244 "~followup_annotations": [ 1684 "~followup_annotations": [
2245 "step returned non-zero exit code: 1", 1685 "step returned non-zero exit code: 1",
2246 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", 1686 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2295 "http", 1735 "http",
2296 "--device-type", 1736 "--device-type",
2297 "Android", 1737 "Android",
2298 "--remote-device", 1738 "--remote-device",
2299 "Nexus 5", 1739 "Nexus 5",
2300 "--remote-device-os", 1740 "--remote-device-os",
2301 "4.4.2", 1741 "4.4.2",
2302 "--collect", 1742 "--collect",
2303 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1743 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2304 "--results-path", 1744 "--results-path",
2305 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1745 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2306 "--verbose", 1746 "--verbose",
2307 "--json-results-file", 1747 "--json-results-file",
2308 "/path/to/tmp/json", 1748 "/path/to/tmp/json",
2309 "--release" 1749 "--release"
2310 ], 1750 ],
2311 "cwd": "[SLAVE_BUILD]", 1751 "cwd": "[SLAVE_BUILD]",
2312 "name": "[collect] components_unittests", 1752 "name": "[collect] components_unittests",
2313 "~followup_annotations": [ 1753 "~followup_annotations": [
2314 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1754 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2315 ] 1755 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2360 "http", 1800 "http",
2361 "--device-type", 1801 "--device-type",
2362 "Android", 1802 "Android",
2363 "--remote-device", 1803 "--remote-device",
2364 "Nexus 5", 1804 "Nexus 5",
2365 "--remote-device-os", 1805 "--remote-device-os",
2366 "4.4.2", 1806 "4.4.2",
2367 "--collect", 1807 "--collect",
2368 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1808 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2369 "--results-path", 1809 "--results-path",
2370 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1810 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2371 "--verbose", 1811 "--verbose",
2372 "--json-results-file", 1812 "--json-results-file",
2373 "/path/to/tmp/json", 1813 "/path/to/tmp/json",
2374 "--release" 1814 "--release"
2375 ], 1815 ],
2376 "cwd": "[SLAVE_BUILD]", 1816 "cwd": "[SLAVE_BUILD]",
2377 "name": "[collect] events_unittests", 1817 "name": "[collect] events_unittests",
2378 "~followup_annotations": [ 1818 "~followup_annotations": [
2379 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1819 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2380 ] 1820 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2425 "http", 1865 "http",
2426 "--device-type", 1866 "--device-type",
2427 "Android", 1867 "Android",
2428 "--remote-device", 1868 "--remote-device",
2429 "Nexus 5", 1869 "Nexus 5",
2430 "--remote-device-os", 1870 "--remote-device-os",
2431 "4.4.2", 1871 "4.4.2",
2432 "--collect", 1872 "--collect",
2433 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1873 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2434 "--results-path", 1874 "--results-path",
2435 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1875 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2436 "--verbose", 1876 "--verbose",
2437 "--json-results-file", 1877 "--json-results-file",
2438 "/path/to/tmp/json", 1878 "/path/to/tmp/json",
2439 "--release" 1879 "--release"
2440 ], 1880 ],
2441 "cwd": "[SLAVE_BUILD]", 1881 "cwd": "[SLAVE_BUILD]",
2442 "name": "[collect] gl_tests", 1882 "name": "[collect] gl_tests",
2443 "~followup_annotations": [ 1883 "~followup_annotations": [
2444 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1884 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2445 ] 1885 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2490 "http", 1930 "http",
2491 "--device-type", 1931 "--device-type",
2492 "Android", 1932 "Android",
2493 "--remote-device", 1933 "--remote-device",
2494 "Nexus 5", 1934 "Nexus 5",
2495 "--remote-device-os", 1935 "--remote-device-os",
2496 "4.4.2", 1936 "4.4.2",
2497 "--collect", 1937 "--collect",
2498 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1938 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2499 "--results-path", 1939 "--results-path",
2500 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1940 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2501 "--verbose", 1941 "--verbose",
2502 "--json-results-file", 1942 "--json-results-file",
2503 "/path/to/tmp/json", 1943 "/path/to/tmp/json",
2504 "--release" 1944 "--release"
2505 ], 1945 ],
2506 "cwd": "[SLAVE_BUILD]", 1946 "cwd": "[SLAVE_BUILD]",
2507 "name": "[collect] ipc_tests", 1947 "name": "[collect] ipc_tests",
2508 "~followup_annotations": [ 1948 "~followup_annotations": [
2509 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1949 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2510 ] 1950 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2557 "http", 1997 "http",
2558 "--device-type", 1998 "--device-type",
2559 "Android", 1999 "Android",
2560 "--remote-device", 2000 "--remote-device",
2561 "Nexus 5", 2001 "Nexus 5",
2562 "--remote-device-os", 2002 "--remote-device-os",
2563 "4.4.2", 2003 "4.4.2",
2564 "--collect", 2004 "--collect",
2565 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2005 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2566 "--results-path", 2006 "--results-path",
2567 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 2007 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2568 "--verbose", 2008 "--verbose",
2569 "--json-results-file", 2009 "--json-results-file",
2570 "/path/to/tmp/json", 2010 "/path/to/tmp/json",
2571 "--release" 2011 "--release"
2572 ], 2012 ],
2573 "cwd": "[SLAVE_BUILD]", 2013 "cwd": "[SLAVE_BUILD]",
2574 "name": "[collect] sql_unittests", 2014 "name": "[collect] sql_unittests",
2575 "~followup_annotations": [ 2015 "~followup_annotations": [
2576 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2016 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2577 ] 2017 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 "http", 2064 "http",
2625 "--device-type", 2065 "--device-type",
2626 "Android", 2066 "Android",
2627 "--remote-device", 2067 "--remote-device",
2628 "Nexus 5", 2068 "Nexus 5",
2629 "--remote-device-os", 2069 "--remote-device-os",
2630 "4.4.2", 2070 "4.4.2",
2631 "--collect", 2071 "--collect",
2632 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2072 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2633 "--results-path", 2073 "--results-path",
2634 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 2074 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2635 "--verbose", 2075 "--verbose",
2636 "--json-results-file", 2076 "--json-results-file",
2637 "/path/to/tmp/json", 2077 "/path/to/tmp/json",
2638 "--release" 2078 "--release"
2639 ], 2079 ],
2640 "cwd": "[SLAVE_BUILD]", 2080 "cwd": "[SLAVE_BUILD]",
2641 "name": "[collect] sync_unit_tests", 2081 "name": "[collect] sync_unit_tests",
2642 "~followup_annotations": [ 2082 "~followup_annotations": [
2643 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2083 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2644 ] 2084 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2689 "http", 2129 "http",
2690 "--device-type", 2130 "--device-type",
2691 "Android", 2131 "Android",
2692 "--remote-device", 2132 "--remote-device",
2693 "Nexus 5", 2133 "Nexus 5",
2694 "--remote-device-os", 2134 "--remote-device-os",
2695 "4.4.2", 2135 "4.4.2",
2696 "--collect", 2136 "--collect",
2697 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2137 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2698 "--results-path", 2138 "--results-path",
2699 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 2139 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2700 "--verbose", 2140 "--verbose",
2701 "--json-results-file", 2141 "--json-results-file",
2702 "/path/to/tmp/json", 2142 "/path/to/tmp/json",
2703 "--release" 2143 "--release"
2704 ], 2144 ],
2705 "cwd": "[SLAVE_BUILD]", 2145 "cwd": "[SLAVE_BUILD]",
2706 "name": "[collect] ui_android_unittests", 2146 "name": "[collect] ui_android_unittests",
2707 "~followup_annotations": [ 2147 "~followup_annotations": [
2708 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2148 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2709 ] 2149 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2754 "http", 2194 "http",
2755 "--device-type", 2195 "--device-type",
2756 "Android", 2196 "Android",
2757 "--remote-device", 2197 "--remote-device",
2758 "Nexus 5", 2198 "Nexus 5",
2759 "--remote-device-os", 2199 "--remote-device-os",
2760 "4.4.2", 2200 "4.4.2",
2761 "--collect", 2201 "--collect",
2762 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2202 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2763 "--results-path", 2203 "--results-path",
2764 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 2204 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2765 "--verbose", 2205 "--verbose",
2766 "--json-results-file", 2206 "--json-results-file",
2767 "/path/to/tmp/json", 2207 "/path/to/tmp/json",
2768 "--release" 2208 "--release"
2769 ], 2209 ],
2770 "cwd": "[SLAVE_BUILD]", 2210 "cwd": "[SLAVE_BUILD]",
2771 "name": "[collect] ui_touch_selection_unittests", 2211 "name": "[collect] ui_touch_selection_unittests",
2772 "~followup_annotations": [ 2212 "~followup_annotations": [
2773 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2213 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2774 ] 2214 ]
(...skipping 12 matching lines...) Expand all
2787 "name": "shutdown_device_monitor" 2227 "name": "shutdown_device_monitor"
2788 }, 2228 },
2789 { 2229 {
2790 "cmd": [ 2230 "cmd": [
2791 "python", 2231 "python",
2792 "-u", 2232 "-u",
2793 "[BUILD]/scripts/slave/tee.py", 2233 "[BUILD]/scripts/slave/tee.py",
2794 "[SLAVE_BUILD]/src/out/Release/full_log", 2234 "[SLAVE_BUILD]/src/out/Release/full_log",
2795 "--", 2235 "--",
2796 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 2236 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2797 "[SLAVE_BUILD]/src/out/logcat_dir" 2237 "[SLAVE_BUILD]/src/out/logcat"
2798 ], 2238 ],
2799 "cwd": "[SLAVE_BUILD]", 2239 "cwd": "[SLAVE_BUILD]",
2800 "name": "logcat_dump" 2240 "name": "logcat_dump"
2801 }, 2241 },
2802 { 2242 {
2803 "cmd": [ 2243 "cmd": [
2804 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 2244 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
2805 "--arch", 2245 "--arch",
2806 "arm", 2246 "arm",
2807 "--more-info", 2247 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2285 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2846 "@@@STEP_LOG_END@python.inline@@@" 2286 "@@@STEP_LOG_END@python.inline@@@"
2847 ] 2287 ]
2848 }, 2288 },
2849 { 2289 {
2850 "name": "$result", 2290 "name": "$result",
2851 "reason": "1 tests failed: ['base_unittests']", 2291 "reason": "1 tests failed: ['base_unittests']",
2852 "status_code": 1 2292 "status_code": 1
2853 } 2293 }
2854 ] 2294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698