| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.android", | 8 "tryserver.chromium.android", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_amp", | 10 "android_amp", |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 "cwd": "[SLAVE_BUILD]", | 1456 "cwd": "[SLAVE_BUILD]", |
| 1457 "name": "Instrumentation test ChromeSyncShellTest (with patch)", | 1457 "name": "Instrumentation test ChromeSyncShellTest (with patch)", |
| 1458 "~followup_annotations": [ | 1458 "~followup_annotations": [ |
| 1459 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" | 1459 "@@@STEP_TEXT@<br/>failures:<br/>TestB<br/>@@@" |
| 1460 ] | 1460 ] |
| 1461 }, | 1461 }, |
| 1462 { | 1462 { |
| 1463 "cmd": [ | 1463 "cmd": [ |
| 1464 "python", | 1464 "python", |
| 1465 "-u", | 1465 "-u", |
| 1466 "[SLAVE_BUILD]/src/out/Release/bin/run_breakpad_unittests", | 1466 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1467 "gtest", |
| 1468 "-s", |
| 1469 "breakpad_unittests", |
| 1467 "--blacklist-file", | 1470 "--blacklist-file", |
| 1468 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1471 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1469 "--verbose", | 1472 "--verbose", |
| 1473 "--release", |
| 1470 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", | 1474 "--isolate_file_path=[SLAVE_BUILD]/src/breakpad/breakpad_unittests.isolate
", |
| 1471 "--flakiness-dashboard-server=test-results.appspot.com", | 1475 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1472 "--json-results-file", | 1476 "--json-results-file", |
| 1473 "/path/to/tmp/json" | 1477 "/path/to/tmp/json" |
| 1474 ], | 1478 ], |
| 1475 "cwd": "[SLAVE_BUILD]", | 1479 "cwd": "[SLAVE_BUILD]", |
| 1476 "env": { | 1480 "env": { |
| 1481 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1477 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1482 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1478 }, | 1483 }, |
| 1479 "name": "breakpad_unittests (with patch)" | 1484 "name": "breakpad_unittests (with patch)" |
| 1480 }, | 1485 }, |
| 1481 { | 1486 { |
| 1482 "cmd": [ | 1487 "cmd": [ |
| 1483 "python", | 1488 "python", |
| 1484 "-u", | 1489 "-u", |
| 1485 "[SLAVE_BUILD]/src/out/Release/bin/run_cc_unittests", | 1490 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1491 "gtest", |
| 1492 "-s", |
| 1493 "cc_unittests", |
| 1486 "--blacklist-file", | 1494 "--blacklist-file", |
| 1487 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1495 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1488 "--verbose", | 1496 "--verbose", |
| 1497 "--release", |
| 1489 "--flakiness-dashboard-server=test-results.appspot.com", | 1498 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1490 "--json-results-file", | 1499 "--json-results-file", |
| 1491 "/path/to/tmp/json" | 1500 "/path/to/tmp/json" |
| 1492 ], | 1501 ], |
| 1493 "cwd": "[SLAVE_BUILD]", | 1502 "cwd": "[SLAVE_BUILD]", |
| 1494 "env": { | 1503 "env": { |
| 1504 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1495 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1505 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1496 }, | 1506 }, |
| 1497 "name": "cc_unittests (with patch)" | 1507 "name": "cc_unittests (with patch)" |
| 1498 }, | 1508 }, |
| 1499 { | 1509 { |
| 1500 "cmd": [ | 1510 "cmd": [ |
| 1501 "python", | 1511 "python", |
| 1502 "-u", | 1512 "-u", |
| 1503 "[SLAVE_BUILD]/src/out/Release/bin/run_content_browsertests", | 1513 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1514 "gtest", |
| 1515 "-s", |
| 1516 "content_browsertests", |
| 1504 "--blacklist-file", | 1517 "--blacklist-file", |
| 1505 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1518 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1506 "--verbose", | 1519 "--verbose", |
| 1520 "--release", |
| 1507 "--flakiness-dashboard-server=test-results.appspot.com", | 1521 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1508 "--json-results-file", | 1522 "--json-results-file", |
| 1509 "/path/to/tmp/json" | 1523 "/path/to/tmp/json" |
| 1510 ], | 1524 ], |
| 1511 "cwd": "[SLAVE_BUILD]", | 1525 "cwd": "[SLAVE_BUILD]", |
| 1512 "env": { | 1526 "env": { |
| 1527 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1513 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1528 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1514 }, | 1529 }, |
| 1515 "name": "content_browsertests (with patch)" | 1530 "name": "content_browsertests (with patch)" |
| 1516 }, | 1531 }, |
| 1517 { | 1532 { |
| 1518 "cmd": [ | 1533 "cmd": [ |
| 1519 "python", | 1534 "python", |
| 1520 "-u", | 1535 "-u", |
| 1521 "[SLAVE_BUILD]/src/out/Release/bin/run_content_unittests", | 1536 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1537 "gtest", |
| 1538 "-s", |
| 1539 "content_unittests", |
| 1522 "--blacklist-file", | 1540 "--blacklist-file", |
| 1523 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1541 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1524 "--verbose", | 1542 "--verbose", |
| 1543 "--release", |
| 1525 "--flakiness-dashboard-server=test-results.appspot.com", | 1544 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1526 "--json-results-file", | 1545 "--json-results-file", |
| 1527 "/path/to/tmp/json" | 1546 "/path/to/tmp/json" |
| 1528 ], | 1547 ], |
| 1529 "cwd": "[SLAVE_BUILD]", | 1548 "cwd": "[SLAVE_BUILD]", |
| 1530 "env": { | 1549 "env": { |
| 1550 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1531 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1551 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1532 }, | 1552 }, |
| 1533 "name": "content_unittests (with patch)" | 1553 "name": "content_unittests (with patch)" |
| 1534 }, | 1554 }, |
| 1535 { | 1555 { |
| 1536 "cmd": [ | 1556 "cmd": [ |
| 1537 "python", | 1557 "python", |
| 1538 "-u", | 1558 "-u", |
| 1539 "[SLAVE_BUILD]/src/out/Release/bin/run_gpu_unittests", | 1559 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1560 "gtest", |
| 1561 "-s", |
| 1562 "gpu_unittests", |
| 1540 "--blacklist-file", | 1563 "--blacklist-file", |
| 1541 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1564 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1542 "--verbose", | 1565 "--verbose", |
| 1566 "--release", |
| 1543 "--flakiness-dashboard-server=test-results.appspot.com", | 1567 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1544 "--json-results-file", | 1568 "--json-results-file", |
| 1545 "/path/to/tmp/json" | 1569 "/path/to/tmp/json" |
| 1546 ], | 1570 ], |
| 1547 "cwd": "[SLAVE_BUILD]", | 1571 "cwd": "[SLAVE_BUILD]", |
| 1548 "env": { | 1572 "env": { |
| 1573 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1549 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1574 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1550 }, | 1575 }, |
| 1551 "name": "gpu_unittests (with patch)" | 1576 "name": "gpu_unittests (with patch)" |
| 1552 }, | 1577 }, |
| 1553 { | 1578 { |
| 1554 "cmd": [ | 1579 "cmd": [ |
| 1555 "python", | 1580 "python", |
| 1556 "-u", | 1581 "-u", |
| 1557 "[SLAVE_BUILD]/src/out/Release/bin/run_media_unittests", | 1582 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1583 "gtest", |
| 1584 "-s", |
| 1585 "media_unittests", |
| 1558 "--blacklist-file", | 1586 "--blacklist-file", |
| 1559 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1587 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1560 "--verbose", | 1588 "--verbose", |
| 1589 "--release", |
| 1561 "--flakiness-dashboard-server=test-results.appspot.com", | 1590 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1562 "--json-results-file", | 1591 "--json-results-file", |
| 1563 "/path/to/tmp/json" | 1592 "/path/to/tmp/json" |
| 1564 ], | 1593 ], |
| 1565 "cwd": "[SLAVE_BUILD]", | 1594 "cwd": "[SLAVE_BUILD]", |
| 1566 "env": { | 1595 "env": { |
| 1596 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1567 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1597 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1568 }, | 1598 }, |
| 1569 "name": "media_unittests (with patch)" | 1599 "name": "media_unittests (with patch)" |
| 1570 }, | 1600 }, |
| 1571 { | 1601 { |
| 1572 "cmd": [ | 1602 "cmd": [ |
| 1573 "python", | 1603 "python", |
| 1574 "-u", | 1604 "-u", |
| 1575 "[SLAVE_BUILD]/src/out/Release/bin/run_net_unittests", | 1605 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1606 "gtest", |
| 1607 "-s", |
| 1608 "net_unittests", |
| 1576 "--blacklist-file", | 1609 "--blacklist-file", |
| 1577 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1610 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1578 "--verbose", | 1611 "--verbose", |
| 1612 "--release", |
| 1579 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", | 1613 "--isolate_file_path=[SLAVE_BUILD]/src/net/net_unittests.isolate", |
| 1580 "--flakiness-dashboard-server=test-results.appspot.com", | 1614 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1581 "--json-results-file", | 1615 "--json-results-file", |
| 1582 "/path/to/tmp/json", | 1616 "/path/to/tmp/json", |
| 1583 "-t", | 1617 "-t", |
| 1584 "300" | 1618 "300" |
| 1585 ], | 1619 ], |
| 1586 "cwd": "[SLAVE_BUILD]", | 1620 "cwd": "[SLAVE_BUILD]", |
| 1587 "env": { | 1621 "env": { |
| 1622 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1588 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1623 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1589 }, | 1624 }, |
| 1590 "name": "net_unittests (with patch)" | 1625 "name": "net_unittests (with patch)" |
| 1591 }, | 1626 }, |
| 1592 { | 1627 { |
| 1593 "cmd": [ | 1628 "cmd": [ |
| 1594 "python", | 1629 "python", |
| 1595 "-u", | 1630 "-u", |
| 1596 "[SLAVE_BUILD]/src/out/Release/bin/run_sandbox_linux_unittests", | 1631 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1632 "gtest", |
| 1633 "-s", |
| 1634 "sandbox_linux_unittests", |
| 1597 "--blacklist-file", | 1635 "--blacklist-file", |
| 1598 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1636 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1599 "--verbose", | 1637 "--verbose", |
| 1638 "--release", |
| 1600 "--flakiness-dashboard-server=test-results.appspot.com", | 1639 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1601 "--json-results-file", | 1640 "--json-results-file", |
| 1602 "/path/to/tmp/json" | 1641 "/path/to/tmp/json" |
| 1603 ], | 1642 ], |
| 1604 "cwd": "[SLAVE_BUILD]", | 1643 "cwd": "[SLAVE_BUILD]", |
| 1605 "env": { | 1644 "env": { |
| 1645 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1606 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1646 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1607 }, | 1647 }, |
| 1608 "name": "sandbox_linux_unittests (with patch)" | 1648 "name": "sandbox_linux_unittests (with patch)" |
| 1609 }, | 1649 }, |
| 1610 { | 1650 { |
| 1611 "cmd": [ | 1651 "cmd": [ |
| 1612 "python", | 1652 "python", |
| 1613 "-u", | 1653 "-u", |
| 1614 "[SLAVE_BUILD]/src/out/Release/bin/run_ui_base_unittests", | 1654 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1655 "gtest", |
| 1656 "-s", |
| 1657 "ui_base_unittests", |
| 1615 "--blacklist-file", | 1658 "--blacklist-file", |
| 1616 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1659 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1617 "--verbose", | 1660 "--verbose", |
| 1661 "--release", |
| 1618 "--flakiness-dashboard-server=test-results.appspot.com", | 1662 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1619 "--json-results-file", | 1663 "--json-results-file", |
| 1620 "/path/to/tmp/json" | 1664 "/path/to/tmp/json" |
| 1621 ], | 1665 ], |
| 1622 "cwd": "[SLAVE_BUILD]", | 1666 "cwd": "[SLAVE_BUILD]", |
| 1623 "env": { | 1667 "env": { |
| 1668 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1624 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1669 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1625 }, | 1670 }, |
| 1626 "name": "ui_base_unittests (with patch)" | 1671 "name": "ui_base_unittests (with patch)" |
| 1627 }, | 1672 }, |
| 1628 { | 1673 { |
| 1629 "cmd": [ | 1674 "cmd": [ |
| 1630 "python", | 1675 "python", |
| 1631 "-u", | 1676 "-u", |
| 1632 "[SLAVE_BUILD]/src/out/Release/bin/run_unit_tests", | 1677 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1678 "gtest", |
| 1679 "-s", |
| 1680 "unit_tests", |
| 1633 "--blacklist-file", | 1681 "--blacklist-file", |
| 1634 "[SLAVE_BUILD]/src/out/bad_devices.json", | 1682 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 1635 "--verbose", | 1683 "--verbose", |
| 1684 "--release", |
| 1636 "--flakiness-dashboard-server=test-results.appspot.com", | 1685 "--flakiness-dashboard-server=test-results.appspot.com", |
| 1637 "--json-results-file", | 1686 "--json-results-file", |
| 1638 "/path/to/tmp/json" | 1687 "/path/to/tmp/json" |
| 1639 ], | 1688 ], |
| 1640 "cwd": "[SLAVE_BUILD]", | 1689 "cwd": "[SLAVE_BUILD]", |
| 1641 "env": { | 1690 "env": { |
| 1691 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 1642 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1692 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1643 }, | 1693 }, |
| 1644 "name": "unit_tests (with patch)" | 1694 "name": "unit_tests (with patch)" |
| 1645 }, | 1695 }, |
| 1646 { | 1696 { |
| 1647 "cmd": [ | 1697 "cmd": [ |
| 1648 "python", | 1698 "python", |
| 1649 "-u", | 1699 "-u", |
| 1650 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 1700 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 1651 "junit", | 1701 "junit", |
| (...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2881 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 2931 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 2882 "@@@STEP_LOG_END@python.inline@@@" | 2932 "@@@STEP_LOG_END@python.inline@@@" |
| 2883 ] | 2933 ] |
| 2884 }, | 2934 }, |
| 2885 { | 2935 { |
| 2886 "name": "$result", | 2936 "name": "$result", |
| 2887 "recipe_result": null, | 2937 "recipe_result": null, |
| 2888 "status_code": 0 | 2938 "status_code": 0 |
| 2889 } | 2939 } |
| 2890 ] | 2940 ] |
| OLD | NEW |