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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/amp_test_local_fallback_failure.json

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

Powered by Google App Engine
This is Rietveld 408576698