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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_trigger_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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 "python", 1070 "python",
1071 "-u", 1071 "-u",
1072 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1072 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1073 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1073 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1074 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1074 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1075 ], 1075 ],
1076 "cwd": "[SLAVE_BUILD]", 1076 "cwd": "[SLAVE_BUILD]",
1077 "name": "[trigger] save ui_touch_selection_unittests" 1077 "name": "[trigger] save ui_touch_selection_unittests"
1078 }, 1078 },
1079 { 1079 {
1080 "cmd": [],
1081 "cwd": "[SLAVE_BUILD]",
1082 "name": "AndroidWebViewTest"
1083 },
1084 {
1085 "cmd": [
1086 "[BUILD]/scripts/slave/daemonizer.py",
1087 "--",
1088 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1089 "[TMP_BASE]/logcat_tmp_2"
1090 ],
1091 "cwd": "[SLAVE_BUILD]",
1092 "env": {
1093 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1094 },
1095 "name": "AndroidWebViewTest.spawn_logcat_monitor",
1096 "~followup_annotations": [
1097 "@@@STEP_NEST_LEVEL@1@@@"
1098 ]
1099 },
1100 {
1101 "cmd": [ 1080 "cmd": [
1102 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1081 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1103 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 1082 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1104 "-v", 1083 "-v",
1105 "--blacklist-file", 1084 "--blacklist-file",
1106 "[SLAVE_BUILD]/src/out/bad_devices.json", 1085 "[SLAVE_BUILD]/src/out/bad_devices.json",
1107 "--release" 1086 "--release"
1108 ], 1087 ],
1109 "cwd": "[SLAVE_BUILD]", 1088 "cwd": "[SLAVE_BUILD]",
1110 "env": { 1089 "env": {
1111 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1090 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1112 }, 1091 },
1113 "name": "AndroidWebViewTest.install AndroidWebView.apk", 1092 "name": "install AndroidWebView.apk"
1114 "~followup_annotations": [
1115 "@@@STEP_NEST_LEVEL@1@@@"
1116 ]
1117 }, 1093 },
1118 { 1094 {
1119 "cmd": [ 1095 "cmd": [
1120 "python", 1096 "python",
1121 "-u", 1097 "-u",
1122 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1098 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1123 "instrumentation", 1099 "instrumentation",
1124 "--test-apk", 1100 "--test-apk",
1125 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 1101 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1126 "--blacklist-file", 1102 "--blacklist-file",
1127 "[SLAVE_BUILD]/src/out/bad_devices.json", 1103 "[SLAVE_BUILD]/src/out/bad_devices.json",
1128 "--apk-under-test", 1104 "--apk-under-test",
1129 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 1105 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1130 "--isolate-file-path", 1106 "--isolate-file-path",
1131 "android_webview/android_webview_test_apk.isolate", 1107 "android_webview/android_webview_test_apk.isolate",
1132 "--flakiness-dashboard-server", 1108 "--flakiness-dashboard-server",
1133 "test-results.appspot.com", 1109 "test-results.appspot.com",
1134 "--verbose", 1110 "--verbose",
1135 "--release", 1111 "--release",
1136 "--json-results-file", 1112 "--json-results-file",
1137 "/path/to/tmp/json" 1113 "/path/to/tmp/json"
1138 ], 1114 ],
1139 "cwd": "[SLAVE_BUILD]", 1115 "cwd": "[SLAVE_BUILD]",
1140 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest", 1116 "name": "Instrumentation test AndroidWebViewTest",
1141 "~followup_annotations": [ 1117 "~followup_annotations": [
1142 "@@@STEP_NEST_LEVEL@1@@@" 1118 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1143 ] 1119 ]
1144 }, 1120 },
1145 { 1121 {
1146 "cmd": [
1147 "python",
1148 "-u",
1149 "[BUILD]/scripts/slave/tee.py",
1150 "/path/to/tmp/logcat",
1151 "--",
1152 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1153 "[TMP_BASE]/logcat_tmp_2"
1154 ],
1155 "cwd": "[SLAVE_BUILD]",
1156 "name": "AndroidWebViewTest.logcat_dump",
1157 "~followup_annotations": [
1158 "@@@STEP_NEST_LEVEL@1@@@"
1159 ]
1160 },
1161 {
1162 "cmd": [],
1163 "cwd": "[SLAVE_BUILD]",
1164 "name": "ContentShellTest"
1165 },
1166 {
1167 "cmd": [
1168 "[BUILD]/scripts/slave/daemonizer.py",
1169 "--",
1170 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1171 "[TMP_BASE]/logcat_tmp_3"
1172 ],
1173 "cwd": "[SLAVE_BUILD]",
1174 "env": {
1175 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1176 },
1177 "name": "ContentShellTest.spawn_logcat_monitor",
1178 "~followup_annotations": [
1179 "@@@STEP_NEST_LEVEL@1@@@"
1180 ]
1181 },
1182 {
1183 "cmd": [ 1122 "cmd": [
1184 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1123 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1185 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 1124 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1186 "-v", 1125 "-v",
1187 "--blacklist-file", 1126 "--blacklist-file",
1188 "[SLAVE_BUILD]/src/out/bad_devices.json", 1127 "[SLAVE_BUILD]/src/out/bad_devices.json",
1189 "--release" 1128 "--release"
1190 ], 1129 ],
1191 "cwd": "[SLAVE_BUILD]", 1130 "cwd": "[SLAVE_BUILD]",
1192 "env": { 1131 "env": {
1193 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1132 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1194 }, 1133 },
1195 "name": "ContentShellTest.install ContentShell.apk", 1134 "name": "install ContentShell.apk"
1196 "~followup_annotations": [
1197 "@@@STEP_NEST_LEVEL@1@@@"
1198 ]
1199 }, 1135 },
1200 { 1136 {
1201 "cmd": [ 1137 "cmd": [
1202 "python", 1138 "python",
1203 "-u", 1139 "-u",
1204 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1140 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1205 "instrumentation", 1141 "instrumentation",
1206 "--test-apk", 1142 "--test-apk",
1207 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", 1143 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1208 "--blacklist-file", 1144 "--blacklist-file",
1209 "[SLAVE_BUILD]/src/out/bad_devices.json", 1145 "[SLAVE_BUILD]/src/out/bad_devices.json",
1210 "--apk-under-test", 1146 "--apk-under-test",
1211 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 1147 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1212 "--isolate-file-path", 1148 "--isolate-file-path",
1213 "content/content_shell_test_apk.isolate", 1149 "content/content_shell_test_apk.isolate",
1214 "--flakiness-dashboard-server", 1150 "--flakiness-dashboard-server",
1215 "test-results.appspot.com", 1151 "test-results.appspot.com",
1216 "--verbose", 1152 "--verbose",
1217 "--release", 1153 "--release",
1218 "--json-results-file", 1154 "--json-results-file",
1219 "/path/to/tmp/json" 1155 "/path/to/tmp/json"
1220 ], 1156 ],
1221 "cwd": "[SLAVE_BUILD]", 1157 "cwd": "[SLAVE_BUILD]",
1222 "name": "ContentShellTest.Instrumentation test ContentShellTest", 1158 "name": "Instrumentation test ContentShellTest",
1223 "~followup_annotations": [ 1159 "~followup_annotations": [
1224 "@@@STEP_NEST_LEVEL@1@@@" 1160 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1225 ] 1161 ]
1226 }, 1162 },
1227 { 1163 {
1228 "cmd": [
1229 "python",
1230 "-u",
1231 "[BUILD]/scripts/slave/tee.py",
1232 "/path/to/tmp/logcat",
1233 "--",
1234 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1235 "[TMP_BASE]/logcat_tmp_3"
1236 ],
1237 "cwd": "[SLAVE_BUILD]",
1238 "name": "ContentShellTest.logcat_dump",
1239 "~followup_annotations": [
1240 "@@@STEP_NEST_LEVEL@1@@@"
1241 ]
1242 },
1243 {
1244 "cmd": [],
1245 "cwd": "[SLAVE_BUILD]",
1246 "name": "ChromePublicTest"
1247 },
1248 {
1249 "cmd": [
1250 "[BUILD]/scripts/slave/daemonizer.py",
1251 "--",
1252 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1253 "[TMP_BASE]/logcat_tmp_4"
1254 ],
1255 "cwd": "[SLAVE_BUILD]",
1256 "env": {
1257 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1258 },
1259 "name": "ChromePublicTest.spawn_logcat_monitor",
1260 "~followup_annotations": [
1261 "@@@STEP_NEST_LEVEL@1@@@"
1262 ]
1263 },
1264 {
1265 "cmd": [ 1164 "cmd": [
1266 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1165 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1267 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 1166 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1268 "-v", 1167 "-v",
1269 "--blacklist-file", 1168 "--blacklist-file",
1270 "[SLAVE_BUILD]/src/out/bad_devices.json", 1169 "[SLAVE_BUILD]/src/out/bad_devices.json",
1271 "--release" 1170 "--release"
1272 ], 1171 ],
1273 "cwd": "[SLAVE_BUILD]", 1172 "cwd": "[SLAVE_BUILD]",
1274 "env": { 1173 "env": {
1275 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1276 }, 1175 },
1277 "name": "ChromePublicTest.install ChromePublic.apk", 1176 "name": "install ChromePublic.apk"
1278 "~followup_annotations": [
1279 "@@@STEP_NEST_LEVEL@1@@@"
1280 ]
1281 }, 1177 },
1282 { 1178 {
1283 "cmd": [ 1179 "cmd": [
1284 "python", 1180 "python",
1285 "-u", 1181 "-u",
1286 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1182 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1287 "instrumentation", 1183 "instrumentation",
1288 "--test-apk", 1184 "--test-apk",
1289 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", 1185 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1290 "--blacklist-file", 1186 "--blacklist-file",
1291 "[SLAVE_BUILD]/src/out/bad_devices.json", 1187 "[SLAVE_BUILD]/src/out/bad_devices.json",
1292 "--apk-under-test", 1188 "--apk-under-test",
1293 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 1189 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1294 "--isolate-file-path", 1190 "--isolate-file-path",
1295 "chrome/chrome_public_test_apk.isolate", 1191 "chrome/chrome_public_test_apk.isolate",
1296 "--flakiness-dashboard-server", 1192 "--flakiness-dashboard-server",
1297 "test-results.appspot.com", 1193 "test-results.appspot.com",
1298 "--verbose", 1194 "--verbose",
1299 "--release", 1195 "--release",
1300 "--json-results-file", 1196 "--json-results-file",
1301 "/path/to/tmp/json" 1197 "/path/to/tmp/json"
1302 ], 1198 ],
1303 "cwd": "[SLAVE_BUILD]", 1199 "cwd": "[SLAVE_BUILD]",
1304 "name": "ChromePublicTest.Instrumentation test ChromePublicTest", 1200 "name": "Instrumentation test ChromePublicTest",
1305 "~followup_annotations": [ 1201 "~followup_annotations": [
1306 "@@@STEP_NEST_LEVEL@1@@@" 1202 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1307 ] 1203 ]
1308 }, 1204 },
1309 { 1205 {
1310 "cmd": [
1311 "python",
1312 "-u",
1313 "[BUILD]/scripts/slave/tee.py",
1314 "/path/to/tmp/logcat",
1315 "--",
1316 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1317 "[TMP_BASE]/logcat_tmp_4"
1318 ],
1319 "cwd": "[SLAVE_BUILD]",
1320 "name": "ChromePublicTest.logcat_dump",
1321 "~followup_annotations": [
1322 "@@@STEP_NEST_LEVEL@1@@@"
1323 ]
1324 },
1325 {
1326 "cmd": [],
1327 "cwd": "[SLAVE_BUILD]",
1328 "name": "ChromeSyncShellTest"
1329 },
1330 {
1331 "cmd": [
1332 "[BUILD]/scripts/slave/daemonizer.py",
1333 "--",
1334 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1335 "[TMP_BASE]/logcat_tmp_5"
1336 ],
1337 "cwd": "[SLAVE_BUILD]",
1338 "env": {
1339 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1340 },
1341 "name": "ChromeSyncShellTest.spawn_logcat_monitor",
1342 "~followup_annotations": [
1343 "@@@STEP_NEST_LEVEL@1@@@"
1344 ]
1345 },
1346 {
1347 "cmd": [ 1206 "cmd": [
1348 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1207 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1349 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 1208 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1350 "-v", 1209 "-v",
1351 "--blacklist-file", 1210 "--blacklist-file",
1352 "[SLAVE_BUILD]/src/out/bad_devices.json", 1211 "[SLAVE_BUILD]/src/out/bad_devices.json",
1353 "--release" 1212 "--release"
1354 ], 1213 ],
1355 "cwd": "[SLAVE_BUILD]", 1214 "cwd": "[SLAVE_BUILD]",
1356 "env": { 1215 "env": {
1357 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1216 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1358 }, 1217 },
1359 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", 1218 "name": "install ChromeSyncShell.apk"
1360 "~followup_annotations": [
1361 "@@@STEP_NEST_LEVEL@1@@@"
1362 ]
1363 }, 1219 },
1364 { 1220 {
1365 "cmd": [ 1221 "cmd": [
1366 "python", 1222 "python",
1367 "-u", 1223 "-u",
1368 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1224 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1369 "instrumentation", 1225 "instrumentation",
1370 "--test-apk", 1226 "--test-apk",
1371 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", 1227 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1372 "--blacklist-file", 1228 "--blacklist-file",
1373 "[SLAVE_BUILD]/src/out/bad_devices.json", 1229 "[SLAVE_BUILD]/src/out/bad_devices.json",
1374 "--apk-under-test", 1230 "--apk-under-test",
1375 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 1231 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1376 "--flakiness-dashboard-server", 1232 "--flakiness-dashboard-server",
1377 "test-results.appspot.com", 1233 "test-results.appspot.com",
1378 "--verbose", 1234 "--verbose",
1379 "--release", 1235 "--release",
1380 "--json-results-file", 1236 "--json-results-file",
1381 "/path/to/tmp/json" 1237 "/path/to/tmp/json"
1382 ], 1238 ],
1383 "cwd": "[SLAVE_BUILD]", 1239 "cwd": "[SLAVE_BUILD]",
1384 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest", 1240 "name": "Instrumentation test ChromeSyncShellTest",
1385 "~followup_annotations": [ 1241 "~followup_annotations": [
1386 "@@@STEP_NEST_LEVEL@1@@@" 1242 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1387 ] 1243 ]
1388 }, 1244 },
1389 { 1245 {
1390 "cmd": [
1391 "python",
1392 "-u",
1393 "[BUILD]/scripts/slave/tee.py",
1394 "/path/to/tmp/logcat",
1395 "--",
1396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1397 "[TMP_BASE]/logcat_tmp_5"
1398 ],
1399 "cwd": "[SLAVE_BUILD]",
1400 "name": "ChromeSyncShellTest.logcat_dump",
1401 "~followup_annotations": [
1402 "@@@STEP_NEST_LEVEL@1@@@"
1403 ]
1404 },
1405 {
1406 "cmd": [],
1407 "cwd": "[SLAVE_BUILD]",
1408 "name": "base_unittests"
1409 },
1410 {
1411 "cmd": [
1412 "[BUILD]/scripts/slave/daemonizer.py",
1413 "--",
1414 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1415 "[TMP_BASE]/logcat_tmp_6"
1416 ],
1417 "cwd": "[SLAVE_BUILD]",
1418 "env": {
1419 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1420 },
1421 "name": "base_unittests.spawn_logcat_monitor",
1422 "~followup_annotations": [
1423 "@@@STEP_NEST_LEVEL@1@@@"
1424 ]
1425 },
1426 {
1427 "cmd": [ 1246 "cmd": [
1428 "python", 1247 "python",
1429 "-u", 1248 "-u",
1430 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1249 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1431 "gtest", 1250 "gtest",
1432 "-s", 1251 "-s",
1433 "base_unittests", 1252 "base_unittests",
1434 "--blacklist-file", 1253 "--blacklist-file",
1435 "[SLAVE_BUILD]/src/out/bad_devices.json", 1254 "[SLAVE_BUILD]/src/out/bad_devices.json",
1436 "--verbose", 1255 "--verbose",
1437 "--release", 1256 "--release",
1438 "--flakiness-dashboard-server=test-results.appspot.com", 1257 "--flakiness-dashboard-server=test-results.appspot.com",
1439 "--json-results-file", 1258 "--json-results-file",
1440 "/path/to/tmp/json" 1259 "/path/to/tmp/json"
1441 ], 1260 ],
1442 "cwd": "[SLAVE_BUILD]", 1261 "cwd": "[SLAVE_BUILD]",
1443 "env": { 1262 "env": {
1444 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1263 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1445 }, 1264 },
1446 "name": "base_unittests.base_unittests", 1265 "name": "base_unittests"
1447 "~followup_annotations": [
1448 "@@@STEP_NEST_LEVEL@1@@@"
1449 ]
1450 }, 1266 },
1451 { 1267 {
1452 "cmd": [ 1268 "cmd": [
1453 "python",
1454 "-u",
1455 "[BUILD]/scripts/slave/tee.py",
1456 "/path/to/tmp/logcat",
1457 "--",
1458 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1459 "[TMP_BASE]/logcat_tmp_6"
1460 ],
1461 "cwd": "[SLAVE_BUILD]",
1462 "name": "base_unittests.logcat_dump",
1463 "~followup_annotations": [
1464 "@@@STEP_NEST_LEVEL@1@@@"
1465 ]
1466 },
1467 {
1468 "cmd": [],
1469 "cwd": "[SLAVE_BUILD]",
1470 "name": "breakpad_unittests"
1471 },
1472 {
1473 "cmd": [
1474 "[BUILD]/scripts/slave/daemonizer.py",
1475 "--",
1476 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1477 "[TMP_BASE]/logcat_tmp_7"
1478 ],
1479 "cwd": "[SLAVE_BUILD]",
1480 "env": {
1481 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1482 },
1483 "name": "breakpad_unittests.spawn_logcat_monitor",
1484 "~followup_annotations": [
1485 "@@@STEP_NEST_LEVEL@1@@@"
1486 ]
1487 },
1488 {
1489 "cmd": [
1490 "python", 1269 "python",
1491 "-u", 1270 "-u",
1492 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1271 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1493 "gtest", 1272 "gtest",
1494 "-s", 1273 "-s",
1495 "breakpad_unittests", 1274 "breakpad_unittests",
1496 "--blacklist-file", 1275 "--blacklist-file",
1497 "[SLAVE_BUILD]/src/out/bad_devices.json", 1276 "[SLAVE_BUILD]/src/out/bad_devices.json",
1498 "--verbose", 1277 "--verbose",
1499 "--release", 1278 "--release",
1500 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ", 1279 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1501 "--flakiness-dashboard-server=test-results.appspot.com", 1280 "--flakiness-dashboard-server=test-results.appspot.com",
1502 "--json-results-file", 1281 "--json-results-file",
1503 "/path/to/tmp/json" 1282 "/path/to/tmp/json"
1504 ], 1283 ],
1505 "cwd": "[SLAVE_BUILD]", 1284 "cwd": "[SLAVE_BUILD]",
1506 "env": { 1285 "env": {
1507 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1508 }, 1287 },
1509 "name": "breakpad_unittests.breakpad_unittests", 1288 "name": "breakpad_unittests"
1510 "~followup_annotations": [
1511 "@@@STEP_NEST_LEVEL@1@@@"
1512 ]
1513 }, 1289 },
1514 { 1290 {
1515 "cmd": [ 1291 "cmd": [
1516 "python",
1517 "-u",
1518 "[BUILD]/scripts/slave/tee.py",
1519 "/path/to/tmp/logcat",
1520 "--",
1521 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1522 "[TMP_BASE]/logcat_tmp_7"
1523 ],
1524 "cwd": "[SLAVE_BUILD]",
1525 "name": "breakpad_unittests.logcat_dump",
1526 "~followup_annotations": [
1527 "@@@STEP_NEST_LEVEL@1@@@"
1528 ]
1529 },
1530 {
1531 "cmd": [],
1532 "cwd": "[SLAVE_BUILD]",
1533 "name": "cc_unittests"
1534 },
1535 {
1536 "cmd": [
1537 "[BUILD]/scripts/slave/daemonizer.py",
1538 "--",
1539 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1540 "[TMP_BASE]/logcat_tmp_8"
1541 ],
1542 "cwd": "[SLAVE_BUILD]",
1543 "env": {
1544 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1545 },
1546 "name": "cc_unittests.spawn_logcat_monitor",
1547 "~followup_annotations": [
1548 "@@@STEP_NEST_LEVEL@1@@@"
1549 ]
1550 },
1551 {
1552 "cmd": [
1553 "python", 1292 "python",
1554 "-u", 1293 "-u",
1555 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1294 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1556 "gtest", 1295 "gtest",
1557 "-s", 1296 "-s",
1558 "cc_unittests", 1297 "cc_unittests",
1559 "--blacklist-file", 1298 "--blacklist-file",
1560 "[SLAVE_BUILD]/src/out/bad_devices.json", 1299 "[SLAVE_BUILD]/src/out/bad_devices.json",
1561 "--verbose", 1300 "--verbose",
1562 "--release", 1301 "--release",
1563 "--flakiness-dashboard-server=test-results.appspot.com", 1302 "--flakiness-dashboard-server=test-results.appspot.com",
1564 "--json-results-file", 1303 "--json-results-file",
1565 "/path/to/tmp/json" 1304 "/path/to/tmp/json"
1566 ], 1305 ],
1567 "cwd": "[SLAVE_BUILD]", 1306 "cwd": "[SLAVE_BUILD]",
1568 "env": { 1307 "env": {
1569 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1308 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1570 }, 1309 },
1571 "name": "cc_unittests.cc_unittests", 1310 "name": "cc_unittests"
1572 "~followup_annotations": [
1573 "@@@STEP_NEST_LEVEL@1@@@"
1574 ]
1575 }, 1311 },
1576 { 1312 {
1577 "cmd": [ 1313 "cmd": [
1578 "python",
1579 "-u",
1580 "[BUILD]/scripts/slave/tee.py",
1581 "/path/to/tmp/logcat",
1582 "--",
1583 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1584 "[TMP_BASE]/logcat_tmp_8"
1585 ],
1586 "cwd": "[SLAVE_BUILD]",
1587 "name": "cc_unittests.logcat_dump",
1588 "~followup_annotations": [
1589 "@@@STEP_NEST_LEVEL@1@@@"
1590 ]
1591 },
1592 {
1593 "cmd": [],
1594 "cwd": "[SLAVE_BUILD]",
1595 "name": "content_browsertests"
1596 },
1597 {
1598 "cmd": [
1599 "[BUILD]/scripts/slave/daemonizer.py",
1600 "--",
1601 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1602 "[TMP_BASE]/logcat_tmp_9"
1603 ],
1604 "cwd": "[SLAVE_BUILD]",
1605 "env": {
1606 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1607 },
1608 "name": "content_browsertests.spawn_logcat_monitor",
1609 "~followup_annotations": [
1610 "@@@STEP_NEST_LEVEL@1@@@"
1611 ]
1612 },
1613 {
1614 "cmd": [
1615 "python", 1314 "python",
1616 "-u", 1315 "-u",
1617 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1316 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1618 "gtest", 1317 "gtest",
1619 "-s", 1318 "-s",
1620 "content_browsertests", 1319 "content_browsertests",
1621 "--blacklist-file", 1320 "--blacklist-file",
1622 "[SLAVE_BUILD]/src/out/bad_devices.json", 1321 "[SLAVE_BUILD]/src/out/bad_devices.json",
1623 "--verbose", 1322 "--verbose",
1624 "--release", 1323 "--release",
1625 "--flakiness-dashboard-server=test-results.appspot.com", 1324 "--flakiness-dashboard-server=test-results.appspot.com",
1626 "--json-results-file", 1325 "--json-results-file",
1627 "/path/to/tmp/json" 1326 "/path/to/tmp/json"
1628 ], 1327 ],
1629 "cwd": "[SLAVE_BUILD]", 1328 "cwd": "[SLAVE_BUILD]",
1630 "env": { 1329 "env": {
1631 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1330 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1632 }, 1331 },
1633 "name": "content_browsertests.content_browsertests", 1332 "name": "content_browsertests"
1634 "~followup_annotations": [
1635 "@@@STEP_NEST_LEVEL@1@@@"
1636 ]
1637 }, 1333 },
1638 { 1334 {
1639 "cmd": [ 1335 "cmd": [
1640 "python",
1641 "-u",
1642 "[BUILD]/scripts/slave/tee.py",
1643 "/path/to/tmp/logcat",
1644 "--",
1645 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1646 "[TMP_BASE]/logcat_tmp_9"
1647 ],
1648 "cwd": "[SLAVE_BUILD]",
1649 "name": "content_browsertests.logcat_dump",
1650 "~followup_annotations": [
1651 "@@@STEP_NEST_LEVEL@1@@@"
1652 ]
1653 },
1654 {
1655 "cmd": [],
1656 "cwd": "[SLAVE_BUILD]",
1657 "name": "content_unittests"
1658 },
1659 {
1660 "cmd": [
1661 "[BUILD]/scripts/slave/daemonizer.py",
1662 "--",
1663 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1664 "[TMP_BASE]/logcat_tmp_10"
1665 ],
1666 "cwd": "[SLAVE_BUILD]",
1667 "env": {
1668 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1669 },
1670 "name": "content_unittests.spawn_logcat_monitor",
1671 "~followup_annotations": [
1672 "@@@STEP_NEST_LEVEL@1@@@"
1673 ]
1674 },
1675 {
1676 "cmd": [
1677 "python", 1336 "python",
1678 "-u", 1337 "-u",
1679 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1338 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1680 "gtest", 1339 "gtest",
1681 "-s", 1340 "-s",
1682 "content_unittests", 1341 "content_unittests",
1683 "--blacklist-file", 1342 "--blacklist-file",
1684 "[SLAVE_BUILD]/src/out/bad_devices.json", 1343 "[SLAVE_BUILD]/src/out/bad_devices.json",
1685 "--verbose", 1344 "--verbose",
1686 "--release", 1345 "--release",
1687 "--flakiness-dashboard-server=test-results.appspot.com", 1346 "--flakiness-dashboard-server=test-results.appspot.com",
1688 "--json-results-file", 1347 "--json-results-file",
1689 "/path/to/tmp/json" 1348 "/path/to/tmp/json"
1690 ], 1349 ],
1691 "cwd": "[SLAVE_BUILD]", 1350 "cwd": "[SLAVE_BUILD]",
1692 "env": { 1351 "env": {
1693 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1352 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1694 }, 1353 },
1695 "name": "content_unittests.content_unittests", 1354 "name": "content_unittests"
1696 "~followup_annotations": [
1697 "@@@STEP_NEST_LEVEL@1@@@"
1698 ]
1699 }, 1355 },
1700 { 1356 {
1701 "cmd": [ 1357 "cmd": [
1702 "python",
1703 "-u",
1704 "[BUILD]/scripts/slave/tee.py",
1705 "/path/to/tmp/logcat",
1706 "--",
1707 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1708 "[TMP_BASE]/logcat_tmp_10"
1709 ],
1710 "cwd": "[SLAVE_BUILD]",
1711 "name": "content_unittests.logcat_dump",
1712 "~followup_annotations": [
1713 "@@@STEP_NEST_LEVEL@1@@@"
1714 ]
1715 },
1716 {
1717 "cmd": [],
1718 "cwd": "[SLAVE_BUILD]",
1719 "name": "gpu_unittests"
1720 },
1721 {
1722 "cmd": [
1723 "[BUILD]/scripts/slave/daemonizer.py",
1724 "--",
1725 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1726 "[TMP_BASE]/logcat_tmp_11"
1727 ],
1728 "cwd": "[SLAVE_BUILD]",
1729 "env": {
1730 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1731 },
1732 "name": "gpu_unittests.spawn_logcat_monitor",
1733 "~followup_annotations": [
1734 "@@@STEP_NEST_LEVEL@1@@@"
1735 ]
1736 },
1737 {
1738 "cmd": [
1739 "python", 1358 "python",
1740 "-u", 1359 "-u",
1741 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1360 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1742 "gtest", 1361 "gtest",
1743 "-s", 1362 "-s",
1744 "gpu_unittests", 1363 "gpu_unittests",
1745 "--blacklist-file", 1364 "--blacklist-file",
1746 "[SLAVE_BUILD]/src/out/bad_devices.json", 1365 "[SLAVE_BUILD]/src/out/bad_devices.json",
1747 "--verbose", 1366 "--verbose",
1748 "--release", 1367 "--release",
1749 "--flakiness-dashboard-server=test-results.appspot.com", 1368 "--flakiness-dashboard-server=test-results.appspot.com",
1750 "--json-results-file", 1369 "--json-results-file",
1751 "/path/to/tmp/json" 1370 "/path/to/tmp/json"
1752 ], 1371 ],
1753 "cwd": "[SLAVE_BUILD]", 1372 "cwd": "[SLAVE_BUILD]",
1754 "env": { 1373 "env": {
1755 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1374 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1756 }, 1375 },
1757 "name": "gpu_unittests.gpu_unittests", 1376 "name": "gpu_unittests"
1758 "~followup_annotations": [
1759 "@@@STEP_NEST_LEVEL@1@@@"
1760 ]
1761 }, 1377 },
1762 { 1378 {
1763 "cmd": [ 1379 "cmd": [
1764 "python",
1765 "-u",
1766 "[BUILD]/scripts/slave/tee.py",
1767 "/path/to/tmp/logcat",
1768 "--",
1769 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1770 "[TMP_BASE]/logcat_tmp_11"
1771 ],
1772 "cwd": "[SLAVE_BUILD]",
1773 "name": "gpu_unittests.logcat_dump",
1774 "~followup_annotations": [
1775 "@@@STEP_NEST_LEVEL@1@@@"
1776 ]
1777 },
1778 {
1779 "cmd": [],
1780 "cwd": "[SLAVE_BUILD]",
1781 "name": "media_unittests"
1782 },
1783 {
1784 "cmd": [
1785 "[BUILD]/scripts/slave/daemonizer.py",
1786 "--",
1787 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1788 "[TMP_BASE]/logcat_tmp_12"
1789 ],
1790 "cwd": "[SLAVE_BUILD]",
1791 "env": {
1792 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1793 },
1794 "name": "media_unittests.spawn_logcat_monitor",
1795 "~followup_annotations": [
1796 "@@@STEP_NEST_LEVEL@1@@@"
1797 ]
1798 },
1799 {
1800 "cmd": [
1801 "python", 1380 "python",
1802 "-u", 1381 "-u",
1803 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1382 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1804 "gtest", 1383 "gtest",
1805 "-s", 1384 "-s",
1806 "media_unittests", 1385 "media_unittests",
1807 "--blacklist-file", 1386 "--blacklist-file",
1808 "[SLAVE_BUILD]/src/out/bad_devices.json", 1387 "[SLAVE_BUILD]/src/out/bad_devices.json",
1809 "--verbose", 1388 "--verbose",
1810 "--release", 1389 "--release",
1811 "--flakiness-dashboard-server=test-results.appspot.com", 1390 "--flakiness-dashboard-server=test-results.appspot.com",
1812 "--json-results-file", 1391 "--json-results-file",
1813 "/path/to/tmp/json" 1392 "/path/to/tmp/json"
1814 ], 1393 ],
1815 "cwd": "[SLAVE_BUILD]", 1394 "cwd": "[SLAVE_BUILD]",
1816 "env": { 1395 "env": {
1817 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1396 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1818 }, 1397 },
1819 "name": "media_unittests.media_unittests", 1398 "name": "media_unittests"
1820 "~followup_annotations": [
1821 "@@@STEP_NEST_LEVEL@1@@@"
1822 ]
1823 }, 1399 },
1824 { 1400 {
1825 "cmd": [ 1401 "cmd": [
1826 "python",
1827 "-u",
1828 "[BUILD]/scripts/slave/tee.py",
1829 "/path/to/tmp/logcat",
1830 "--",
1831 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1832 "[TMP_BASE]/logcat_tmp_12"
1833 ],
1834 "cwd": "[SLAVE_BUILD]",
1835 "name": "media_unittests.logcat_dump",
1836 "~followup_annotations": [
1837 "@@@STEP_NEST_LEVEL@1@@@"
1838 ]
1839 },
1840 {
1841 "cmd": [],
1842 "cwd": "[SLAVE_BUILD]",
1843 "name": "net_unittests"
1844 },
1845 {
1846 "cmd": [
1847 "[BUILD]/scripts/slave/daemonizer.py",
1848 "--",
1849 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1850 "[TMP_BASE]/logcat_tmp_13"
1851 ],
1852 "cwd": "[SLAVE_BUILD]",
1853 "env": {
1854 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1855 },
1856 "name": "net_unittests.spawn_logcat_monitor",
1857 "~followup_annotations": [
1858 "@@@STEP_NEST_LEVEL@1@@@"
1859 ]
1860 },
1861 {
1862 "cmd": [
1863 "python", 1402 "python",
1864 "-u", 1403 "-u",
1865 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1404 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1866 "gtest", 1405 "gtest",
1867 "-s", 1406 "-s",
1868 "net_unittests", 1407 "net_unittests",
1869 "--blacklist-file", 1408 "--blacklist-file",
1870 "[SLAVE_BUILD]/src/out/bad_devices.json", 1409 "[SLAVE_BUILD]/src/out/bad_devices.json",
1871 "--verbose", 1410 "--verbose",
1872 "--release", 1411 "--release",
1873 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", 1412 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
1874 "--flakiness-dashboard-server=test-results.appspot.com", 1413 "--flakiness-dashboard-server=test-results.appspot.com",
1875 "--json-results-file", 1414 "--json-results-file",
1876 "/path/to/tmp/json", 1415 "/path/to/tmp/json",
1877 "-t", 1416 "-t",
1878 "300" 1417 "300"
1879 ], 1418 ],
1880 "cwd": "[SLAVE_BUILD]", 1419 "cwd": "[SLAVE_BUILD]",
1881 "env": { 1420 "env": {
1882 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1421 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1883 }, 1422 },
1884 "name": "net_unittests.net_unittests", 1423 "name": "net_unittests"
1885 "~followup_annotations": [
1886 "@@@STEP_NEST_LEVEL@1@@@"
1887 ]
1888 }, 1424 },
1889 { 1425 {
1890 "cmd": [ 1426 "cmd": [
1891 "python",
1892 "-u",
1893 "[BUILD]/scripts/slave/tee.py",
1894 "/path/to/tmp/logcat",
1895 "--",
1896 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1897 "[TMP_BASE]/logcat_tmp_13"
1898 ],
1899 "cwd": "[SLAVE_BUILD]",
1900 "name": "net_unittests.logcat_dump",
1901 "~followup_annotations": [
1902 "@@@STEP_NEST_LEVEL@1@@@"
1903 ]
1904 },
1905 {
1906 "cmd": [],
1907 "cwd": "[SLAVE_BUILD]",
1908 "name": "sandbox_linux_unittests"
1909 },
1910 {
1911 "cmd": [
1912 "[BUILD]/scripts/slave/daemonizer.py",
1913 "--",
1914 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1915 "[TMP_BASE]/logcat_tmp_14"
1916 ],
1917 "cwd": "[SLAVE_BUILD]",
1918 "env": {
1919 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1920 },
1921 "name": "sandbox_linux_unittests.spawn_logcat_monitor",
1922 "~followup_annotations": [
1923 "@@@STEP_NEST_LEVEL@1@@@"
1924 ]
1925 },
1926 {
1927 "cmd": [
1928 "python", 1427 "python",
1929 "-u", 1428 "-u",
1930 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1429 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1931 "gtest", 1430 "gtest",
1932 "-s", 1431 "-s",
1933 "sandbox_linux_unittests", 1432 "sandbox_linux_unittests",
1934 "--blacklist-file", 1433 "--blacklist-file",
1935 "[SLAVE_BUILD]/src/out/bad_devices.json", 1434 "[SLAVE_BUILD]/src/out/bad_devices.json",
1936 "--verbose", 1435 "--verbose",
1937 "--release", 1436 "--release",
1938 "--flakiness-dashboard-server=test-results.appspot.com", 1437 "--flakiness-dashboard-server=test-results.appspot.com",
1939 "--json-results-file", 1438 "--json-results-file",
1940 "/path/to/tmp/json" 1439 "/path/to/tmp/json"
1941 ], 1440 ],
1942 "cwd": "[SLAVE_BUILD]", 1441 "cwd": "[SLAVE_BUILD]",
1943 "env": { 1442 "env": {
1944 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1443 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1945 }, 1444 },
1946 "name": "sandbox_linux_unittests.sandbox_linux_unittests", 1445 "name": "sandbox_linux_unittests"
1947 "~followup_annotations": [
1948 "@@@STEP_NEST_LEVEL@1@@@"
1949 ]
1950 }, 1446 },
1951 { 1447 {
1952 "cmd": [ 1448 "cmd": [
1953 "python",
1954 "-u",
1955 "[BUILD]/scripts/slave/tee.py",
1956 "/path/to/tmp/logcat",
1957 "--",
1958 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1959 "[TMP_BASE]/logcat_tmp_14"
1960 ],
1961 "cwd": "[SLAVE_BUILD]",
1962 "name": "sandbox_linux_unittests.logcat_dump",
1963 "~followup_annotations": [
1964 "@@@STEP_NEST_LEVEL@1@@@"
1965 ]
1966 },
1967 {
1968 "cmd": [],
1969 "cwd": "[SLAVE_BUILD]",
1970 "name": "ui_base_unittests"
1971 },
1972 {
1973 "cmd": [
1974 "[BUILD]/scripts/slave/daemonizer.py",
1975 "--",
1976 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1977 "[TMP_BASE]/logcat_tmp_15"
1978 ],
1979 "cwd": "[SLAVE_BUILD]",
1980 "env": {
1981 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1982 },
1983 "name": "ui_base_unittests.spawn_logcat_monitor",
1984 "~followup_annotations": [
1985 "@@@STEP_NEST_LEVEL@1@@@"
1986 ]
1987 },
1988 {
1989 "cmd": [
1990 "python", 1449 "python",
1991 "-u", 1450 "-u",
1992 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1451 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1993 "gtest", 1452 "gtest",
1994 "-s", 1453 "-s",
1995 "ui_base_unittests", 1454 "ui_base_unittests",
1996 "--blacklist-file", 1455 "--blacklist-file",
1997 "[SLAVE_BUILD]/src/out/bad_devices.json", 1456 "[SLAVE_BUILD]/src/out/bad_devices.json",
1998 "--verbose", 1457 "--verbose",
1999 "--release", 1458 "--release",
2000 "--flakiness-dashboard-server=test-results.appspot.com", 1459 "--flakiness-dashboard-server=test-results.appspot.com",
2001 "--json-results-file", 1460 "--json-results-file",
2002 "/path/to/tmp/json" 1461 "/path/to/tmp/json"
2003 ], 1462 ],
2004 "cwd": "[SLAVE_BUILD]", 1463 "cwd": "[SLAVE_BUILD]",
2005 "env": { 1464 "env": {
2006 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1465 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2007 }, 1466 },
2008 "name": "ui_base_unittests.ui_base_unittests", 1467 "name": "ui_base_unittests"
2009 "~followup_annotations": [
2010 "@@@STEP_NEST_LEVEL@1@@@"
2011 ]
2012 }, 1468 },
2013 { 1469 {
2014 "cmd": [ 1470 "cmd": [
2015 "python",
2016 "-u",
2017 "[BUILD]/scripts/slave/tee.py",
2018 "/path/to/tmp/logcat",
2019 "--",
2020 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2021 "[TMP_BASE]/logcat_tmp_15"
2022 ],
2023 "cwd": "[SLAVE_BUILD]",
2024 "name": "ui_base_unittests.logcat_dump",
2025 "~followup_annotations": [
2026 "@@@STEP_NEST_LEVEL@1@@@"
2027 ]
2028 },
2029 {
2030 "cmd": [],
2031 "cwd": "[SLAVE_BUILD]",
2032 "name": "unit_tests"
2033 },
2034 {
2035 "cmd": [
2036 "[BUILD]/scripts/slave/daemonizer.py",
2037 "--",
2038 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2039 "[TMP_BASE]/logcat_tmp_16"
2040 ],
2041 "cwd": "[SLAVE_BUILD]",
2042 "env": {
2043 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2044 },
2045 "name": "unit_tests.spawn_logcat_monitor",
2046 "~followup_annotations": [
2047 "@@@STEP_NEST_LEVEL@1@@@"
2048 ]
2049 },
2050 {
2051 "cmd": [
2052 "python", 1471 "python",
2053 "-u", 1472 "-u",
2054 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1473 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2055 "gtest", 1474 "gtest",
2056 "-s", 1475 "-s",
2057 "unit_tests", 1476 "unit_tests",
2058 "--blacklist-file", 1477 "--blacklist-file",
2059 "[SLAVE_BUILD]/src/out/bad_devices.json", 1478 "[SLAVE_BUILD]/src/out/bad_devices.json",
2060 "--verbose", 1479 "--verbose",
2061 "--release", 1480 "--release",
2062 "--flakiness-dashboard-server=test-results.appspot.com", 1481 "--flakiness-dashboard-server=test-results.appspot.com",
2063 "--json-results-file", 1482 "--json-results-file",
2064 "/path/to/tmp/json" 1483 "/path/to/tmp/json"
2065 ], 1484 ],
2066 "cwd": "[SLAVE_BUILD]", 1485 "cwd": "[SLAVE_BUILD]",
2067 "env": { 1486 "env": {
2068 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1487 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2069 }, 1488 },
2070 "name": "unit_tests.unit_tests", 1489 "name": "unit_tests"
2071 "~followup_annotations": [
2072 "@@@STEP_NEST_LEVEL@1@@@"
2073 ]
2074 }, 1490 },
2075 { 1491 {
2076 "cmd": [ 1492 "cmd": [
2077 "python",
2078 "-u",
2079 "[BUILD]/scripts/slave/tee.py",
2080 "/path/to/tmp/logcat",
2081 "--",
2082 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2083 "[TMP_BASE]/logcat_tmp_16"
2084 ],
2085 "cwd": "[SLAVE_BUILD]",
2086 "name": "unit_tests.logcat_dump",
2087 "~followup_annotations": [
2088 "@@@STEP_NEST_LEVEL@1@@@"
2089 ]
2090 },
2091 {
2092 "cmd": [
2093 "python", 1493 "python",
2094 "-u", 1494 "-u",
2095 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1495 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2096 "junit", 1496 "junit",
2097 "-s", 1497 "-s",
2098 "junit_unit_tests", 1498 "junit_unit_tests",
2099 "--verbose", 1499 "--verbose",
2100 "--release", 1500 "--release",
2101 "--json-results-file", 1501 "--json-results-file",
2102 "/path/to/tmp/json" 1502 "/path/to/tmp/json"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 "http", 1600 "http",
2201 "--device-type", 1601 "--device-type",
2202 "Android", 1602 "Android",
2203 "--remote-device", 1603 "--remote-device",
2204 "Nexus 5", 1604 "Nexus 5",
2205 "--remote-device-os", 1605 "--remote-device-os",
2206 "4.4.2", 1606 "4.4.2",
2207 "--collect", 1607 "--collect",
2208 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1608 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2209 "--results-path", 1609 "--results-path",
2210 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1610 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2211 "--verbose", 1611 "--verbose",
2212 "--json-results-file", 1612 "--json-results-file",
2213 "/path/to/tmp/json", 1613 "/path/to/tmp/json",
2214 "--release" 1614 "--release"
2215 ], 1615 ],
2216 "cwd": "[SLAVE_BUILD]", 1616 "cwd": "[SLAVE_BUILD]",
2217 "name": "[collect] android_webview_unittests", 1617 "name": "[collect] android_webview_unittests",
2218 "~followup_annotations": [ 1618 "~followup_annotations": [
2219 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1619 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2220 ] 1620 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2267 "http", 1667 "http",
2268 "--device-type", 1668 "--device-type",
2269 "Android", 1669 "Android",
2270 "--remote-device", 1670 "--remote-device",
2271 "Nexus 5", 1671 "Nexus 5",
2272 "--remote-device-os", 1672 "--remote-device-os",
2273 "4.4.2", 1673 "4.4.2",
2274 "--collect", 1674 "--collect",
2275 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1675 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2276 "--results-path", 1676 "--results-path",
2277 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1677 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2278 "--verbose", 1678 "--verbose",
2279 "--json-results-file", 1679 "--json-results-file",
2280 "/path/to/tmp/json", 1680 "/path/to/tmp/json",
2281 "--release" 1681 "--release"
2282 ], 1682 ],
2283 "cwd": "[SLAVE_BUILD]", 1683 "cwd": "[SLAVE_BUILD]",
2284 "name": "[collect] components_unittests", 1684 "name": "[collect] components_unittests",
2285 "~followup_annotations": [ 1685 "~followup_annotations": [
2286 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1686 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2287 ] 1687 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2332 "http", 1732 "http",
2333 "--device-type", 1733 "--device-type",
2334 "Android", 1734 "Android",
2335 "--remote-device", 1735 "--remote-device",
2336 "Nexus 5", 1736 "Nexus 5",
2337 "--remote-device-os", 1737 "--remote-device-os",
2338 "4.4.2", 1738 "4.4.2",
2339 "--collect", 1739 "--collect",
2340 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1740 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2341 "--results-path", 1741 "--results-path",
2342 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1742 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2343 "--verbose", 1743 "--verbose",
2344 "--json-results-file", 1744 "--json-results-file",
2345 "/path/to/tmp/json", 1745 "/path/to/tmp/json",
2346 "--release" 1746 "--release"
2347 ], 1747 ],
2348 "cwd": "[SLAVE_BUILD]", 1748 "cwd": "[SLAVE_BUILD]",
2349 "name": "[collect] events_unittests", 1749 "name": "[collect] events_unittests",
2350 "~followup_annotations": [ 1750 "~followup_annotations": [
2351 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1751 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2352 ] 1752 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2397 "http", 1797 "http",
2398 "--device-type", 1798 "--device-type",
2399 "Android", 1799 "Android",
2400 "--remote-device", 1800 "--remote-device",
2401 "Nexus 5", 1801 "Nexus 5",
2402 "--remote-device-os", 1802 "--remote-device-os",
2403 "4.4.2", 1803 "4.4.2",
2404 "--collect", 1804 "--collect",
2405 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1805 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2406 "--results-path", 1806 "--results-path",
2407 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1807 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2408 "--verbose", 1808 "--verbose",
2409 "--json-results-file", 1809 "--json-results-file",
2410 "/path/to/tmp/json", 1810 "/path/to/tmp/json",
2411 "--release" 1811 "--release"
2412 ], 1812 ],
2413 "cwd": "[SLAVE_BUILD]", 1813 "cwd": "[SLAVE_BUILD]",
2414 "name": "[collect] gl_tests", 1814 "name": "[collect] gl_tests",
2415 "~followup_annotations": [ 1815 "~followup_annotations": [
2416 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1816 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2417 ] 1817 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2462 "http", 1862 "http",
2463 "--device-type", 1863 "--device-type",
2464 "Android", 1864 "Android",
2465 "--remote-device", 1865 "--remote-device",
2466 "Nexus 5", 1866 "Nexus 5",
2467 "--remote-device-os", 1867 "--remote-device-os",
2468 "4.4.2", 1868 "4.4.2",
2469 "--collect", 1869 "--collect",
2470 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1870 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2471 "--results-path", 1871 "--results-path",
2472 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1872 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2473 "--verbose", 1873 "--verbose",
2474 "--json-results-file", 1874 "--json-results-file",
2475 "/path/to/tmp/json", 1875 "/path/to/tmp/json",
2476 "--release" 1876 "--release"
2477 ], 1877 ],
2478 "cwd": "[SLAVE_BUILD]", 1878 "cwd": "[SLAVE_BUILD]",
2479 "name": "[collect] ipc_tests", 1879 "name": "[collect] ipc_tests",
2480 "~followup_annotations": [ 1880 "~followup_annotations": [
2481 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1881 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2482 ] 1882 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 "http", 1929 "http",
2530 "--device-type", 1930 "--device-type",
2531 "Android", 1931 "Android",
2532 "--remote-device", 1932 "--remote-device",
2533 "Nexus 5", 1933 "Nexus 5",
2534 "--remote-device-os", 1934 "--remote-device-os",
2535 "4.4.2", 1935 "4.4.2",
2536 "--collect", 1936 "--collect",
2537 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1937 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2538 "--results-path", 1938 "--results-path",
2539 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1939 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2540 "--verbose", 1940 "--verbose",
2541 "--json-results-file", 1941 "--json-results-file",
2542 "/path/to/tmp/json", 1942 "/path/to/tmp/json",
2543 "--release" 1943 "--release"
2544 ], 1944 ],
2545 "cwd": "[SLAVE_BUILD]", 1945 "cwd": "[SLAVE_BUILD]",
2546 "name": "[collect] sql_unittests", 1946 "name": "[collect] sql_unittests",
2547 "~followup_annotations": [ 1947 "~followup_annotations": [
2548 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1948 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2549 ] 1949 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2596 "http", 1996 "http",
2597 "--device-type", 1997 "--device-type",
2598 "Android", 1998 "Android",
2599 "--remote-device", 1999 "--remote-device",
2600 "Nexus 5", 2000 "Nexus 5",
2601 "--remote-device-os", 2001 "--remote-device-os",
2602 "4.4.2", 2002 "4.4.2",
2603 "--collect", 2003 "--collect",
2604 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2004 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2605 "--results-path", 2005 "--results-path",
2606 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2006 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2607 "--verbose", 2007 "--verbose",
2608 "--json-results-file", 2008 "--json-results-file",
2609 "/path/to/tmp/json", 2009 "/path/to/tmp/json",
2610 "--release" 2010 "--release"
2611 ], 2011 ],
2612 "cwd": "[SLAVE_BUILD]", 2012 "cwd": "[SLAVE_BUILD]",
2613 "name": "[collect] sync_unit_tests", 2013 "name": "[collect] sync_unit_tests",
2614 "~followup_annotations": [ 2014 "~followup_annotations": [
2615 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2015 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2616 ] 2016 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2661 "http", 2061 "http",
2662 "--device-type", 2062 "--device-type",
2663 "Android", 2063 "Android",
2664 "--remote-device", 2064 "--remote-device",
2665 "Nexus 5", 2065 "Nexus 5",
2666 "--remote-device-os", 2066 "--remote-device-os",
2667 "4.4.2", 2067 "4.4.2",
2668 "--collect", 2068 "--collect",
2669 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2069 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2670 "--results-path", 2070 "--results-path",
2671 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2071 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2672 "--verbose", 2072 "--verbose",
2673 "--json-results-file", 2073 "--json-results-file",
2674 "/path/to/tmp/json", 2074 "/path/to/tmp/json",
2675 "--release" 2075 "--release"
2676 ], 2076 ],
2677 "cwd": "[SLAVE_BUILD]", 2077 "cwd": "[SLAVE_BUILD]",
2678 "name": "[collect] ui_android_unittests", 2078 "name": "[collect] ui_android_unittests",
2679 "~followup_annotations": [ 2079 "~followup_annotations": [
2680 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2080 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2681 ] 2081 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2726 "http", 2126 "http",
2727 "--device-type", 2127 "--device-type",
2728 "Android", 2128 "Android",
2729 "--remote-device", 2129 "--remote-device",
2730 "Nexus 5", 2130 "Nexus 5",
2731 "--remote-device-os", 2131 "--remote-device-os",
2732 "4.4.2", 2132 "4.4.2",
2733 "--collect", 2133 "--collect",
2734 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2134 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2735 "--results-path", 2135 "--results-path",
2736 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2136 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2737 "--verbose", 2137 "--verbose",
2738 "--json-results-file", 2138 "--json-results-file",
2739 "/path/to/tmp/json", 2139 "/path/to/tmp/json",
2740 "--release" 2140 "--release"
2741 ], 2141 ],
2742 "cwd": "[SLAVE_BUILD]", 2142 "cwd": "[SLAVE_BUILD]",
2743 "name": "[collect] ui_touch_selection_unittests", 2143 "name": "[collect] ui_touch_selection_unittests",
2744 "~followup_annotations": [ 2144 "~followup_annotations": [
2745 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2145 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2746 ] 2146 ]
(...skipping 12 matching lines...) Expand all
2759 "name": "shutdown_device_monitor" 2159 "name": "shutdown_device_monitor"
2760 }, 2160 },
2761 { 2161 {
2762 "cmd": [ 2162 "cmd": [
2763 "python", 2163 "python",
2764 "-u", 2164 "-u",
2765 "[BUILD]/scripts/slave/tee.py", 2165 "[BUILD]/scripts/slave/tee.py",
2766 "[SLAVE_BUILD]/src/out/Release/full_log", 2166 "[SLAVE_BUILD]/src/out/Release/full_log",
2767 "--", 2167 "--",
2768 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 2168 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2769 "[SLAVE_BUILD]/src/out/logcat_dir" 2169 "[SLAVE_BUILD]/src/out/logcat"
2770 ], 2170 ],
2771 "cwd": "[SLAVE_BUILD]", 2171 "cwd": "[SLAVE_BUILD]",
2772 "name": "logcat_dump" 2172 "name": "logcat_dump"
2773 }, 2173 },
2774 { 2174 {
2775 "cmd": [ 2175 "cmd": [
2776 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 2176 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
2777 "--arch", 2177 "--arch",
2778 "arm", 2178 "arm",
2779 "--more-info", 2179 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2217 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2818 "@@@STEP_LOG_END@python.inline@@@" 2218 "@@@STEP_LOG_END@python.inline@@@"
2819 ] 2219 ]
2820 }, 2220 },
2821 { 2221 {
2822 "name": "$result", 2222 "name": "$result",
2823 "recipe_result": null, 2223 "recipe_result": null,
2824 "status_code": 0 2224 "status_code": 0
2825 } 2225 }
2826 ] 2226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698