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

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

Powered by Google App Engine
This is Rietveld 408576698