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