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

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

Powered by Google App Engine
This is Rietveld 408576698