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

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

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

Powered by Google App Engine
This is Rietveld 408576698