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

Side by Side Diff: scripts/slave/recipes/chromium.expected/amp_split_recipe_trigger_local_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": [ 1246 "cmd": [
1391 "python", 1247 "python",
1392 "-u", 1248 "-u",
1393 "[BUILD]/scripts/slave/tee.py", 1249 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1394 "/path/to/tmp/logcat", 1250 "gtest",
1395 "--", 1251 "-s",
1396 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 1252 "base_unittests",
1397 "[TMP_BASE]/logcat_tmp_5" 1253 "--blacklist-file",
1254 "[SLAVE_BUILD]/src/out/bad_devices.json",
1255 "--verbose",
1256 "--release",
1257 "--flakiness-dashboard-server=test-results.appspot.com",
1258 "--json-results-file",
1259 "/path/to/tmp/json"
1398 ], 1260 ],
1399 "cwd": "[SLAVE_BUILD]", 1261 "cwd": "[SLAVE_BUILD]",
1400 "name": "ChromeSyncShellTest.logcat_dump", 1262 "env": {
1401 "~followup_annotations": [ 1263 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1402 "@@@STEP_NEST_LEVEL@1@@@" 1264 },
1403 ]
1404 },
1405 {
1406 "cmd": [],
1407 "cwd": "[SLAVE_BUILD]",
1408 "name": "base_unittests", 1265 "name": "base_unittests",
1409 "~followup_annotations": [ 1266 "~followup_annotations": [
1410 "step returned non-zero exit code: 1", 1267 "step returned non-zero exit code: 1",
1411 "@@@STEP_FAILURE@@@" 1268 "@@@STEP_FAILURE@@@"
1412 ] 1269 ]
1413 }, 1270 },
1414 { 1271 {
1415 "cmd": [],
1416 "cwd": "[SLAVE_BUILD]",
1417 "name": "breakpad_unittests"
1418 },
1419 {
1420 "cmd": [
1421 "[BUILD]/scripts/slave/daemonizer.py",
1422 "--",
1423 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1424 "[TMP_BASE]/logcat_tmp_6"
1425 ],
1426 "cwd": "[SLAVE_BUILD]",
1427 "env": {
1428 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1429 },
1430 "name": "breakpad_unittests.spawn_logcat_monitor",
1431 "~followup_annotations": [
1432 "@@@STEP_NEST_LEVEL@1@@@"
1433 ]
1434 },
1435 {
1436 "cmd": [ 1272 "cmd": [
1437 "python", 1273 "python",
1438 "-u", 1274 "-u",
1439 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1275 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1440 "gtest", 1276 "gtest",
1441 "-s", 1277 "-s",
1442 "breakpad_unittests", 1278 "breakpad_unittests",
1443 "--blacklist-file", 1279 "--blacklist-file",
1444 "[SLAVE_BUILD]/src/out/bad_devices.json", 1280 "[SLAVE_BUILD]/src/out/bad_devices.json",
1445 "--verbose", 1281 "--verbose",
1446 "--release", 1282 "--release",
1447 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ", 1283 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1448 "--flakiness-dashboard-server=test-results.appspot.com", 1284 "--flakiness-dashboard-server=test-results.appspot.com",
1449 "--json-results-file", 1285 "--json-results-file",
1450 "/path/to/tmp/json" 1286 "/path/to/tmp/json"
1451 ], 1287 ],
1452 "cwd": "[SLAVE_BUILD]", 1288 "cwd": "[SLAVE_BUILD]",
1453 "env": { 1289 "env": {
1454 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1455 }, 1291 },
1456 "name": "breakpad_unittests.breakpad_unittests", 1292 "name": "breakpad_unittests"
1457 "~followup_annotations": [
1458 "@@@STEP_NEST_LEVEL@1@@@"
1459 ]
1460 }, 1293 },
1461 { 1294 {
1462 "cmd": [ 1295 "cmd": [
1463 "python",
1464 "-u",
1465 "[BUILD]/scripts/slave/tee.py",
1466 "/path/to/tmp/logcat",
1467 "--",
1468 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1469 "[TMP_BASE]/logcat_tmp_6"
1470 ],
1471 "cwd": "[SLAVE_BUILD]",
1472 "name": "breakpad_unittests.logcat_dump",
1473 "~followup_annotations": [
1474 "@@@STEP_NEST_LEVEL@1@@@"
1475 ]
1476 },
1477 {
1478 "cmd": [],
1479 "cwd": "[SLAVE_BUILD]",
1480 "name": "cc_unittests"
1481 },
1482 {
1483 "cmd": [
1484 "[BUILD]/scripts/slave/daemonizer.py",
1485 "--",
1486 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1487 "[TMP_BASE]/logcat_tmp_7"
1488 ],
1489 "cwd": "[SLAVE_BUILD]",
1490 "env": {
1491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1492 },
1493 "name": "cc_unittests.spawn_logcat_monitor",
1494 "~followup_annotations": [
1495 "@@@STEP_NEST_LEVEL@1@@@"
1496 ]
1497 },
1498 {
1499 "cmd": [
1500 "python", 1296 "python",
1501 "-u", 1297 "-u",
1502 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1298 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1503 "gtest", 1299 "gtest",
1504 "-s", 1300 "-s",
1505 "cc_unittests", 1301 "cc_unittests",
1506 "--blacklist-file", 1302 "--blacklist-file",
1507 "[SLAVE_BUILD]/src/out/bad_devices.json", 1303 "[SLAVE_BUILD]/src/out/bad_devices.json",
1508 "--verbose", 1304 "--verbose",
1509 "--release", 1305 "--release",
1510 "--flakiness-dashboard-server=test-results.appspot.com", 1306 "--flakiness-dashboard-server=test-results.appspot.com",
1511 "--json-results-file", 1307 "--json-results-file",
1512 "/path/to/tmp/json" 1308 "/path/to/tmp/json"
1513 ], 1309 ],
1514 "cwd": "[SLAVE_BUILD]", 1310 "cwd": "[SLAVE_BUILD]",
1515 "env": { 1311 "env": {
1516 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1312 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1517 }, 1313 },
1518 "name": "cc_unittests.cc_unittests", 1314 "name": "cc_unittests"
1519 "~followup_annotations": [
1520 "@@@STEP_NEST_LEVEL@1@@@"
1521 ]
1522 }, 1315 },
1523 { 1316 {
1524 "cmd": [ 1317 "cmd": [
1525 "python",
1526 "-u",
1527 "[BUILD]/scripts/slave/tee.py",
1528 "/path/to/tmp/logcat",
1529 "--",
1530 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1531 "[TMP_BASE]/logcat_tmp_7"
1532 ],
1533 "cwd": "[SLAVE_BUILD]",
1534 "name": "cc_unittests.logcat_dump",
1535 "~followup_annotations": [
1536 "@@@STEP_NEST_LEVEL@1@@@"
1537 ]
1538 },
1539 {
1540 "cmd": [],
1541 "cwd": "[SLAVE_BUILD]",
1542 "name": "content_browsertests"
1543 },
1544 {
1545 "cmd": [
1546 "[BUILD]/scripts/slave/daemonizer.py",
1547 "--",
1548 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1549 "[TMP_BASE]/logcat_tmp_8"
1550 ],
1551 "cwd": "[SLAVE_BUILD]",
1552 "env": {
1553 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1554 },
1555 "name": "content_browsertests.spawn_logcat_monitor",
1556 "~followup_annotations": [
1557 "@@@STEP_NEST_LEVEL@1@@@"
1558 ]
1559 },
1560 {
1561 "cmd": [
1562 "python", 1318 "python",
1563 "-u", 1319 "-u",
1564 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1320 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1565 "gtest", 1321 "gtest",
1566 "-s", 1322 "-s",
1567 "content_browsertests", 1323 "content_browsertests",
1568 "--blacklist-file", 1324 "--blacklist-file",
1569 "[SLAVE_BUILD]/src/out/bad_devices.json", 1325 "[SLAVE_BUILD]/src/out/bad_devices.json",
1570 "--verbose", 1326 "--verbose",
1571 "--release", 1327 "--release",
1572 "--flakiness-dashboard-server=test-results.appspot.com", 1328 "--flakiness-dashboard-server=test-results.appspot.com",
1573 "--json-results-file", 1329 "--json-results-file",
1574 "/path/to/tmp/json" 1330 "/path/to/tmp/json"
1575 ], 1331 ],
1576 "cwd": "[SLAVE_BUILD]", 1332 "cwd": "[SLAVE_BUILD]",
1577 "env": { 1333 "env": {
1578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1334 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1579 }, 1335 },
1580 "name": "content_browsertests.content_browsertests", 1336 "name": "content_browsertests"
1581 "~followup_annotations": [
1582 "@@@STEP_NEST_LEVEL@1@@@"
1583 ]
1584 }, 1337 },
1585 { 1338 {
1586 "cmd": [ 1339 "cmd": [
1587 "python",
1588 "-u",
1589 "[BUILD]/scripts/slave/tee.py",
1590 "/path/to/tmp/logcat",
1591 "--",
1592 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1593 "[TMP_BASE]/logcat_tmp_8"
1594 ],
1595 "cwd": "[SLAVE_BUILD]",
1596 "name": "content_browsertests.logcat_dump",
1597 "~followup_annotations": [
1598 "@@@STEP_NEST_LEVEL@1@@@"
1599 ]
1600 },
1601 {
1602 "cmd": [],
1603 "cwd": "[SLAVE_BUILD]",
1604 "name": "content_unittests"
1605 },
1606 {
1607 "cmd": [
1608 "[BUILD]/scripts/slave/daemonizer.py",
1609 "--",
1610 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1611 "[TMP_BASE]/logcat_tmp_9"
1612 ],
1613 "cwd": "[SLAVE_BUILD]",
1614 "env": {
1615 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1616 },
1617 "name": "content_unittests.spawn_logcat_monitor",
1618 "~followup_annotations": [
1619 "@@@STEP_NEST_LEVEL@1@@@"
1620 ]
1621 },
1622 {
1623 "cmd": [
1624 "python", 1340 "python",
1625 "-u", 1341 "-u",
1626 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1342 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1627 "gtest", 1343 "gtest",
1628 "-s", 1344 "-s",
1629 "content_unittests", 1345 "content_unittests",
1630 "--blacklist-file", 1346 "--blacklist-file",
1631 "[SLAVE_BUILD]/src/out/bad_devices.json", 1347 "[SLAVE_BUILD]/src/out/bad_devices.json",
1632 "--verbose", 1348 "--verbose",
1633 "--release", 1349 "--release",
1634 "--flakiness-dashboard-server=test-results.appspot.com", 1350 "--flakiness-dashboard-server=test-results.appspot.com",
1635 "--json-results-file", 1351 "--json-results-file",
1636 "/path/to/tmp/json" 1352 "/path/to/tmp/json"
1637 ], 1353 ],
1638 "cwd": "[SLAVE_BUILD]", 1354 "cwd": "[SLAVE_BUILD]",
1639 "env": { 1355 "env": {
1640 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1356 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1641 }, 1357 },
1642 "name": "content_unittests.content_unittests", 1358 "name": "content_unittests"
1643 "~followup_annotations": [
1644 "@@@STEP_NEST_LEVEL@1@@@"
1645 ]
1646 }, 1359 },
1647 { 1360 {
1648 "cmd": [ 1361 "cmd": [
1649 "python",
1650 "-u",
1651 "[BUILD]/scripts/slave/tee.py",
1652 "/path/to/tmp/logcat",
1653 "--",
1654 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1655 "[TMP_BASE]/logcat_tmp_9"
1656 ],
1657 "cwd": "[SLAVE_BUILD]",
1658 "name": "content_unittests.logcat_dump",
1659 "~followup_annotations": [
1660 "@@@STEP_NEST_LEVEL@1@@@"
1661 ]
1662 },
1663 {
1664 "cmd": [],
1665 "cwd": "[SLAVE_BUILD]",
1666 "name": "gpu_unittests"
1667 },
1668 {
1669 "cmd": [
1670 "[BUILD]/scripts/slave/daemonizer.py",
1671 "--",
1672 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1673 "[TMP_BASE]/logcat_tmp_10"
1674 ],
1675 "cwd": "[SLAVE_BUILD]",
1676 "env": {
1677 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1678 },
1679 "name": "gpu_unittests.spawn_logcat_monitor",
1680 "~followup_annotations": [
1681 "@@@STEP_NEST_LEVEL@1@@@"
1682 ]
1683 },
1684 {
1685 "cmd": [
1686 "python", 1362 "python",
1687 "-u", 1363 "-u",
1688 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1364 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1689 "gtest", 1365 "gtest",
1690 "-s", 1366 "-s",
1691 "gpu_unittests", 1367 "gpu_unittests",
1692 "--blacklist-file", 1368 "--blacklist-file",
1693 "[SLAVE_BUILD]/src/out/bad_devices.json", 1369 "[SLAVE_BUILD]/src/out/bad_devices.json",
1694 "--verbose", 1370 "--verbose",
1695 "--release", 1371 "--release",
1696 "--flakiness-dashboard-server=test-results.appspot.com", 1372 "--flakiness-dashboard-server=test-results.appspot.com",
1697 "--json-results-file", 1373 "--json-results-file",
1698 "/path/to/tmp/json" 1374 "/path/to/tmp/json"
1699 ], 1375 ],
1700 "cwd": "[SLAVE_BUILD]", 1376 "cwd": "[SLAVE_BUILD]",
1701 "env": { 1377 "env": {
1702 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1378 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1703 }, 1379 },
1704 "name": "gpu_unittests.gpu_unittests", 1380 "name": "gpu_unittests"
1705 "~followup_annotations": [
1706 "@@@STEP_NEST_LEVEL@1@@@"
1707 ]
1708 }, 1381 },
1709 { 1382 {
1710 "cmd": [ 1383 "cmd": [
1711 "python",
1712 "-u",
1713 "[BUILD]/scripts/slave/tee.py",
1714 "/path/to/tmp/logcat",
1715 "--",
1716 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1717 "[TMP_BASE]/logcat_tmp_10"
1718 ],
1719 "cwd": "[SLAVE_BUILD]",
1720 "name": "gpu_unittests.logcat_dump",
1721 "~followup_annotations": [
1722 "@@@STEP_NEST_LEVEL@1@@@"
1723 ]
1724 },
1725 {
1726 "cmd": [],
1727 "cwd": "[SLAVE_BUILD]",
1728 "name": "media_unittests"
1729 },
1730 {
1731 "cmd": [
1732 "[BUILD]/scripts/slave/daemonizer.py",
1733 "--",
1734 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1735 "[TMP_BASE]/logcat_tmp_11"
1736 ],
1737 "cwd": "[SLAVE_BUILD]",
1738 "env": {
1739 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1740 },
1741 "name": "media_unittests.spawn_logcat_monitor",
1742 "~followup_annotations": [
1743 "@@@STEP_NEST_LEVEL@1@@@"
1744 ]
1745 },
1746 {
1747 "cmd": [
1748 "python", 1384 "python",
1749 "-u", 1385 "-u",
1750 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1386 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1751 "gtest", 1387 "gtest",
1752 "-s", 1388 "-s",
1753 "media_unittests", 1389 "media_unittests",
1754 "--blacklist-file", 1390 "--blacklist-file",
1755 "[SLAVE_BUILD]/src/out/bad_devices.json", 1391 "[SLAVE_BUILD]/src/out/bad_devices.json",
1756 "--verbose", 1392 "--verbose",
1757 "--release", 1393 "--release",
1758 "--flakiness-dashboard-server=test-results.appspot.com", 1394 "--flakiness-dashboard-server=test-results.appspot.com",
1759 "--json-results-file", 1395 "--json-results-file",
1760 "/path/to/tmp/json" 1396 "/path/to/tmp/json"
1761 ], 1397 ],
1762 "cwd": "[SLAVE_BUILD]", 1398 "cwd": "[SLAVE_BUILD]",
1763 "env": { 1399 "env": {
1764 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1400 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1765 }, 1401 },
1766 "name": "media_unittests.media_unittests", 1402 "name": "media_unittests"
1767 "~followup_annotations": [
1768 "@@@STEP_NEST_LEVEL@1@@@"
1769 ]
1770 }, 1403 },
1771 { 1404 {
1772 "cmd": [ 1405 "cmd": [
1773 "python",
1774 "-u",
1775 "[BUILD]/scripts/slave/tee.py",
1776 "/path/to/tmp/logcat",
1777 "--",
1778 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1779 "[TMP_BASE]/logcat_tmp_11"
1780 ],
1781 "cwd": "[SLAVE_BUILD]",
1782 "name": "media_unittests.logcat_dump",
1783 "~followup_annotations": [
1784 "@@@STEP_NEST_LEVEL@1@@@"
1785 ]
1786 },
1787 {
1788 "cmd": [],
1789 "cwd": "[SLAVE_BUILD]",
1790 "name": "net_unittests"
1791 },
1792 {
1793 "cmd": [
1794 "[BUILD]/scripts/slave/daemonizer.py",
1795 "--",
1796 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1797 "[TMP_BASE]/logcat_tmp_12"
1798 ],
1799 "cwd": "[SLAVE_BUILD]",
1800 "env": {
1801 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1802 },
1803 "name": "net_unittests.spawn_logcat_monitor",
1804 "~followup_annotations": [
1805 "@@@STEP_NEST_LEVEL@1@@@"
1806 ]
1807 },
1808 {
1809 "cmd": [
1810 "python", 1406 "python",
1811 "-u", 1407 "-u",
1812 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1408 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1813 "gtest", 1409 "gtest",
1814 "-s", 1410 "-s",
1815 "net_unittests", 1411 "net_unittests",
1816 "--blacklist-file", 1412 "--blacklist-file",
1817 "[SLAVE_BUILD]/src/out/bad_devices.json", 1413 "[SLAVE_BUILD]/src/out/bad_devices.json",
1818 "--verbose", 1414 "--verbose",
1819 "--release", 1415 "--release",
1820 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", 1416 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
1821 "--flakiness-dashboard-server=test-results.appspot.com", 1417 "--flakiness-dashboard-server=test-results.appspot.com",
1822 "--json-results-file", 1418 "--json-results-file",
1823 "/path/to/tmp/json", 1419 "/path/to/tmp/json",
1824 "-t", 1420 "-t",
1825 "300" 1421 "300"
1826 ], 1422 ],
1827 "cwd": "[SLAVE_BUILD]", 1423 "cwd": "[SLAVE_BUILD]",
1828 "env": { 1424 "env": {
1829 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1425 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1830 }, 1426 },
1831 "name": "net_unittests.net_unittests", 1427 "name": "net_unittests"
1832 "~followup_annotations": [
1833 "@@@STEP_NEST_LEVEL@1@@@"
1834 ]
1835 }, 1428 },
1836 { 1429 {
1837 "cmd": [ 1430 "cmd": [
1838 "python",
1839 "-u",
1840 "[BUILD]/scripts/slave/tee.py",
1841 "/path/to/tmp/logcat",
1842 "--",
1843 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1844 "[TMP_BASE]/logcat_tmp_12"
1845 ],
1846 "cwd": "[SLAVE_BUILD]",
1847 "name": "net_unittests.logcat_dump",
1848 "~followup_annotations": [
1849 "@@@STEP_NEST_LEVEL@1@@@"
1850 ]
1851 },
1852 {
1853 "cmd": [],
1854 "cwd": "[SLAVE_BUILD]",
1855 "name": "sandbox_linux_unittests"
1856 },
1857 {
1858 "cmd": [
1859 "[BUILD]/scripts/slave/daemonizer.py",
1860 "--",
1861 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1862 "[TMP_BASE]/logcat_tmp_13"
1863 ],
1864 "cwd": "[SLAVE_BUILD]",
1865 "env": {
1866 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1867 },
1868 "name": "sandbox_linux_unittests.spawn_logcat_monitor",
1869 "~followup_annotations": [
1870 "@@@STEP_NEST_LEVEL@1@@@"
1871 ]
1872 },
1873 {
1874 "cmd": [
1875 "python", 1431 "python",
1876 "-u", 1432 "-u",
1877 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1433 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1878 "gtest", 1434 "gtest",
1879 "-s", 1435 "-s",
1880 "sandbox_linux_unittests", 1436 "sandbox_linux_unittests",
1881 "--blacklist-file", 1437 "--blacklist-file",
1882 "[SLAVE_BUILD]/src/out/bad_devices.json", 1438 "[SLAVE_BUILD]/src/out/bad_devices.json",
1883 "--verbose", 1439 "--verbose",
1884 "--release", 1440 "--release",
1885 "--flakiness-dashboard-server=test-results.appspot.com", 1441 "--flakiness-dashboard-server=test-results.appspot.com",
1886 "--json-results-file", 1442 "--json-results-file",
1887 "/path/to/tmp/json" 1443 "/path/to/tmp/json"
1888 ], 1444 ],
1889 "cwd": "[SLAVE_BUILD]", 1445 "cwd": "[SLAVE_BUILD]",
1890 "env": { 1446 "env": {
1891 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1447 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1892 }, 1448 },
1893 "name": "sandbox_linux_unittests.sandbox_linux_unittests", 1449 "name": "sandbox_linux_unittests"
1894 "~followup_annotations": [
1895 "@@@STEP_NEST_LEVEL@1@@@"
1896 ]
1897 }, 1450 },
1898 { 1451 {
1899 "cmd": [ 1452 "cmd": [
1900 "python",
1901 "-u",
1902 "[BUILD]/scripts/slave/tee.py",
1903 "/path/to/tmp/logcat",
1904 "--",
1905 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1906 "[TMP_BASE]/logcat_tmp_13"
1907 ],
1908 "cwd": "[SLAVE_BUILD]",
1909 "name": "sandbox_linux_unittests.logcat_dump",
1910 "~followup_annotations": [
1911 "@@@STEP_NEST_LEVEL@1@@@"
1912 ]
1913 },
1914 {
1915 "cmd": [],
1916 "cwd": "[SLAVE_BUILD]",
1917 "name": "ui_base_unittests"
1918 },
1919 {
1920 "cmd": [
1921 "[BUILD]/scripts/slave/daemonizer.py",
1922 "--",
1923 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1924 "[TMP_BASE]/logcat_tmp_14"
1925 ],
1926 "cwd": "[SLAVE_BUILD]",
1927 "env": {
1928 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1929 },
1930 "name": "ui_base_unittests.spawn_logcat_monitor",
1931 "~followup_annotations": [
1932 "@@@STEP_NEST_LEVEL@1@@@"
1933 ]
1934 },
1935 {
1936 "cmd": [
1937 "python", 1453 "python",
1938 "-u", 1454 "-u",
1939 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1455 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1940 "gtest", 1456 "gtest",
1941 "-s", 1457 "-s",
1942 "ui_base_unittests", 1458 "ui_base_unittests",
1943 "--blacklist-file", 1459 "--blacklist-file",
1944 "[SLAVE_BUILD]/src/out/bad_devices.json", 1460 "[SLAVE_BUILD]/src/out/bad_devices.json",
1945 "--verbose", 1461 "--verbose",
1946 "--release", 1462 "--release",
1947 "--flakiness-dashboard-server=test-results.appspot.com", 1463 "--flakiness-dashboard-server=test-results.appspot.com",
1948 "--json-results-file", 1464 "--json-results-file",
1949 "/path/to/tmp/json" 1465 "/path/to/tmp/json"
1950 ], 1466 ],
1951 "cwd": "[SLAVE_BUILD]", 1467 "cwd": "[SLAVE_BUILD]",
1952 "env": { 1468 "env": {
1953 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1954 }, 1470 },
1955 "name": "ui_base_unittests.ui_base_unittests", 1471 "name": "ui_base_unittests"
1956 "~followup_annotations": [
1957 "@@@STEP_NEST_LEVEL@1@@@"
1958 ]
1959 }, 1472 },
1960 { 1473 {
1961 "cmd": [ 1474 "cmd": [
1962 "python",
1963 "-u",
1964 "[BUILD]/scripts/slave/tee.py",
1965 "/path/to/tmp/logcat",
1966 "--",
1967 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1968 "[TMP_BASE]/logcat_tmp_14"
1969 ],
1970 "cwd": "[SLAVE_BUILD]",
1971 "name": "ui_base_unittests.logcat_dump",
1972 "~followup_annotations": [
1973 "@@@STEP_NEST_LEVEL@1@@@"
1974 ]
1975 },
1976 {
1977 "cmd": [],
1978 "cwd": "[SLAVE_BUILD]",
1979 "name": "unit_tests"
1980 },
1981 {
1982 "cmd": [
1983 "[BUILD]/scripts/slave/daemonizer.py",
1984 "--",
1985 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1986 "[TMP_BASE]/logcat_tmp_15"
1987 ],
1988 "cwd": "[SLAVE_BUILD]",
1989 "env": {
1990 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1991 },
1992 "name": "unit_tests.spawn_logcat_monitor",
1993 "~followup_annotations": [
1994 "@@@STEP_NEST_LEVEL@1@@@"
1995 ]
1996 },
1997 {
1998 "cmd": [
1999 "python", 1475 "python",
2000 "-u", 1476 "-u",
2001 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1477 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2002 "gtest", 1478 "gtest",
2003 "-s", 1479 "-s",
2004 "unit_tests", 1480 "unit_tests",
2005 "--blacklist-file", 1481 "--blacklist-file",
2006 "[SLAVE_BUILD]/src/out/bad_devices.json", 1482 "[SLAVE_BUILD]/src/out/bad_devices.json",
2007 "--verbose", 1483 "--verbose",
2008 "--release", 1484 "--release",
2009 "--flakiness-dashboard-server=test-results.appspot.com", 1485 "--flakiness-dashboard-server=test-results.appspot.com",
2010 "--json-results-file", 1486 "--json-results-file",
2011 "/path/to/tmp/json" 1487 "/path/to/tmp/json"
2012 ], 1488 ],
2013 "cwd": "[SLAVE_BUILD]", 1489 "cwd": "[SLAVE_BUILD]",
2014 "env": { 1490 "env": {
2015 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1491 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2016 }, 1492 },
2017 "name": "unit_tests.unit_tests", 1493 "name": "unit_tests"
2018 "~followup_annotations": [
2019 "@@@STEP_NEST_LEVEL@1@@@"
2020 ]
2021 }, 1494 },
2022 { 1495 {
2023 "cmd": [ 1496 "cmd": [
2024 "python",
2025 "-u",
2026 "[BUILD]/scripts/slave/tee.py",
2027 "/path/to/tmp/logcat",
2028 "--",
2029 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2030 "[TMP_BASE]/logcat_tmp_15"
2031 ],
2032 "cwd": "[SLAVE_BUILD]",
2033 "name": "unit_tests.logcat_dump",
2034 "~followup_annotations": [
2035 "@@@STEP_NEST_LEVEL@1@@@"
2036 ]
2037 },
2038 {
2039 "cmd": [
2040 "python", 1497 "python",
2041 "-u", 1498 "-u",
2042 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1499 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2043 "junit", 1500 "junit",
2044 "-s", 1501 "-s",
2045 "junit_unit_tests", 1502 "junit_unit_tests",
2046 "--verbose", 1503 "--verbose",
2047 "--release", 1504 "--release",
2048 "--json-results-file", 1505 "--json-results-file",
2049 "/path/to/tmp/json" 1506 "/path/to/tmp/json"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 "http", 1604 "http",
2148 "--device-type", 1605 "--device-type",
2149 "Android", 1606 "Android",
2150 "--remote-device", 1607 "--remote-device",
2151 "Nexus 5", 1608 "Nexus 5",
2152 "--remote-device-os", 1609 "--remote-device-os",
2153 "4.4.2", 1610 "4.4.2",
2154 "--collect", 1611 "--collect",
2155 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1612 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2156 "--results-path", 1613 "--results-path",
2157 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1614 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2158 "--verbose", 1615 "--verbose",
2159 "--json-results-file", 1616 "--json-results-file",
2160 "/path/to/tmp/json", 1617 "/path/to/tmp/json",
2161 "--release" 1618 "--release"
2162 ], 1619 ],
2163 "cwd": "[SLAVE_BUILD]", 1620 "cwd": "[SLAVE_BUILD]",
2164 "name": "[collect] android_webview_unittests", 1621 "name": "[collect] android_webview_unittests",
2165 "~followup_annotations": [ 1622 "~followup_annotations": [
2166 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1623 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2167 ] 1624 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2214 "http", 1671 "http",
2215 "--device-type", 1672 "--device-type",
2216 "Android", 1673 "Android",
2217 "--remote-device", 1674 "--remote-device",
2218 "Nexus 5", 1675 "Nexus 5",
2219 "--remote-device-os", 1676 "--remote-device-os",
2220 "4.4.2", 1677 "4.4.2",
2221 "--collect", 1678 "--collect",
2222 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1679 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2223 "--results-path", 1680 "--results-path",
2224 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1681 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2225 "--verbose", 1682 "--verbose",
2226 "--json-results-file", 1683 "--json-results-file",
2227 "/path/to/tmp/json", 1684 "/path/to/tmp/json",
2228 "--release" 1685 "--release"
2229 ], 1686 ],
2230 "cwd": "[SLAVE_BUILD]", 1687 "cwd": "[SLAVE_BUILD]",
2231 "name": "[collect] components_unittests", 1688 "name": "[collect] components_unittests",
2232 "~followup_annotations": [ 1689 "~followup_annotations": [
2233 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1690 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2234 ] 1691 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2279 "http", 1736 "http",
2280 "--device-type", 1737 "--device-type",
2281 "Android", 1738 "Android",
2282 "--remote-device", 1739 "--remote-device",
2283 "Nexus 5", 1740 "Nexus 5",
2284 "--remote-device-os", 1741 "--remote-device-os",
2285 "4.4.2", 1742 "4.4.2",
2286 "--collect", 1743 "--collect",
2287 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1744 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2288 "--results-path", 1745 "--results-path",
2289 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1746 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2290 "--verbose", 1747 "--verbose",
2291 "--json-results-file", 1748 "--json-results-file",
2292 "/path/to/tmp/json", 1749 "/path/to/tmp/json",
2293 "--release" 1750 "--release"
2294 ], 1751 ],
2295 "cwd": "[SLAVE_BUILD]", 1752 "cwd": "[SLAVE_BUILD]",
2296 "name": "[collect] events_unittests", 1753 "name": "[collect] events_unittests",
2297 "~followup_annotations": [ 1754 "~followup_annotations": [
2298 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1755 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2299 ] 1756 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 "http", 1801 "http",
2345 "--device-type", 1802 "--device-type",
2346 "Android", 1803 "Android",
2347 "--remote-device", 1804 "--remote-device",
2348 "Nexus 5", 1805 "Nexus 5",
2349 "--remote-device-os", 1806 "--remote-device-os",
2350 "4.4.2", 1807 "4.4.2",
2351 "--collect", 1808 "--collect",
2352 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1809 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2353 "--results-path", 1810 "--results-path",
2354 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1811 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2355 "--verbose", 1812 "--verbose",
2356 "--json-results-file", 1813 "--json-results-file",
2357 "/path/to/tmp/json", 1814 "/path/to/tmp/json",
2358 "--release" 1815 "--release"
2359 ], 1816 ],
2360 "cwd": "[SLAVE_BUILD]", 1817 "cwd": "[SLAVE_BUILD]",
2361 "name": "[collect] gl_tests", 1818 "name": "[collect] gl_tests",
2362 "~followup_annotations": [ 1819 "~followup_annotations": [
2363 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1820 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2364 ] 1821 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2409 "http", 1866 "http",
2410 "--device-type", 1867 "--device-type",
2411 "Android", 1868 "Android",
2412 "--remote-device", 1869 "--remote-device",
2413 "Nexus 5", 1870 "Nexus 5",
2414 "--remote-device-os", 1871 "--remote-device-os",
2415 "4.4.2", 1872 "4.4.2",
2416 "--collect", 1873 "--collect",
2417 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1874 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2418 "--results-path", 1875 "--results-path",
2419 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1876 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2420 "--verbose", 1877 "--verbose",
2421 "--json-results-file", 1878 "--json-results-file",
2422 "/path/to/tmp/json", 1879 "/path/to/tmp/json",
2423 "--release" 1880 "--release"
2424 ], 1881 ],
2425 "cwd": "[SLAVE_BUILD]", 1882 "cwd": "[SLAVE_BUILD]",
2426 "name": "[collect] ipc_tests", 1883 "name": "[collect] ipc_tests",
2427 "~followup_annotations": [ 1884 "~followup_annotations": [
2428 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1885 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2429 ] 1886 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2476 "http", 1933 "http",
2477 "--device-type", 1934 "--device-type",
2478 "Android", 1935 "Android",
2479 "--remote-device", 1936 "--remote-device",
2480 "Nexus 5", 1937 "Nexus 5",
2481 "--remote-device-os", 1938 "--remote-device-os",
2482 "4.4.2", 1939 "4.4.2",
2483 "--collect", 1940 "--collect",
2484 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1941 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2485 "--results-path", 1942 "--results-path",
2486 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 1943 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2487 "--verbose", 1944 "--verbose",
2488 "--json-results-file", 1945 "--json-results-file",
2489 "/path/to/tmp/json", 1946 "/path/to/tmp/json",
2490 "--release" 1947 "--release"
2491 ], 1948 ],
2492 "cwd": "[SLAVE_BUILD]", 1949 "cwd": "[SLAVE_BUILD]",
2493 "name": "[collect] sql_unittests", 1950 "name": "[collect] sql_unittests",
2494 "~followup_annotations": [ 1951 "~followup_annotations": [
2495 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1952 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2496 ] 1953 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 "http", 2000 "http",
2544 "--device-type", 2001 "--device-type",
2545 "Android", 2002 "Android",
2546 "--remote-device", 2003 "--remote-device",
2547 "Nexus 5", 2004 "Nexus 5",
2548 "--remote-device-os", 2005 "--remote-device-os",
2549 "4.4.2", 2006 "4.4.2",
2550 "--collect", 2007 "--collect",
2551 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2008 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2552 "--results-path", 2009 "--results-path",
2553 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 2010 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2554 "--verbose", 2011 "--verbose",
2555 "--json-results-file", 2012 "--json-results-file",
2556 "/path/to/tmp/json", 2013 "/path/to/tmp/json",
2557 "--release" 2014 "--release"
2558 ], 2015 ],
2559 "cwd": "[SLAVE_BUILD]", 2016 "cwd": "[SLAVE_BUILD]",
2560 "name": "[collect] sync_unit_tests", 2017 "name": "[collect] sync_unit_tests",
2561 "~followup_annotations": [ 2018 "~followup_annotations": [
2562 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2019 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2563 ] 2020 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 "http", 2065 "http",
2609 "--device-type", 2066 "--device-type",
2610 "Android", 2067 "Android",
2611 "--remote-device", 2068 "--remote-device",
2612 "Nexus 5", 2069 "Nexus 5",
2613 "--remote-device-os", 2070 "--remote-device-os",
2614 "4.4.2", 2071 "4.4.2",
2615 "--collect", 2072 "--collect",
2616 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2073 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2617 "--results-path", 2074 "--results-path",
2618 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 2075 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2619 "--verbose", 2076 "--verbose",
2620 "--json-results-file", 2077 "--json-results-file",
2621 "/path/to/tmp/json", 2078 "/path/to/tmp/json",
2622 "--release" 2079 "--release"
2623 ], 2080 ],
2624 "cwd": "[SLAVE_BUILD]", 2081 "cwd": "[SLAVE_BUILD]",
2625 "name": "[collect] ui_android_unittests", 2082 "name": "[collect] ui_android_unittests",
2626 "~followup_annotations": [ 2083 "~followup_annotations": [
2627 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2084 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2628 ] 2085 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2673 "http", 2130 "http",
2674 "--device-type", 2131 "--device-type",
2675 "Android", 2132 "Android",
2676 "--remote-device", 2133 "--remote-device",
2677 "Nexus 5", 2134 "Nexus 5",
2678 "--remote-device-os", 2135 "--remote-device-os",
2679 "4.4.2", 2136 "4.4.2",
2680 "--collect", 2137 "--collect",
2681 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2138 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2682 "--results-path", 2139 "--results-path",
2683 "[TMP_BASE]/amp_results_tmp_16/T35TRUN1D/results.zip", 2140 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2684 "--verbose", 2141 "--verbose",
2685 "--json-results-file", 2142 "--json-results-file",
2686 "/path/to/tmp/json", 2143 "/path/to/tmp/json",
2687 "--release" 2144 "--release"
2688 ], 2145 ],
2689 "cwd": "[SLAVE_BUILD]", 2146 "cwd": "[SLAVE_BUILD]",
2690 "name": "[collect] ui_touch_selection_unittests", 2147 "name": "[collect] ui_touch_selection_unittests",
2691 "~followup_annotations": [ 2148 "~followup_annotations": [
2692 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2149 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2693 ] 2150 ]
(...skipping 12 matching lines...) Expand all
2706 "name": "shutdown_device_monitor" 2163 "name": "shutdown_device_monitor"
2707 }, 2164 },
2708 { 2165 {
2709 "cmd": [ 2166 "cmd": [
2710 "python", 2167 "python",
2711 "-u", 2168 "-u",
2712 "[BUILD]/scripts/slave/tee.py", 2169 "[BUILD]/scripts/slave/tee.py",
2713 "[SLAVE_BUILD]/src/out/Release/full_log", 2170 "[SLAVE_BUILD]/src/out/Release/full_log",
2714 "--", 2171 "--",
2715 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 2172 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2716 "[SLAVE_BUILD]/src/out/logcat_dir" 2173 "[SLAVE_BUILD]/src/out/logcat"
2717 ], 2174 ],
2718 "cwd": "[SLAVE_BUILD]", 2175 "cwd": "[SLAVE_BUILD]",
2719 "name": "logcat_dump" 2176 "name": "logcat_dump"
2720 }, 2177 },
2721 { 2178 {
2722 "cmd": [ 2179 "cmd": [
2723 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 2180 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" ,
2724 "--arch", 2181 "--arch",
2725 "arm", 2182 "arm",
2726 "--more-info", 2183 "--more-info",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2764 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2221 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2765 "@@@STEP_LOG_END@python.inline@@@" 2222 "@@@STEP_LOG_END@python.inline@@@"
2766 ] 2223 ]
2767 }, 2224 },
2768 { 2225 {
2769 "name": "$result", 2226 "name": "$result",
2770 "reason": "1 tests failed: ['base_unittests']", 2227 "reason": "1 tests failed: ['base_unittests']",
2771 "status_code": 1 2228 "status_code": 1
2772 } 2229 }
2773 ] 2230 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698