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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_local_fallback.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "android_amp", 10 "android_amp",
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "~followup_annotations": [ 424 "~followup_annotations": [
425 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 425 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
426 "@@@STEP_LOG_END@json.output (invalid)@@@" 426 "@@@STEP_LOG_END@json.output (invalid)@@@"
427 ] 427 ]
428 }, 428 },
429 { 429 {
430 "cmd": [ 430 "cmd": [
431 "[BUILD]/scripts/slave/daemonizer.py", 431 "[BUILD]/scripts/slave/daemonizer.py",
432 "--", 432 "--",
433 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 433 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
434 "[SLAVE_BUILD]/src/out/logcat_dir" 434 "[SLAVE_BUILD]/src/out/logcat"
435 ], 435 ],
436 "cwd": "[SLAVE_BUILD]", 436 "cwd": "[SLAVE_BUILD]",
437 "env": { 437 "env": {
438 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 438 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
439 }, 439 },
440 "name": "spawn_logcat_monitor" 440 "name": "spawn_logcat_monitor"
441 }, 441 },
442 { 442 {
443 "cmd": [ 443 "cmd": [
444 "python", 444 "python",
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 "python", 1232 "python",
1233 "-u", 1233 "-u",
1234 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 1234 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
1235 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 1235 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
1236 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 1236 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json"
1237 ], 1237 ],
1238 "cwd": "[SLAVE_BUILD]", 1238 "cwd": "[SLAVE_BUILD]",
1239 "name": "[trigger] save ui_touch_selection_unittests (with patch)" 1239 "name": "[trigger] save ui_touch_selection_unittests (with patch)"
1240 }, 1240 },
1241 { 1241 {
1242 "cmd": [],
1243 "cwd": "[SLAVE_BUILD]",
1244 "name": "AndroidWebViewTest"
1245 },
1246 {
1247 "cmd": [
1248 "[BUILD]/scripts/slave/daemonizer.py",
1249 "--",
1250 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1251 "[TMP_BASE]/logcat_tmp_2"
1252 ],
1253 "cwd": "[SLAVE_BUILD]",
1254 "env": {
1255 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1256 },
1257 "name": "AndroidWebViewTest.spawn_logcat_monitor",
1258 "~followup_annotations": [
1259 "@@@STEP_NEST_LEVEL@1@@@"
1260 ]
1261 },
1262 {
1263 "cmd": [ 1242 "cmd": [
1264 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1243 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1265 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 1244 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1266 "-v", 1245 "-v",
1267 "--blacklist-file", 1246 "--blacklist-file",
1268 "[SLAVE_BUILD]/src/out/bad_devices.json", 1247 "[SLAVE_BUILD]/src/out/bad_devices.json",
1269 "--release" 1248 "--release"
1270 ], 1249 ],
1271 "cwd": "[SLAVE_BUILD]", 1250 "cwd": "[SLAVE_BUILD]",
1272 "env": { 1251 "env": {
1273 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1252 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1274 }, 1253 },
1275 "name": "AndroidWebViewTest.install AndroidWebView.apk", 1254 "name": "install AndroidWebView.apk"
1276 "~followup_annotations": [
1277 "@@@STEP_NEST_LEVEL@1@@@"
1278 ]
1279 }, 1255 },
1280 { 1256 {
1281 "cmd": [ 1257 "cmd": [
1282 "python", 1258 "python",
1283 "-u", 1259 "-u",
1284 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1260 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1285 "instrumentation", 1261 "instrumentation",
1286 "--test-apk", 1262 "--test-apk",
1287 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 1263 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
1288 "--blacklist-file", 1264 "--blacklist-file",
1289 "[SLAVE_BUILD]/src/out/bad_devices.json", 1265 "[SLAVE_BUILD]/src/out/bad_devices.json",
1290 "--apk-under-test", 1266 "--apk-under-test",
1291 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 1267 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
1292 "--isolate-file-path", 1268 "--isolate-file-path",
1293 "android_webview/android_webview_test_apk.isolate", 1269 "android_webview/android_webview_test_apk.isolate",
1294 "--flakiness-dashboard-server", 1270 "--flakiness-dashboard-server",
1295 "test-results.appspot.com", 1271 "test-results.appspot.com",
1296 "--verbose", 1272 "--verbose",
1297 "--release", 1273 "--release",
1298 "--json-results-file", 1274 "--json-results-file",
1299 "/path/to/tmp/json" 1275 "/path/to/tmp/json"
1300 ], 1276 ],
1301 "cwd": "[SLAVE_BUILD]", 1277 "cwd": "[SLAVE_BUILD]",
1302 "name": "AndroidWebViewTest.Instrumentation test AndroidWebViewTest (with pa tch)", 1278 "name": "Instrumentation test AndroidWebViewTest (with patch)",
1303 "~followup_annotations": [ 1279 "~followup_annotations": [
1304 "@@@STEP_NEST_LEVEL@1@@@" 1280 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1305 ] 1281 ]
1306 }, 1282 },
1307 { 1283 {
1308 "cmd": [
1309 "python",
1310 "-u",
1311 "[BUILD]/scripts/slave/tee.py",
1312 "/path/to/tmp/logcat",
1313 "--",
1314 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1315 "[TMP_BASE]/logcat_tmp_2"
1316 ],
1317 "cwd": "[SLAVE_BUILD]",
1318 "name": "AndroidWebViewTest.logcat_dump",
1319 "~followup_annotations": [
1320 "@@@STEP_NEST_LEVEL@1@@@"
1321 ]
1322 },
1323 {
1324 "cmd": [],
1325 "cwd": "[SLAVE_BUILD]",
1326 "name": "ContentShellTest"
1327 },
1328 {
1329 "cmd": [
1330 "[BUILD]/scripts/slave/daemonizer.py",
1331 "--",
1332 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1333 "[TMP_BASE]/logcat_tmp_3"
1334 ],
1335 "cwd": "[SLAVE_BUILD]",
1336 "env": {
1337 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1338 },
1339 "name": "ContentShellTest.spawn_logcat_monitor",
1340 "~followup_annotations": [
1341 "@@@STEP_NEST_LEVEL@1@@@"
1342 ]
1343 },
1344 {
1345 "cmd": [ 1284 "cmd": [
1346 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1285 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1347 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 1286 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1348 "-v", 1287 "-v",
1349 "--blacklist-file", 1288 "--blacklist-file",
1350 "[SLAVE_BUILD]/src/out/bad_devices.json", 1289 "[SLAVE_BUILD]/src/out/bad_devices.json",
1351 "--release" 1290 "--release"
1352 ], 1291 ],
1353 "cwd": "[SLAVE_BUILD]", 1292 "cwd": "[SLAVE_BUILD]",
1354 "env": { 1293 "env": {
1355 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1294 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1356 }, 1295 },
1357 "name": "ContentShellTest.install ContentShell.apk", 1296 "name": "install ContentShell.apk"
1358 "~followup_annotations": [
1359 "@@@STEP_NEST_LEVEL@1@@@"
1360 ]
1361 }, 1297 },
1362 { 1298 {
1363 "cmd": [ 1299 "cmd": [
1364 "python", 1300 "python",
1365 "-u", 1301 "-u",
1366 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1302 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1367 "instrumentation", 1303 "instrumentation",
1368 "--test-apk", 1304 "--test-apk",
1369 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk", 1305 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
1370 "--blacklist-file", 1306 "--blacklist-file",
1371 "[SLAVE_BUILD]/src/out/bad_devices.json", 1307 "[SLAVE_BUILD]/src/out/bad_devices.json",
1372 "--apk-under-test", 1308 "--apk-under-test",
1373 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk", 1309 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
1374 "--isolate-file-path", 1310 "--isolate-file-path",
1375 "content/content_shell_test_apk.isolate", 1311 "content/content_shell_test_apk.isolate",
1376 "--flakiness-dashboard-server", 1312 "--flakiness-dashboard-server",
1377 "test-results.appspot.com", 1313 "test-results.appspot.com",
1378 "--verbose", 1314 "--verbose",
1379 "--release", 1315 "--release",
1380 "--json-results-file", 1316 "--json-results-file",
1381 "/path/to/tmp/json" 1317 "/path/to/tmp/json"
1382 ], 1318 ],
1383 "cwd": "[SLAVE_BUILD]", 1319 "cwd": "[SLAVE_BUILD]",
1384 "name": "ContentShellTest.Instrumentation test ContentShellTest (with patch) ", 1320 "name": "Instrumentation test ContentShellTest (with patch)",
1385 "~followup_annotations": [ 1321 "~followup_annotations": [
1386 "@@@STEP_NEST_LEVEL@1@@@" 1322 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1387 ] 1323 ]
1388 }, 1324 },
1389 { 1325 {
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_3"
1398 ],
1399 "cwd": "[SLAVE_BUILD]",
1400 "name": "ContentShellTest.logcat_dump",
1401 "~followup_annotations": [
1402 "@@@STEP_NEST_LEVEL@1@@@"
1403 ]
1404 },
1405 {
1406 "cmd": [],
1407 "cwd": "[SLAVE_BUILD]",
1408 "name": "ChromePublicTest"
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_4"
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": "ChromePublicTest.spawn_logcat_monitor",
1422 "~followup_annotations": [
1423 "@@@STEP_NEST_LEVEL@1@@@"
1424 ]
1425 },
1426 {
1427 "cmd": [ 1326 "cmd": [
1428 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1327 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1429 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 1328 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1430 "-v", 1329 "-v",
1431 "--blacklist-file", 1330 "--blacklist-file",
1432 "[SLAVE_BUILD]/src/out/bad_devices.json", 1331 "[SLAVE_BUILD]/src/out/bad_devices.json",
1433 "--release" 1332 "--release"
1434 ], 1333 ],
1435 "cwd": "[SLAVE_BUILD]", 1334 "cwd": "[SLAVE_BUILD]",
1436 "env": { 1335 "env": {
1437 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1336 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1438 }, 1337 },
1439 "name": "ChromePublicTest.install ChromePublic.apk", 1338 "name": "install ChromePublic.apk"
1440 "~followup_annotations": [
1441 "@@@STEP_NEST_LEVEL@1@@@"
1442 ]
1443 }, 1339 },
1444 { 1340 {
1445 "cmd": [ 1341 "cmd": [
1446 "python", 1342 "python",
1447 "-u", 1343 "-u",
1448 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1344 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1449 "instrumentation", 1345 "instrumentation",
1450 "--test-apk", 1346 "--test-apk",
1451 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk", 1347 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
1452 "--blacklist-file", 1348 "--blacklist-file",
1453 "[SLAVE_BUILD]/src/out/bad_devices.json", 1349 "[SLAVE_BUILD]/src/out/bad_devices.json",
1454 "--apk-under-test", 1350 "--apk-under-test",
1455 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk", 1351 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
1456 "--isolate-file-path", 1352 "--isolate-file-path",
1457 "chrome/chrome_public_test_apk.isolate", 1353 "chrome/chrome_public_test_apk.isolate",
1458 "--flakiness-dashboard-server", 1354 "--flakiness-dashboard-server",
1459 "test-results.appspot.com", 1355 "test-results.appspot.com",
1460 "--verbose", 1356 "--verbose",
1461 "--release", 1357 "--release",
1462 "--json-results-file", 1358 "--json-results-file",
1463 "/path/to/tmp/json" 1359 "/path/to/tmp/json"
1464 ], 1360 ],
1465 "cwd": "[SLAVE_BUILD]", 1361 "cwd": "[SLAVE_BUILD]",
1466 "name": "ChromePublicTest.Instrumentation test ChromePublicTest (with patch) ", 1362 "name": "Instrumentation test ChromePublicTest (with patch)",
1467 "~followup_annotations": [ 1363 "~followup_annotations": [
1468 "@@@STEP_NEST_LEVEL@1@@@" 1364 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1469 ] 1365 ]
1470 }, 1366 },
1471 { 1367 {
1472 "cmd": [
1473 "python",
1474 "-u",
1475 "[BUILD]/scripts/slave/tee.py",
1476 "/path/to/tmp/logcat",
1477 "--",
1478 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1479 "[TMP_BASE]/logcat_tmp_4"
1480 ],
1481 "cwd": "[SLAVE_BUILD]",
1482 "name": "ChromePublicTest.logcat_dump",
1483 "~followup_annotations": [
1484 "@@@STEP_NEST_LEVEL@1@@@"
1485 ]
1486 },
1487 {
1488 "cmd": [],
1489 "cwd": "[SLAVE_BUILD]",
1490 "name": "ChromeSyncShellTest"
1491 },
1492 {
1493 "cmd": [
1494 "[BUILD]/scripts/slave/daemonizer.py",
1495 "--",
1496 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1497 "[TMP_BASE]/logcat_tmp_5"
1498 ],
1499 "cwd": "[SLAVE_BUILD]",
1500 "env": {
1501 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1502 },
1503 "name": "ChromeSyncShellTest.spawn_logcat_monitor",
1504 "~followup_annotations": [
1505 "@@@STEP_NEST_LEVEL@1@@@"
1506 ]
1507 },
1508 {
1509 "cmd": [ 1368 "cmd": [
1510 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 1369 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
1511 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 1370 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1512 "-v", 1371 "-v",
1513 "--blacklist-file", 1372 "--blacklist-file",
1514 "[SLAVE_BUILD]/src/out/bad_devices.json", 1373 "[SLAVE_BUILD]/src/out/bad_devices.json",
1515 "--release" 1374 "--release"
1516 ], 1375 ],
1517 "cwd": "[SLAVE_BUILD]", 1376 "cwd": "[SLAVE_BUILD]",
1518 "env": { 1377 "env": {
1519 "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"
1520 }, 1379 },
1521 "name": "ChromeSyncShellTest.install ChromeSyncShell.apk", 1380 "name": "install ChromeSyncShell.apk"
1522 "~followup_annotations": [
1523 "@@@STEP_NEST_LEVEL@1@@@"
1524 ]
1525 }, 1381 },
1526 { 1382 {
1527 "cmd": [ 1383 "cmd": [
1528 "python", 1384 "python",
1529 "-u", 1385 "-u",
1530 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1386 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1531 "instrumentation", 1387 "instrumentation",
1532 "--test-apk", 1388 "--test-apk",
1533 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk", 1389 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
1534 "--blacklist-file", 1390 "--blacklist-file",
1535 "[SLAVE_BUILD]/src/out/bad_devices.json", 1391 "[SLAVE_BUILD]/src/out/bad_devices.json",
1536 "--apk-under-test", 1392 "--apk-under-test",
1537 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk", 1393 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
1538 "--flakiness-dashboard-server", 1394 "--flakiness-dashboard-server",
1539 "test-results.appspot.com", 1395 "test-results.appspot.com",
1540 "--verbose", 1396 "--verbose",
1541 "--release", 1397 "--release",
1542 "--json-results-file", 1398 "--json-results-file",
1543 "/path/to/tmp/json" 1399 "/path/to/tmp/json"
1544 ], 1400 ],
1545 "cwd": "[SLAVE_BUILD]", 1401 "cwd": "[SLAVE_BUILD]",
1546 "name": "ChromeSyncShellTest.Instrumentation test ChromeSyncShellTest (with patch)", 1402 "name": "Instrumentation test ChromeSyncShellTest (with patch)",
1547 "~followup_annotations": [ 1403 "~followup_annotations": [
1548 "@@@STEP_NEST_LEVEL@1@@@" 1404 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
1549 ] 1405 ]
1550 }, 1406 },
1551 { 1407 {
1552 "cmd": [ 1408 "cmd": [
1553 "python", 1409 "python",
1554 "-u", 1410 "-u",
1555 "[BUILD]/scripts/slave/tee.py", 1411 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1556 "/path/to/tmp/logcat", 1412 "gtest",
1557 "--", 1413 "-s",
1558 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 1414 "base_unittests",
1559 "[TMP_BASE]/logcat_tmp_5" 1415 "--blacklist-file",
1560 ], 1416 "[SLAVE_BUILD]/src/out/bad_devices.json",
1561 "cwd": "[SLAVE_BUILD]", 1417 "--verbose",
1562 "name": "ChromeSyncShellTest.logcat_dump", 1418 "--release",
1563 "~followup_annotations": [ 1419 "--flakiness-dashboard-server=test-results.appspot.com",
1564 "@@@STEP_NEST_LEVEL@1@@@" 1420 "--json-results-file",
1565 ] 1421 "/path/to/tmp/json"
1566 },
1567 {
1568 "cmd": [],
1569 "cwd": "[SLAVE_BUILD]",
1570 "name": "base_unittests"
1571 },
1572 {
1573 "cmd": [
1574 "[BUILD]/scripts/slave/daemonizer.py",
1575 "--",
1576 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1577 "[TMP_BASE]/logcat_tmp_6"
1578 ], 1422 ],
1579 "cwd": "[SLAVE_BUILD]", 1423 "cwd": "[SLAVE_BUILD]",
1580 "env": { 1424 "env": {
1581 "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"
1582 }, 1426 },
1583 "name": "base_unittests.spawn_logcat_monitor", 1427 "name": "base_unittests (with patch)"
1584 "~followup_annotations": [
1585 "@@@STEP_NEST_LEVEL@1@@@"
1586 ]
1587 }, 1428 },
1588 { 1429 {
1589 "cmd": [ 1430 "cmd": [
1590 "python", 1431 "python",
1591 "-u", 1432 "-u",
1592 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1433 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1593 "gtest", 1434 "gtest",
1594 "-s", 1435 "-s",
1595 "base_unittests", 1436 "breakpad_unittests",
1596 "--blacklist-file", 1437 "--blacklist-file",
1597 "[SLAVE_BUILD]/src/out/bad_devices.json", 1438 "[SLAVE_BUILD]/src/out/bad_devices.json",
1598 "--verbose", 1439 "--verbose",
1599 "--release", 1440 "--release",
1441 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1600 "--flakiness-dashboard-server=test-results.appspot.com", 1442 "--flakiness-dashboard-server=test-results.appspot.com",
1601 "--json-results-file", 1443 "--json-results-file",
1602 "/path/to/tmp/json" 1444 "/path/to/tmp/json"
1603 ], 1445 ],
1604 "cwd": "[SLAVE_BUILD]", 1446 "cwd": "[SLAVE_BUILD]",
1605 "env": { 1447 "env": {
1606 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1448 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1607 }, 1449 },
1608 "name": "base_unittests.base_unittests (with patch)", 1450 "name": "breakpad_unittests (with patch)"
1609 "~followup_annotations": [
1610 "@@@STEP_NEST_LEVEL@1@@@"
1611 ]
1612 }, 1451 },
1613 { 1452 {
1614 "cmd": [ 1453 "cmd": [
1615 "python", 1454 "python",
1616 "-u", 1455 "-u",
1617 "[BUILD]/scripts/slave/tee.py", 1456 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1618 "/path/to/tmp/logcat", 1457 "gtest",
1619 "--", 1458 "-s",
1620 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 1459 "cc_unittests",
1621 "[TMP_BASE]/logcat_tmp_6" 1460 "--blacklist-file",
1622 ], 1461 "[SLAVE_BUILD]/src/out/bad_devices.json",
1623 "cwd": "[SLAVE_BUILD]", 1462 "--verbose",
1624 "name": "base_unittests.logcat_dump", 1463 "--release",
1625 "~followup_annotations": [ 1464 "--flakiness-dashboard-server=test-results.appspot.com",
1626 "@@@STEP_NEST_LEVEL@1@@@" 1465 "--json-results-file",
1627 ] 1466 "/path/to/tmp/json"
1628 },
1629 {
1630 "cmd": [],
1631 "cwd": "[SLAVE_BUILD]",
1632 "name": "breakpad_unittests"
1633 },
1634 {
1635 "cmd": [
1636 "[BUILD]/scripts/slave/daemonizer.py",
1637 "--",
1638 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1639 "[TMP_BASE]/logcat_tmp_7"
1640 ], 1467 ],
1641 "cwd": "[SLAVE_BUILD]", 1468 "cwd": "[SLAVE_BUILD]",
1642 "env": { 1469 "env": {
1643 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1470 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1644 }, 1471 },
1645 "name": "breakpad_unittests.spawn_logcat_monitor", 1472 "name": "cc_unittests (with patch)"
1646 "~followup_annotations": [
1647 "@@@STEP_NEST_LEVEL@1@@@"
1648 ]
1649 }, 1473 },
1650 { 1474 {
1651 "cmd": [ 1475 "cmd": [
1652 "python", 1476 "python",
1653 "-u", 1477 "-u",
1654 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1478 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1655 "gtest", 1479 "gtest",
1656 "-s", 1480 "-s",
1657 "breakpad_unittests", 1481 "content_browsertests",
1658 "--blacklist-file", 1482 "--blacklist-file",
1659 "[SLAVE_BUILD]/src/out/bad_devices.json", 1483 "[SLAVE_BUILD]/src/out/bad_devices.json",
1660 "--verbose", 1484 "--verbose",
1661 "--release", 1485 "--release",
1662 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate ",
1663 "--flakiness-dashboard-server=test-results.appspot.com", 1486 "--flakiness-dashboard-server=test-results.appspot.com",
1664 "--json-results-file", 1487 "--json-results-file",
1665 "/path/to/tmp/json" 1488 "/path/to/tmp/json"
1666 ], 1489 ],
1667 "cwd": "[SLAVE_BUILD]", 1490 "cwd": "[SLAVE_BUILD]",
1668 "env": { 1491 "env": {
1669 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1492 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1670 }, 1493 },
1671 "name": "breakpad_unittests.breakpad_unittests (with patch)", 1494 "name": "content_browsertests (with patch)"
1672 "~followup_annotations": [
1673 "@@@STEP_NEST_LEVEL@1@@@"
1674 ]
1675 }, 1495 },
1676 { 1496 {
1677 "cmd": [ 1497 "cmd": [
1678 "python", 1498 "python",
1679 "-u", 1499 "-u",
1680 "[BUILD]/scripts/slave/tee.py", 1500 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1681 "/path/to/tmp/logcat", 1501 "gtest",
1682 "--", 1502 "-s",
1683 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 1503 "content_unittests",
1684 "[TMP_BASE]/logcat_tmp_7" 1504 "--blacklist-file",
1685 ], 1505 "[SLAVE_BUILD]/src/out/bad_devices.json",
1686 "cwd": "[SLAVE_BUILD]", 1506 "--verbose",
1687 "name": "breakpad_unittests.logcat_dump", 1507 "--release",
1688 "~followup_annotations": [ 1508 "--flakiness-dashboard-server=test-results.appspot.com",
1689 "@@@STEP_NEST_LEVEL@1@@@" 1509 "--json-results-file",
1690 ] 1510 "/path/to/tmp/json"
1691 },
1692 {
1693 "cmd": [],
1694 "cwd": "[SLAVE_BUILD]",
1695 "name": "cc_unittests"
1696 },
1697 {
1698 "cmd": [
1699 "[BUILD]/scripts/slave/daemonizer.py",
1700 "--",
1701 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1702 "[TMP_BASE]/logcat_tmp_8"
1703 ], 1511 ],
1704 "cwd": "[SLAVE_BUILD]", 1512 "cwd": "[SLAVE_BUILD]",
1705 "env": { 1513 "env": {
1706 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1514 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1707 }, 1515 },
1708 "name": "cc_unittests.spawn_logcat_monitor", 1516 "name": "content_unittests (with patch)"
1709 "~followup_annotations": [
1710 "@@@STEP_NEST_LEVEL@1@@@"
1711 ]
1712 }, 1517 },
1713 { 1518 {
1714 "cmd": [ 1519 "cmd": [
1715 "python", 1520 "python",
1716 "-u", 1521 "-u",
1717 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1522 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1718 "gtest", 1523 "gtest",
1719 "-s", 1524 "-s",
1720 "cc_unittests", 1525 "gpu_unittests",
1721 "--blacklist-file", 1526 "--blacklist-file",
1722 "[SLAVE_BUILD]/src/out/bad_devices.json", 1527 "[SLAVE_BUILD]/src/out/bad_devices.json",
1723 "--verbose", 1528 "--verbose",
1724 "--release", 1529 "--release",
1725 "--flakiness-dashboard-server=test-results.appspot.com", 1530 "--flakiness-dashboard-server=test-results.appspot.com",
1726 "--json-results-file", 1531 "--json-results-file",
1727 "/path/to/tmp/json" 1532 "/path/to/tmp/json"
1728 ], 1533 ],
1729 "cwd": "[SLAVE_BUILD]", 1534 "cwd": "[SLAVE_BUILD]",
1730 "env": { 1535 "env": {
1731 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1732 }, 1537 },
1733 "name": "cc_unittests.cc_unittests (with patch)", 1538 "name": "gpu_unittests (with patch)"
1734 "~followup_annotations": [
1735 "@@@STEP_NEST_LEVEL@1@@@"
1736 ]
1737 }, 1539 },
1738 { 1540 {
1739 "cmd": [ 1541 "cmd": [
1740 "python", 1542 "python",
1741 "-u", 1543 "-u",
1742 "[BUILD]/scripts/slave/tee.py", 1544 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1743 "/path/to/tmp/logcat", 1545 "gtest",
1744 "--", 1546 "-s",
1745 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 1547 "media_unittests",
1746 "[TMP_BASE]/logcat_tmp_8" 1548 "--blacklist-file",
1747 ], 1549 "[SLAVE_BUILD]/src/out/bad_devices.json",
1748 "cwd": "[SLAVE_BUILD]", 1550 "--verbose",
1749 "name": "cc_unittests.logcat_dump", 1551 "--release",
1750 "~followup_annotations": [ 1552 "--flakiness-dashboard-server=test-results.appspot.com",
1751 "@@@STEP_NEST_LEVEL@1@@@" 1553 "--json-results-file",
1752 ] 1554 "/path/to/tmp/json"
1753 },
1754 {
1755 "cmd": [],
1756 "cwd": "[SLAVE_BUILD]",
1757 "name": "content_browsertests"
1758 },
1759 {
1760 "cmd": [
1761 "[BUILD]/scripts/slave/daemonizer.py",
1762 "--",
1763 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1764 "[TMP_BASE]/logcat_tmp_9"
1765 ], 1555 ],
1766 "cwd": "[SLAVE_BUILD]", 1556 "cwd": "[SLAVE_BUILD]",
1767 "env": { 1557 "env": {
1768 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1558 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1769 }, 1559 },
1770 "name": "content_browsertests.spawn_logcat_monitor", 1560 "name": "media_unittests (with patch)"
1771 "~followup_annotations": [
1772 "@@@STEP_NEST_LEVEL@1@@@"
1773 ]
1774 }, 1561 },
1775 { 1562 {
1776 "cmd": [ 1563 "cmd": [
1564 "python",
1565 "-u",
1566 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1567 "gtest",
1568 "-s",
1569 "net_unittests",
1570 "--blacklist-file",
1571 "[SLAVE_BUILD]/src/out/bad_devices.json",
1572 "--verbose",
1573 "--release",
1574 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
1575 "--flakiness-dashboard-server=test-results.appspot.com",
1576 "--json-results-file",
1577 "/path/to/tmp/json",
1578 "-t",
1579 "300"
1580 ],
1581 "cwd": "[SLAVE_BUILD]",
1582 "env": {
1583 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1584 },
1585 "name": "net_unittests (with patch)"
1586 },
1587 {
1588 "cmd": [
1777 "python", 1589 "python",
1778 "-u", 1590 "-u",
1779 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1591 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1780 "gtest", 1592 "gtest",
1781 "-s", 1593 "-s",
1782 "content_browsertests", 1594 "sandbox_linux_unittests",
1783 "--blacklist-file", 1595 "--blacklist-file",
1784 "[SLAVE_BUILD]/src/out/bad_devices.json", 1596 "[SLAVE_BUILD]/src/out/bad_devices.json",
1785 "--verbose", 1597 "--verbose",
1786 "--release", 1598 "--release",
1787 "--flakiness-dashboard-server=test-results.appspot.com", 1599 "--flakiness-dashboard-server=test-results.appspot.com",
1788 "--json-results-file", 1600 "--json-results-file",
1789 "/path/to/tmp/json" 1601 "/path/to/tmp/json"
1790 ], 1602 ],
1791 "cwd": "[SLAVE_BUILD]", 1603 "cwd": "[SLAVE_BUILD]",
1792 "env": { 1604 "env": {
1793 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1605 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1794 }, 1606 },
1795 "name": "content_browsertests.content_browsertests (with patch)", 1607 "name": "sandbox_linux_unittests (with patch)"
1796 "~followup_annotations": [
1797 "@@@STEP_NEST_LEVEL@1@@@"
1798 ]
1799 }, 1608 },
1800 { 1609 {
1801 "cmd": [ 1610 "cmd": [
1802 "python",
1803 "-u",
1804 "[BUILD]/scripts/slave/tee.py",
1805 "/path/to/tmp/logcat",
1806 "--",
1807 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1808 "[TMP_BASE]/logcat_tmp_9"
1809 ],
1810 "cwd": "[SLAVE_BUILD]",
1811 "name": "content_browsertests.logcat_dump",
1812 "~followup_annotations": [
1813 "@@@STEP_NEST_LEVEL@1@@@"
1814 ]
1815 },
1816 {
1817 "cmd": [],
1818 "cwd": "[SLAVE_BUILD]",
1819 "name": "content_unittests"
1820 },
1821 {
1822 "cmd": [
1823 "[BUILD]/scripts/slave/daemonizer.py",
1824 "--",
1825 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1826 "[TMP_BASE]/logcat_tmp_10"
1827 ],
1828 "cwd": "[SLAVE_BUILD]",
1829 "env": {
1830 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1831 },
1832 "name": "content_unittests.spawn_logcat_monitor",
1833 "~followup_annotations": [
1834 "@@@STEP_NEST_LEVEL@1@@@"
1835 ]
1836 },
1837 {
1838 "cmd": [
1839 "python",
1840 "-u",
1841 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1842 "gtest",
1843 "-s",
1844 "content_unittests",
1845 "--blacklist-file",
1846 "[SLAVE_BUILD]/src/out/bad_devices.json",
1847 "--verbose",
1848 "--release",
1849 "--flakiness-dashboard-server=test-results.appspot.com",
1850 "--json-results-file",
1851 "/path/to/tmp/json"
1852 ],
1853 "cwd": "[SLAVE_BUILD]",
1854 "env": {
1855 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1856 },
1857 "name": "content_unittests.content_unittests (with patch)",
1858 "~followup_annotations": [
1859 "@@@STEP_NEST_LEVEL@1@@@"
1860 ]
1861 },
1862 {
1863 "cmd": [
1864 "python",
1865 "-u",
1866 "[BUILD]/scripts/slave/tee.py",
1867 "/path/to/tmp/logcat",
1868 "--",
1869 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1870 "[TMP_BASE]/logcat_tmp_10"
1871 ],
1872 "cwd": "[SLAVE_BUILD]",
1873 "name": "content_unittests.logcat_dump",
1874 "~followup_annotations": [
1875 "@@@STEP_NEST_LEVEL@1@@@"
1876 ]
1877 },
1878 {
1879 "cmd": [],
1880 "cwd": "[SLAVE_BUILD]",
1881 "name": "gpu_unittests"
1882 },
1883 {
1884 "cmd": [
1885 "[BUILD]/scripts/slave/daemonizer.py",
1886 "--",
1887 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1888 "[TMP_BASE]/logcat_tmp_11"
1889 ],
1890 "cwd": "[SLAVE_BUILD]",
1891 "env": {
1892 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1893 },
1894 "name": "gpu_unittests.spawn_logcat_monitor",
1895 "~followup_annotations": [
1896 "@@@STEP_NEST_LEVEL@1@@@"
1897 ]
1898 },
1899 {
1900 "cmd": [
1901 "python",
1902 "-u",
1903 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1904 "gtest",
1905 "-s",
1906 "gpu_unittests",
1907 "--blacklist-file",
1908 "[SLAVE_BUILD]/src/out/bad_devices.json",
1909 "--verbose",
1910 "--release",
1911 "--flakiness-dashboard-server=test-results.appspot.com",
1912 "--json-results-file",
1913 "/path/to/tmp/json"
1914 ],
1915 "cwd": "[SLAVE_BUILD]",
1916 "env": {
1917 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1918 },
1919 "name": "gpu_unittests.gpu_unittests (with patch)",
1920 "~followup_annotations": [
1921 "@@@STEP_NEST_LEVEL@1@@@"
1922 ]
1923 },
1924 {
1925 "cmd": [
1926 "python",
1927 "-u",
1928 "[BUILD]/scripts/slave/tee.py",
1929 "/path/to/tmp/logcat",
1930 "--",
1931 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1932 "[TMP_BASE]/logcat_tmp_11"
1933 ],
1934 "cwd": "[SLAVE_BUILD]",
1935 "name": "gpu_unittests.logcat_dump",
1936 "~followup_annotations": [
1937 "@@@STEP_NEST_LEVEL@1@@@"
1938 ]
1939 },
1940 {
1941 "cmd": [],
1942 "cwd": "[SLAVE_BUILD]",
1943 "name": "media_unittests"
1944 },
1945 {
1946 "cmd": [
1947 "[BUILD]/scripts/slave/daemonizer.py",
1948 "--",
1949 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
1950 "[TMP_BASE]/logcat_tmp_12"
1951 ],
1952 "cwd": "[SLAVE_BUILD]",
1953 "env": {
1954 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1955 },
1956 "name": "media_unittests.spawn_logcat_monitor",
1957 "~followup_annotations": [
1958 "@@@STEP_NEST_LEVEL@1@@@"
1959 ]
1960 },
1961 {
1962 "cmd": [
1963 "python",
1964 "-u",
1965 "[SLAVE_BUILD]/src/build/android/test_runner.py",
1966 "gtest",
1967 "-s",
1968 "media_unittests",
1969 "--blacklist-file",
1970 "[SLAVE_BUILD]/src/out/bad_devices.json",
1971 "--verbose",
1972 "--release",
1973 "--flakiness-dashboard-server=test-results.appspot.com",
1974 "--json-results-file",
1975 "/path/to/tmp/json"
1976 ],
1977 "cwd": "[SLAVE_BUILD]",
1978 "env": {
1979 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
1980 },
1981 "name": "media_unittests.media_unittests (with patch)",
1982 "~followup_annotations": [
1983 "@@@STEP_NEST_LEVEL@1@@@"
1984 ]
1985 },
1986 {
1987 "cmd": [
1988 "python",
1989 "-u",
1990 "[BUILD]/scripts/slave/tee.py",
1991 "/path/to/tmp/logcat",
1992 "--",
1993 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
1994 "[TMP_BASE]/logcat_tmp_12"
1995 ],
1996 "cwd": "[SLAVE_BUILD]",
1997 "name": "media_unittests.logcat_dump",
1998 "~followup_annotations": [
1999 "@@@STEP_NEST_LEVEL@1@@@"
2000 ]
2001 },
2002 {
2003 "cmd": [],
2004 "cwd": "[SLAVE_BUILD]",
2005 "name": "net_unittests"
2006 },
2007 {
2008 "cmd": [
2009 "[BUILD]/scripts/slave/daemonizer.py",
2010 "--",
2011 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2012 "[TMP_BASE]/logcat_tmp_13"
2013 ],
2014 "cwd": "[SLAVE_BUILD]",
2015 "env": {
2016 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2017 },
2018 "name": "net_unittests.spawn_logcat_monitor",
2019 "~followup_annotations": [
2020 "@@@STEP_NEST_LEVEL@1@@@"
2021 ]
2022 },
2023 {
2024 "cmd": [
2025 "python",
2026 "-u",
2027 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2028 "gtest",
2029 "-s",
2030 "net_unittests",
2031 "--blacklist-file",
2032 "[SLAVE_BUILD]/src/out/bad_devices.json",
2033 "--verbose",
2034 "--release",
2035 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate",
2036 "--flakiness-dashboard-server=test-results.appspot.com",
2037 "--json-results-file",
2038 "/path/to/tmp/json",
2039 "-t",
2040 "300"
2041 ],
2042 "cwd": "[SLAVE_BUILD]",
2043 "env": {
2044 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2045 },
2046 "name": "net_unittests.net_unittests (with patch)",
2047 "~followup_annotations": [
2048 "@@@STEP_NEST_LEVEL@1@@@"
2049 ]
2050 },
2051 {
2052 "cmd": [
2053 "python",
2054 "-u",
2055 "[BUILD]/scripts/slave/tee.py",
2056 "/path/to/tmp/logcat",
2057 "--",
2058 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2059 "[TMP_BASE]/logcat_tmp_13"
2060 ],
2061 "cwd": "[SLAVE_BUILD]",
2062 "name": "net_unittests.logcat_dump",
2063 "~followup_annotations": [
2064 "@@@STEP_NEST_LEVEL@1@@@"
2065 ]
2066 },
2067 {
2068 "cmd": [],
2069 "cwd": "[SLAVE_BUILD]",
2070 "name": "sandbox_linux_unittests"
2071 },
2072 {
2073 "cmd": [
2074 "[BUILD]/scripts/slave/daemonizer.py",
2075 "--",
2076 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2077 "[TMP_BASE]/logcat_tmp_14"
2078 ],
2079 "cwd": "[SLAVE_BUILD]",
2080 "env": {
2081 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2082 },
2083 "name": "sandbox_linux_unittests.spawn_logcat_monitor",
2084 "~followup_annotations": [
2085 "@@@STEP_NEST_LEVEL@1@@@"
2086 ]
2087 },
2088 {
2089 "cmd": [
2090 "python",
2091 "-u",
2092 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2093 "gtest",
2094 "-s",
2095 "sandbox_linux_unittests",
2096 "--blacklist-file",
2097 "[SLAVE_BUILD]/src/out/bad_devices.json",
2098 "--verbose",
2099 "--release",
2100 "--flakiness-dashboard-server=test-results.appspot.com",
2101 "--json-results-file",
2102 "/path/to/tmp/json"
2103 ],
2104 "cwd": "[SLAVE_BUILD]",
2105 "env": {
2106 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2107 },
2108 "name": "sandbox_linux_unittests.sandbox_linux_unittests (with patch)",
2109 "~followup_annotations": [
2110 "@@@STEP_NEST_LEVEL@1@@@"
2111 ]
2112 },
2113 {
2114 "cmd": [
2115 "python",
2116 "-u",
2117 "[BUILD]/scripts/slave/tee.py",
2118 "/path/to/tmp/logcat",
2119 "--",
2120 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2121 "[TMP_BASE]/logcat_tmp_14"
2122 ],
2123 "cwd": "[SLAVE_BUILD]",
2124 "name": "sandbox_linux_unittests.logcat_dump",
2125 "~followup_annotations": [
2126 "@@@STEP_NEST_LEVEL@1@@@"
2127 ]
2128 },
2129 {
2130 "cmd": [],
2131 "cwd": "[SLAVE_BUILD]",
2132 "name": "ui_base_unittests"
2133 },
2134 {
2135 "cmd": [
2136 "[BUILD]/scripts/slave/daemonizer.py",
2137 "--",
2138 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2139 "[TMP_BASE]/logcat_tmp_15"
2140 ],
2141 "cwd": "[SLAVE_BUILD]",
2142 "env": {
2143 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2144 },
2145 "name": "ui_base_unittests.spawn_logcat_monitor",
2146 "~followup_annotations": [
2147 "@@@STEP_NEST_LEVEL@1@@@"
2148 ]
2149 },
2150 {
2151 "cmd": [
2152 "python", 1611 "python",
2153 "-u", 1612 "-u",
2154 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1613 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2155 "gtest", 1614 "gtest",
2156 "-s", 1615 "-s",
2157 "ui_base_unittests", 1616 "ui_base_unittests",
2158 "--blacklist-file", 1617 "--blacklist-file",
2159 "[SLAVE_BUILD]/src/out/bad_devices.json", 1618 "[SLAVE_BUILD]/src/out/bad_devices.json",
2160 "--verbose", 1619 "--verbose",
2161 "--release", 1620 "--release",
2162 "--flakiness-dashboard-server=test-results.appspot.com", 1621 "--flakiness-dashboard-server=test-results.appspot.com",
2163 "--json-results-file", 1622 "--json-results-file",
2164 "/path/to/tmp/json" 1623 "/path/to/tmp/json"
2165 ], 1624 ],
2166 "cwd": "[SLAVE_BUILD]", 1625 "cwd": "[SLAVE_BUILD]",
2167 "env": { 1626 "env": {
2168 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1627 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2169 }, 1628 },
2170 "name": "ui_base_unittests.ui_base_unittests (with patch)", 1629 "name": "ui_base_unittests (with patch)"
2171 "~followup_annotations": [
2172 "@@@STEP_NEST_LEVEL@1@@@"
2173 ]
2174 }, 1630 },
2175 { 1631 {
2176 "cmd": [ 1632 "cmd": [
2177 "python",
2178 "-u",
2179 "[BUILD]/scripts/slave/tee.py",
2180 "/path/to/tmp/logcat",
2181 "--",
2182 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2183 "[TMP_BASE]/logcat_tmp_15"
2184 ],
2185 "cwd": "[SLAVE_BUILD]",
2186 "name": "ui_base_unittests.logcat_dump",
2187 "~followup_annotations": [
2188 "@@@STEP_NEST_LEVEL@1@@@"
2189 ]
2190 },
2191 {
2192 "cmd": [],
2193 "cwd": "[SLAVE_BUILD]",
2194 "name": "unit_tests"
2195 },
2196 {
2197 "cmd": [
2198 "[BUILD]/scripts/slave/daemonizer.py",
2199 "--",
2200 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
2201 "[TMP_BASE]/logcat_tmp_16"
2202 ],
2203 "cwd": "[SLAVE_BUILD]",
2204 "env": {
2205 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2206 },
2207 "name": "unit_tests.spawn_logcat_monitor",
2208 "~followup_annotations": [
2209 "@@@STEP_NEST_LEVEL@1@@@"
2210 ]
2211 },
2212 {
2213 "cmd": [
2214 "python", 1633 "python",
2215 "-u", 1634 "-u",
2216 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1635 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2217 "gtest", 1636 "gtest",
2218 "-s", 1637 "-s",
2219 "unit_tests", 1638 "unit_tests",
2220 "--blacklist-file", 1639 "--blacklist-file",
2221 "[SLAVE_BUILD]/src/out/bad_devices.json", 1640 "[SLAVE_BUILD]/src/out/bad_devices.json",
2222 "--verbose", 1641 "--verbose",
2223 "--release", 1642 "--release",
2224 "--flakiness-dashboard-server=test-results.appspot.com", 1643 "--flakiness-dashboard-server=test-results.appspot.com",
2225 "--json-results-file", 1644 "--json-results-file",
2226 "/path/to/tmp/json" 1645 "/path/to/tmp/json"
2227 ], 1646 ],
2228 "cwd": "[SLAVE_BUILD]", 1647 "cwd": "[SLAVE_BUILD]",
2229 "env": { 1648 "env": {
2230 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 1649 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2231 }, 1650 },
2232 "name": "unit_tests.unit_tests (with patch)", 1651 "name": "unit_tests (with patch)"
2233 "~followup_annotations": [
2234 "@@@STEP_NEST_LEVEL@1@@@"
2235 ]
2236 }, 1652 },
2237 { 1653 {
2238 "cmd": [ 1654 "cmd": [
2239 "python",
2240 "-u",
2241 "[BUILD]/scripts/slave/tee.py",
2242 "/path/to/tmp/logcat",
2243 "--",
2244 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
2245 "[TMP_BASE]/logcat_tmp_16"
2246 ],
2247 "cwd": "[SLAVE_BUILD]",
2248 "name": "unit_tests.logcat_dump",
2249 "~followup_annotations": [
2250 "@@@STEP_NEST_LEVEL@1@@@"
2251 ]
2252 },
2253 {
2254 "cmd": [
2255 "python", 1655 "python",
2256 "-u", 1656 "-u",
2257 "[SLAVE_BUILD]/src/build/android/test_runner.py", 1657 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2258 "junit", 1658 "junit",
2259 "-s", 1659 "-s",
2260 "junit_unit_tests", 1660 "junit_unit_tests",
2261 "--verbose", 1661 "--verbose",
2262 "--release", 1662 "--release",
2263 "--json-results-file", 1663 "--json-results-file",
2264 "/path/to/tmp/json" 1664 "/path/to/tmp/json"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 "http", 1762 "http",
2363 "--device-type", 1763 "--device-type",
2364 "Android", 1764 "Android",
2365 "--remote-device", 1765 "--remote-device",
2366 "Nexus 5", 1766 "Nexus 5",
2367 "--remote-device-os", 1767 "--remote-device-os",
2368 "4.4.2", 1768 "4.4.2",
2369 "--collect", 1769 "--collect",
2370 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1770 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2371 "--results-path", 1771 "--results-path",
2372 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1772 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2373 "--verbose", 1773 "--verbose",
2374 "--json-results-file", 1774 "--json-results-file",
2375 "/path/to/tmp/json", 1775 "/path/to/tmp/json",
2376 "--release" 1776 "--release"
2377 ], 1777 ],
2378 "cwd": "[SLAVE_BUILD]", 1778 "cwd": "[SLAVE_BUILD]",
2379 "name": "[collect] android_webview_unittests (with patch)", 1779 "name": "[collect] android_webview_unittests (with patch)",
2380 "~followup_annotations": [ 1780 "~followup_annotations": [
2381 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1781 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2382 ] 1782 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2429 "http", 1829 "http",
2430 "--device-type", 1830 "--device-type",
2431 "Android", 1831 "Android",
2432 "--remote-device", 1832 "--remote-device",
2433 "Nexus 5", 1833 "Nexus 5",
2434 "--remote-device-os", 1834 "--remote-device-os",
2435 "4.4.2", 1835 "4.4.2",
2436 "--collect", 1836 "--collect",
2437 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1837 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2438 "--results-path", 1838 "--results-path",
2439 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1839 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2440 "--verbose", 1840 "--verbose",
2441 "--json-results-file", 1841 "--json-results-file",
2442 "/path/to/tmp/json", 1842 "/path/to/tmp/json",
2443 "--release" 1843 "--release"
2444 ], 1844 ],
2445 "cwd": "[SLAVE_BUILD]", 1845 "cwd": "[SLAVE_BUILD]",
2446 "name": "[collect] components_unittests (with patch)", 1846 "name": "[collect] components_unittests (with patch)",
2447 "~followup_annotations": [ 1847 "~followup_annotations": [
2448 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1848 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2449 ] 1849 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 "http", 1894 "http",
2495 "--device-type", 1895 "--device-type",
2496 "Android", 1896 "Android",
2497 "--remote-device", 1897 "--remote-device",
2498 "Nexus 5", 1898 "Nexus 5",
2499 "--remote-device-os", 1899 "--remote-device-os",
2500 "4.4.2", 1900 "4.4.2",
2501 "--collect", 1901 "--collect",
2502 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1902 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2503 "--results-path", 1903 "--results-path",
2504 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1904 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2505 "--verbose", 1905 "--verbose",
2506 "--json-results-file", 1906 "--json-results-file",
2507 "/path/to/tmp/json", 1907 "/path/to/tmp/json",
2508 "--release" 1908 "--release"
2509 ], 1909 ],
2510 "cwd": "[SLAVE_BUILD]", 1910 "cwd": "[SLAVE_BUILD]",
2511 "name": "[collect] events_unittests (with patch)", 1911 "name": "[collect] events_unittests (with patch)",
2512 "~followup_annotations": [ 1912 "~followup_annotations": [
2513 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1913 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2514 ] 1914 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2559 "http", 1959 "http",
2560 "--device-type", 1960 "--device-type",
2561 "Android", 1961 "Android",
2562 "--remote-device", 1962 "--remote-device",
2563 "Nexus 5", 1963 "Nexus 5",
2564 "--remote-device-os", 1964 "--remote-device-os",
2565 "4.4.2", 1965 "4.4.2",
2566 "--collect", 1966 "--collect",
2567 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 1967 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2568 "--results-path", 1968 "--results-path",
2569 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 1969 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2570 "--verbose", 1970 "--verbose",
2571 "--json-results-file", 1971 "--json-results-file",
2572 "/path/to/tmp/json", 1972 "/path/to/tmp/json",
2573 "--release" 1973 "--release"
2574 ], 1974 ],
2575 "cwd": "[SLAVE_BUILD]", 1975 "cwd": "[SLAVE_BUILD]",
2576 "name": "[collect] gl_tests (with patch)", 1976 "name": "[collect] gl_tests (with patch)",
2577 "~followup_annotations": [ 1977 "~followup_annotations": [
2578 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 1978 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2579 ] 1979 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 "http", 2024 "http",
2625 "--device-type", 2025 "--device-type",
2626 "Android", 2026 "Android",
2627 "--remote-device", 2027 "--remote-device",
2628 "Nexus 5", 2028 "Nexus 5",
2629 "--remote-device-os", 2029 "--remote-device-os",
2630 "4.4.2", 2030 "4.4.2",
2631 "--collect", 2031 "--collect",
2632 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2032 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2633 "--results-path", 2033 "--results-path",
2634 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2034 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2635 "--verbose", 2035 "--verbose",
2636 "--json-results-file", 2036 "--json-results-file",
2637 "/path/to/tmp/json", 2037 "/path/to/tmp/json",
2638 "--release" 2038 "--release"
2639 ], 2039 ],
2640 "cwd": "[SLAVE_BUILD]", 2040 "cwd": "[SLAVE_BUILD]",
2641 "name": "[collect] ipc_tests (with patch)", 2041 "name": "[collect] ipc_tests (with patch)",
2642 "~followup_annotations": [ 2042 "~followup_annotations": [
2643 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2043 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2644 ] 2044 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2691 "http", 2091 "http",
2692 "--device-type", 2092 "--device-type",
2693 "Android", 2093 "Android",
2694 "--remote-device", 2094 "--remote-device",
2695 "Nexus 5", 2095 "Nexus 5",
2696 "--remote-device-os", 2096 "--remote-device-os",
2697 "4.4.2", 2097 "4.4.2",
2698 "--collect", 2098 "--collect",
2699 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2099 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2700 "--results-path", 2100 "--results-path",
2701 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2101 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2702 "--verbose", 2102 "--verbose",
2703 "--json-results-file", 2103 "--json-results-file",
2704 "/path/to/tmp/json", 2104 "/path/to/tmp/json",
2705 "--release" 2105 "--release"
2706 ], 2106 ],
2707 "cwd": "[SLAVE_BUILD]", 2107 "cwd": "[SLAVE_BUILD]",
2708 "name": "[collect] sql_unittests (with patch)", 2108 "name": "[collect] sql_unittests (with patch)",
2709 "~followup_annotations": [ 2109 "~followup_annotations": [
2710 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2110 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2711 ] 2111 ]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2758 "http", 2158 "http",
2759 "--device-type", 2159 "--device-type",
2760 "Android", 2160 "Android",
2761 "--remote-device", 2161 "--remote-device",
2762 "Nexus 5", 2162 "Nexus 5",
2763 "--remote-device-os", 2163 "--remote-device-os",
2764 "4.4.2", 2164 "4.4.2",
2765 "--collect", 2165 "--collect",
2766 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2166 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2767 "--results-path", 2167 "--results-path",
2768 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2168 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2769 "--verbose", 2169 "--verbose",
2770 "--json-results-file", 2170 "--json-results-file",
2771 "/path/to/tmp/json", 2171 "/path/to/tmp/json",
2772 "--release" 2172 "--release"
2773 ], 2173 ],
2774 "cwd": "[SLAVE_BUILD]", 2174 "cwd": "[SLAVE_BUILD]",
2775 "name": "[collect] sync_unit_tests (with patch)", 2175 "name": "[collect] sync_unit_tests (with patch)",
2776 "~followup_annotations": [ 2176 "~followup_annotations": [
2777 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2177 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2778 ] 2178 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2823 "http", 2223 "http",
2824 "--device-type", 2224 "--device-type",
2825 "Android", 2225 "Android",
2826 "--remote-device", 2226 "--remote-device",
2827 "Nexus 5", 2227 "Nexus 5",
2828 "--remote-device-os", 2228 "--remote-device-os",
2829 "4.4.2", 2229 "4.4.2",
2830 "--collect", 2230 "--collect",
2831 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2231 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2832 "--results-path", 2232 "--results-path",
2833 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2233 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2834 "--verbose", 2234 "--verbose",
2835 "--json-results-file", 2235 "--json-results-file",
2836 "/path/to/tmp/json", 2236 "/path/to/tmp/json",
2837 "--release" 2237 "--release"
2838 ], 2238 ],
2839 "cwd": "[SLAVE_BUILD]", 2239 "cwd": "[SLAVE_BUILD]",
2840 "name": "[collect] ui_android_unittests (with patch)", 2240 "name": "[collect] ui_android_unittests (with patch)",
2841 "~followup_annotations": [ 2241 "~followup_annotations": [
2842 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 2242 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2843 ] 2243 ]
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2888 "http", 2288 "http",
2889 "--device-type", 2289 "--device-type",
2890 "Android", 2290 "Android",
2891 "--remote-device", 2291 "--remote-device",
2892 "Nexus 5", 2292 "Nexus 5",
2893 "--remote-device-os", 2293 "--remote-device-os",
2894 "4.4.2", 2294 "4.4.2",
2895 "--collect", 2295 "--collect",
2896 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 2296 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json",
2897 "--results-path", 2297 "--results-path",
2898 "[TMP_BASE]/amp_results_tmp_17/T35TRUN1D/results.zip", 2298 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip",
2899 "--verbose", 2299 "--verbose",
2900 "--json-results-file", 2300 "--json-results-file",
2901 "/path/to/tmp/json", 2301 "/path/to/tmp/json",
2902 "--release" 2302 "--release"
2903 ], 2303 ],
2904 "cwd": "[SLAVE_BUILD]", 2304 "cwd": "[SLAVE_BUILD]",
2905 "name": "[collect] ui_touch_selection_unittests (with patch)", 2305 "name": "[collect] ui_touch_selection_unittests (with patch)",
2906 "~followup_annotations": [ 2306 "~followup_annotations": [
2907 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", 2307 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
2908 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2308 ]
2909 ] 2309 },
2910 }, 2310 {
2911 { 2311 "cmd": [
2912 "cmd": [ 2312 "python",
2913 "python", 2313 "-u",
2914 "-u", 2314 "[BUILD]/scripts/slave/bot_update.py",
2915 "import sys; sys.exit(1)" 2315 "--master",
2916 ], 2316 "tryserver.chromium.linux",
2917 "cwd": "[SLAVE_BUILD]", 2317 "--builder",
2918 "name": "AndroidWebViewTest (2)", 2318 "android_amp",
2919 "~followup_annotations": [ 2319 "--slave",
2920 "step returned non-zero exit code: 1", 2320 "TestSlavename",
2921 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2321 "--spec",
2922 "@@@STEP_FAILURE@@@", 2322 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']",
2923 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2323 "--root",
2924 ] 2324 "src",
2925 }, 2325 "--revision_mapping_file",
2926 { 2326 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
2927 "cmd": [ 2327 "--rietveld_server",
2928 "python", 2328 "https://codereview.chromium.org",
2929 "-u", 2329 "--output_json",
2930 "import sys; sys.exit(1)" 2330 "/path/to/tmp/json",
2931 ], 2331 "--revision",
2932 "cwd": "[SLAVE_BUILD]", 2332 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
2933 "name": "ContentShellTest (2)", 2333 "--force",
2934 "~followup_annotations": [ 2334 "--output_manifest"
2935 "step returned non-zero exit code: 1", 2335 ],
2936 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2336 "cwd": "[SLAVE_BUILD]",
2937 "@@@STEP_FAILURE@@@", 2337 "name": "bot_update (without patch)",
2938 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2338 "~followup_annotations": [
2939 ] 2339 "@@@STEP_TEXT@Some step text@@@",
2940 }, 2340 "@@@STEP_LOG_LINE@json.output@{@@@",
2941 { 2341 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
2942 "cmd": [ 2342 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
2943 "python", 2343 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
2944 "-u", 2344 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
2945 "import sys; sys.exit(1)" 2345 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
2946 ], 2346 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2947 "cwd": "[SLAVE_BUILD]", 2347 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
2948 "name": "ChromePublicTest (2)", 2348 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
2949 "~followup_annotations": [ 2349 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
2950 "step returned non-zero exit code: 1", 2350 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2951 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2351 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
2952 "@@@STEP_FAILURE@@@", 2352 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
2953 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2353 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
2954 ] 2354 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2955 }, 2355 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
2956 { 2356 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
2957 "cmd": [ 2357 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
2958 "python", 2358 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2959 "-u", 2359 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
2960 "import sys; sys.exit(1)" 2360 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
2961 ], 2361 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
2962 "cwd": "[SLAVE_BUILD]", 2362 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2963 "name": "ChromeSyncShellTest (2)", 2363 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
2964 "~followup_annotations": [ 2364 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
2965 "step returned non-zero exit code: 1", 2365 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
2966 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2366 "@@@STEP_LOG_LINE@json.output@ }@@@",
2967 "@@@STEP_FAILURE@@@", 2367 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2968 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2368 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
2969 ] 2369 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
2970 }, 2370 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
2971 { 2371 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
2972 "cmd": [ 2372 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
2973 "python", 2373 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
2974 "-u", 2374 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
2975 "import sys; sys.exit(1)" 2375 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
2976 ], 2376 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
2977 "cwd": "[SLAVE_BUILD]", 2377 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
2978 "name": "base_unittests (2)", 2378 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
2979 "~followup_annotations": [ 2379 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
2980 "step returned non-zero exit code: 1", 2380 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
2981 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2381 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
2982 "@@@STEP_FAILURE@@@", 2382 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
2983 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2383 "@@@STEP_LOG_LINE@json.output@ }, @@@",
2984 ] 2384 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
2985 }, 2385 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
2986 { 2386 "@@@STEP_LOG_LINE@json.output@}@@@",
2987 "cmd": [ 2387 "@@@STEP_LOG_END@json.output@@@"
2988 "python", 2388 ]
2989 "-u", 2389 },
2990 "import sys; sys.exit(1)" 2390 {
2991 ], 2391 "cmd": [
2992 "cwd": "[SLAVE_BUILD]", 2392 "python",
2993 "name": "breakpad_unittests (2)", 2393 "-u",
2994 "~followup_annotations": [ 2394 "[DEPOT_TOOLS]/gclient.py",
2995 "step returned non-zero exit code: 1", 2395 "runhooks"
2996 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2396 ],
2997 "@@@STEP_FAILURE@@@", 2397 "cwd": "[SLAVE_BUILD]",
2998 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2398 "env": {
2999 ] 2399 "GYP_CROSSCOMPILE": "1",
3000 }, 2400 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas tbuild=1 gomadir='[BUILD]/goma' target_arch=arm use_goma=1",
3001 { 2401 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
3002 "cmd": [ 2402 },
3003 "python", 2403 "name": "gclient runhooks (without patch)"
3004 "-u", 2404 },
3005 "import sys; sys.exit(1)" 2405 {
3006 ], 2406 "cmd": [
3007 "cwd": "[SLAVE_BUILD]", 2407 "python",
3008 "name": "cc_unittests (2)", 2408 "-u",
3009 "~followup_annotations": [ 2409 "[BUILD]/scripts/slave/compile.py",
3010 "step returned non-zero exit code: 1", 2410 "--target",
3011 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2411 "Release",
3012 "@@@STEP_FAILURE@@@", 2412 "--src-dir",
3013 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2413 "[SLAVE_BUILD]/src",
3014 ] 2414 "--build-tool",
3015 }, 2415 "ninja",
3016 { 2416 "--compiler",
3017 "cmd": [ 2417 "goma",
3018 "python", 2418 "--goma-jsonstatus",
3019 "-u", 2419 "/path/to/tmp/json",
3020 "import sys; sys.exit(1)" 2420 "--goma-dir",
3021 ], 2421 "[BUILD]/goma",
3022 "cwd": "[SLAVE_BUILD]", 2422 "--goma-fail-fast",
3023 "name": "content_browsertests (2)", 2423 "--goma-disable-local-fallback",
3024 "~followup_annotations": [ 2424 "--",
3025 "step returned non-zero exit code: 1", 2425 "android_webview_test_apk",
3026 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2426 "chrome_junit_tests",
3027 "@@@STEP_FAILURE@@@", 2427 "chrome_public_test_apk",
3028 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2428 "chrome_sync_shell_test_apk",
3029 ] 2429 "content_junit_tests",
3030 }, 2430 "content_shell_test_apk",
3031 { 2431 "junit_unit_tests"
3032 "cmd": [ 2432 ],
3033 "python", 2433 "cwd": "[SLAVE_BUILD]",
3034 "-u", 2434 "env": {
3035 "import sys; sys.exit(1)" 2435 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
3036 ], 2436 },
3037 "cwd": "[SLAVE_BUILD]", 2437 "name": "compile (without patch)",
3038 "name": "content_unittests (2)", 2438 "~followup_annotations": [
3039 "~followup_annotations": [ 2439 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
3040 "step returned non-zero exit code: 1", 2440 "@@@STEP_LOG_END@json.output (invalid)@@@"
3041 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2441 ]
3042 "@@@STEP_FAILURE@@@", 2442 },
3043 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2443 {
3044 ] 2444 "cmd": [
3045 }, 2445 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
3046 { 2446 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
3047 "cmd": [ 2447 "-v",
3048 "python", 2448 "--blacklist-file",
3049 "-u", 2449 "[SLAVE_BUILD]/src/out/bad_devices.json",
3050 "import sys; sys.exit(1)" 2450 "--release"
3051 ], 2451 ],
3052 "cwd": "[SLAVE_BUILD]", 2452 "cwd": "[SLAVE_BUILD]",
3053 "name": "gpu_unittests (2)", 2453 "env": {
3054 "~followup_annotations": [ 2454 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
3055 "step returned non-zero exit code: 1", 2455 },
3056 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2456 "name": "install AndroidWebView.apk (2)"
3057 "@@@STEP_FAILURE@@@", 2457 },
3058 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2458 {
3059 ] 2459 "cmd": [
3060 }, 2460 "python",
3061 { 2461 "-u",
3062 "cmd": [ 2462 "[SLAVE_BUILD]/src/build/android/test_runner.py",
3063 "python", 2463 "instrumentation",
3064 "-u", 2464 "--test-apk",
3065 "import sys; sys.exit(1)" 2465 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk",
3066 ], 2466 "--blacklist-file",
3067 "cwd": "[SLAVE_BUILD]", 2467 "[SLAVE_BUILD]/src/out/bad_devices.json",
3068 "name": "media_unittests (2)", 2468 "--apk-under-test",
3069 "~followup_annotations": [ 2469 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk",
3070 "step returned non-zero exit code: 1", 2470 "--isolate-file-path",
3071 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2471 "android_webview/android_webview_test_apk.isolate",
3072 "@@@STEP_FAILURE@@@", 2472 "--flakiness-dashboard-server",
3073 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2473 "test-results.appspot.com",
3074 ] 2474 "--verbose",
3075 }, 2475 "--release",
3076 { 2476 "--json-results-file",
3077 "cmd": [ 2477 "/path/to/tmp/json"
3078 "python", 2478 ],
3079 "-u", 2479 "cwd": "[SLAVE_BUILD]",
3080 "import sys; sys.exit(1)" 2480 "name": "Instrumentation test AndroidWebViewTest (without patch)",
3081 ], 2481 "~followup_annotations": [
3082 "cwd": "[SLAVE_BUILD]", 2482 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
3083 "name": "net_unittests (2)", 2483 ]
3084 "~followup_annotations": [ 2484 },
3085 "step returned non-zero exit code: 1", 2485 {
3086 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2486 "cmd": [
3087 "@@@STEP_FAILURE@@@", 2487 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
3088 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2488 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
3089 ] 2489 "-v",
3090 }, 2490 "--blacklist-file",
3091 { 2491 "[SLAVE_BUILD]/src/out/bad_devices.json",
3092 "cmd": [ 2492 "--release"
3093 "python", 2493 ],
3094 "-u", 2494 "cwd": "[SLAVE_BUILD]",
3095 "import sys; sys.exit(1)" 2495 "env": {
3096 ], 2496 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
3097 "cwd": "[SLAVE_BUILD]", 2497 },
3098 "name": "sandbox_linux_unittests (2)", 2498 "name": "install ContentShell.apk (2)"
3099 "~followup_annotations": [ 2499 },
3100 "step returned non-zero exit code: 1", 2500 {
3101 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2501 "cmd": [
3102 "@@@STEP_FAILURE@@@", 2502 "python",
3103 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2503 "-u",
3104 ] 2504 "[SLAVE_BUILD]/src/build/android/test_runner.py",
3105 }, 2505 "instrumentation",
3106 { 2506 "--test-apk",
3107 "cmd": [ 2507 "[SLAVE_BUILD]/src/out/Release/apks/ContentShellTest.apk",
3108 "python", 2508 "--blacklist-file",
3109 "-u", 2509 "[SLAVE_BUILD]/src/out/bad_devices.json",
3110 "import sys; sys.exit(1)" 2510 "--apk-under-test",
3111 ], 2511 "[SLAVE_BUILD]/src/out/Release/apks/ContentShell.apk",
3112 "cwd": "[SLAVE_BUILD]", 2512 "--isolate-file-path",
3113 "name": "ui_base_unittests (2)", 2513 "content/content_shell_test_apk.isolate",
3114 "~followup_annotations": [ 2514 "--flakiness-dashboard-server",
3115 "step returned non-zero exit code: 1", 2515 "test-results.appspot.com",
3116 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2516 "--verbose",
3117 "@@@STEP_FAILURE@@@", 2517 "--release",
3118 "@@@SET_BUILD_PROPERTY@failure_type@\"INVALID_TEST_RESULTS\"@@@" 2518 "--json-results-file",
3119 ] 2519 "/path/to/tmp/json"
3120 }, 2520 ],
3121 { 2521 "cwd": "[SLAVE_BUILD]",
3122 "cmd": [ 2522 "name": "Instrumentation test ContentShellTest (without patch)",
3123 "python", 2523 "~followup_annotations": [
3124 "-u", 2524 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
3125 "import sys; sys.exit(1)" 2525 ]
3126 ], 2526 },
3127 "cwd": "[SLAVE_BUILD]", 2527 {
3128 "name": "unit_tests (2)", 2528 "cmd": [
3129 "~followup_annotations": [ 2529 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
3130 "step returned non-zero exit code: 1", 2530 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
3131 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 2531 "-v",
3132 "@@@STEP_FAILURE@@@" 2532 "--blacklist-file",
3133 ] 2533 "[SLAVE_BUILD]/src/out/bad_devices.json",
3134 }, 2534 "--release"
3135 { 2535 ],
2536 "cwd": "[SLAVE_BUILD]",
2537 "env": {
2538 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2539 },
2540 "name": "install ChromePublic.apk (2)"
2541 },
2542 {
2543 "cmd": [
2544 "python",
2545 "-u",
2546 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2547 "instrumentation",
2548 "--test-apk",
2549 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublicTest.apk",
2550 "--blacklist-file",
2551 "[SLAVE_BUILD]/src/out/bad_devices.json",
2552 "--apk-under-test",
2553 "[SLAVE_BUILD]/src/out/Release/apks/ChromePublic.apk",
2554 "--isolate-file-path",
2555 "chrome/chrome_public_test_apk.isolate",
2556 "--flakiness-dashboard-server",
2557 "test-results.appspot.com",
2558 "--verbose",
2559 "--release",
2560 "--json-results-file",
2561 "/path/to/tmp/json"
2562 ],
2563 "cwd": "[SLAVE_BUILD]",
2564 "name": "Instrumentation test ChromePublicTest (without patch)",
2565 "~followup_annotations": [
2566 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2567 ]
2568 },
2569 {
2570 "cmd": [
2571 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py",
2572 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2573 "-v",
2574 "--blacklist-file",
2575 "[SLAVE_BUILD]/src/out/bad_devices.json",
2576 "--release"
2577 ],
2578 "cwd": "[SLAVE_BUILD]",
2579 "env": {
2580 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2581 },
2582 "name": "install ChromeSyncShell.apk (2)"
2583 },
2584 {
2585 "cmd": [
2586 "python",
2587 "-u",
2588 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2589 "instrumentation",
2590 "--test-apk",
2591 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShellTest.apk",
2592 "--blacklist-file",
2593 "[SLAVE_BUILD]/src/out/bad_devices.json",
2594 "--apk-under-test",
2595 "[SLAVE_BUILD]/src/out/Release/apks/ChromeSyncShell.apk",
2596 "--flakiness-dashboard-server",
2597 "test-results.appspot.com",
2598 "--verbose",
2599 "--release",
2600 "--json-results-file",
2601 "/path/to/tmp/json"
2602 ],
2603 "cwd": "[SLAVE_BUILD]",
2604 "name": "Instrumentation test ChromeSyncShellTest (without patch)",
2605 "~followup_annotations": [
2606 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2607 ]
2608 },
2609 {
2610 "cmd": [
2611 "python",
2612 "-u",
2613 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2614 "junit",
2615 "-s",
2616 "junit_unit_tests",
2617 "--verbose",
2618 "--release",
2619 "--json-results-file",
2620 "/path/to/tmp/json"
2621 ],
2622 "cwd": "[SLAVE_BUILD]",
2623 "env": {
2624 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2625 },
2626 "name": "junit_unit_tests (without patch)",
2627 "~followup_annotations": [
2628 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2629 ]
2630 },
2631 {
2632 "cmd": [
2633 "python",
2634 "-u",
2635 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2636 "junit",
2637 "-s",
2638 "chrome_junit_tests",
2639 "--verbose",
2640 "--release",
2641 "--json-results-file",
2642 "/path/to/tmp/json"
2643 ],
2644 "cwd": "[SLAVE_BUILD]",
2645 "env": {
2646 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2647 },
2648 "name": "chrome_junit_tests (without patch)",
2649 "~followup_annotations": [
2650 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2651 ]
2652 },
2653 {
2654 "cmd": [
2655 "python",
2656 "-u",
2657 "[SLAVE_BUILD]/src/build/android/test_runner.py",
2658 "junit",
2659 "-s",
2660 "content_junit_tests",
2661 "--verbose",
2662 "--release",
2663 "--json-results-file",
2664 "/path/to/tmp/json"
2665 ],
2666 "cwd": "[SLAVE_BUILD]",
2667 "env": {
2668 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
2669 },
2670 "name": "content_junit_tests (without patch)",
2671 "~followup_annotations": [
2672 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@"
2673 ]
2674 },
2675 {
2676 "cmd": [
2677 "python",
2678 "-u",
2679 "import sys; sys.exit(0)"
2680 ],
2681 "cwd": "[SLAVE_BUILD]",
2682 "name": "AndroidWebViewTest (retry summary)",
2683 "~followup_annotations": [
2684 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2685 "@@@STEP_WARNINGS@@@"
2686 ]
2687 },
2688 {
2689 "cmd": [
2690 "python",
2691 "-u",
2692 "import sys; sys.exit(0)"
2693 ],
2694 "cwd": "[SLAVE_BUILD]",
2695 "name": "ContentShellTest (retry summary)",
2696 "~followup_annotations": [
2697 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2698 "@@@STEP_WARNINGS@@@"
2699 ]
2700 },
2701 {
2702 "cmd": [
2703 "python",
2704 "-u",
2705 "import sys; sys.exit(0)"
2706 ],
2707 "cwd": "[SLAVE_BUILD]",
2708 "name": "ChromePublicTest (retry summary)",
2709 "~followup_annotations": [
2710 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2711 "@@@STEP_WARNINGS@@@"
2712 ]
2713 },
2714 {
2715 "cmd": [
2716 "python",
2717 "-u",
2718 "import sys; sys.exit(0)"
2719 ],
2720 "cwd": "[SLAVE_BUILD]",
2721 "name": "ChromeSyncShellTest (retry summary)",
2722 "~followup_annotations": [
2723 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2724 "@@@STEP_WARNINGS@@@"
2725 ]
2726 },
2727 {
2728 "cmd": [
2729 "python",
2730 "-u",
2731 "import sys; sys.exit(0)"
2732 ],
2733 "cwd": "[SLAVE_BUILD]",
2734 "name": "junit_unit_tests (retry summary)",
2735 "~followup_annotations": [
2736 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2737 "@@@STEP_WARNINGS@@@"
2738 ]
2739 },
2740 {
2741 "cmd": [
2742 "python",
2743 "-u",
2744 "import sys; sys.exit(0)"
2745 ],
2746 "cwd": "[SLAVE_BUILD]",
2747 "name": "chrome_junit_tests (retry summary)",
2748 "~followup_annotations": [
2749 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2750 "@@@STEP_WARNINGS@@@"
2751 ]
2752 },
2753 {
2754 "cmd": [
2755 "python",
2756 "-u",
2757 "import sys; sys.exit(0)"
2758 ],
2759 "cwd": "[SLAVE_BUILD]",
2760 "name": "content_junit_tests (retry summary)",
2761 "~followup_annotations": [
2762 "@@@STEP_TEXT@<br/>ignored:<br/>TestB<br/>@@@",
2763 "@@@STEP_WARNINGS@@@"
2764 ]
2765 },
2766 {
3136 "cmd": [ 2767 "cmd": [
3137 "python", 2768 "python",
3138 "-u", 2769 "-u",
3139 "[BUILD]/scripts/slave/daemonizer.py", 2770 "[BUILD]/scripts/slave/daemonizer.py",
3140 "--action", 2771 "--action",
3141 "stop", 2772 "stop",
3142 "--pid-file-path", 2773 "--pid-file-path",
3143 "/tmp/device_monitor.pid" 2774 "/tmp/device_monitor.pid"
3144 ], 2775 ],
3145 "cwd": "[SLAVE_BUILD]", 2776 "cwd": "[SLAVE_BUILD]",
3146 "name": "shutdown_device_monitor" 2777 "name": "shutdown_device_monitor"
3147 }, 2778 },
3148 { 2779 {
3149 "cmd": [ 2780 "cmd": [
3150 "python", 2781 "python",
3151 "-u", 2782 "-u",
3152 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 2783 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py",
3153 "--output-path", 2784 "--output-path",
3154 "[SLAVE_BUILD]/src/out/Release/full_log", 2785 "[SLAVE_BUILD]/src/out/Release/full_log",
3155 "[SLAVE_BUILD]/src/out/logcat_dir" 2786 "[SLAVE_BUILD]/src/out/logcat"
3156 ], 2787 ],
3157 "cwd": "[SLAVE_BUILD]", 2788 "cwd": "[SLAVE_BUILD]",
3158 "name": "logcat_dump" 2789 "name": "logcat_dump"
3159 }, 2790 },
3160 { 2791 {
3161 "cmd": [ 2792 "cmd": [
3162 "python", 2793 "python",
3163 "-u", 2794 "-u",
3164 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 2795 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
3165 "--timeout", 2796 "--timeout",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
3218 "cwd": "[SLAVE_BUILD]", 2849 "cwd": "[SLAVE_BUILD]",
3219 "name": "test_report", 2850 "name": "test_report",
3220 "~followup_annotations": [ 2851 "~followup_annotations": [
3221 "@@@STEP_LOG_LINE@python.inline@@@@", 2852 "@@@STEP_LOG_LINE@python.inline@@@@",
3222 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 2853 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
3223 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 2854 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
3224 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 2855 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
3225 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 2856 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
3226 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 2857 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
3227 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2858 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
3228 "@@@STEP_LOG_END@python.inline@@@", 2859 "@@@STEP_LOG_END@python.inline@@@"
3229 "@@@SET_BUILD_PROPERTY@failure_hash@\"7349c3c93b8d56ff10dddb5bcb6ab432e0a5 8879\"@@@"
3230 ] 2860 ]
3231 }, 2861 },
3232 { 2862 {
3233 "name": "$result", 2863 "name": "$result",
3234 "reason": "15 out of 15 aggregated steps failed. Failures: Step('AndroidWebV iewTest (2)') failed with return_code 1, Step('ContentShellTest (2)') failed wit h return_code 1, Step('ChromePublicTest (2)') failed with return_code 1, Step('C hromeSyncShellTest (2)') failed with return_code 1, Step('base_unittests (2)') f ailed with return_code 1, Step('breakpad_unittests (2)') failed with return_code 1, Step('cc_unittests (2)') failed with return_code 1, Step('content_browsertes ts (2)') failed with return_code 1, Step('content_unittests (2)') failed with re turn_code 1, Step('gpu_unittests (2)') failed with return_code 1, Step('media_un ittests (2)') failed with return_code 1, Step('net_unittests (2)') failed with r eturn_code 1, Step('sandbox_linux_unittests (2)') failed with return_code 1, Ste p('ui_base_unittests (2)') failed with return_code 1, Step('unit_tests (2)') fai led with return_code 1", 2864 "recipe_result": null,
3235 "status_code": 1 2865 "status_code": 0
3236 } 2866 }
3237 ] 2867 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698