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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Android-Nexus7-Tegra3-Arm7-Debug-Trybot

Issue 393593003: Run nanobench on perf bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: list binary Created 6 years, 5 months 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
OLDNEW
1 { 1 {
2 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_build_targets': [ 3 '_build_targets': [
4 'all', 4 'all',
5 ], 5 ],
6 '_builder_name': 'Test-Android-Nexus7-Tegra3-Arm7-Debug-Trybot', 6 '_builder_name': 'Test-Android-Nexus7-Tegra3-Arm7-Debug-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 'timeout': <Object>, 1623 'timeout': <Object>,
1624 'workdir': 'build/skia', 1624 'workdir': 'build/skia',
1625 }, 1625 },
1626 ], 1626 ],
1627 [ 1627 [
1628 <Object>, 1628 <Object>,
1629 { 1629 {
1630 'alwaysRun': <Object>, 1630 'alwaysRun': <Object>,
1631 'command': [ 1631 'command': [
1632 'python', 1632 'python',
1633 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1634 '--autogen_svn_baseurl',
1635 'bogusValueToFixSkBug2663',
1636 '--configuration',
1637 'Debug',
1638 '--deps_target_os',
1639 'android',
1640 '--builder_name',
1641 'Test-Android-Nexus7-Tegra3-Arm7-Debug-Trybot',
1642 '--build_number',
1643 <Object>,
1644 '--target_platform',
1645 'linux',
1646 '--revision',
1647 <Object>,
1648 '--got_revision',
1649 <Object>,
1650 '--perf_output_basedir',
1651 'None',
1652 '--make_flags',
1653 '""',
1654 '--test_args',
1655 '"--match ~Threaded"',
1656 '--gm_args',
1657 '""',
1658 '--bench_args',
1659 '""',
1660 '--is_try',
1661 'True',
1662 '--bench_pictures_cfg',
1663 'nexus_7',
1664 '--device',
1665 'nexus_7',
1666 '--serial',
1667 <Object>,
1668 '--has_root',
1669 <Object>,
1670 '--android_sdk_root',
1671 <Object>,
1672 '--flavor',
1673 'android',
1674 ],
1675 'description': 'RunNanobench',
1676 'doStepIf': <Object>,
1677 'env': {},
1678 'exception_on_failure': <Object>,
1679 'flunkOnFailure': <Object>,
1680 'get_props_from_stdout': None,
1681 'haltOnFailure': <Object>,
1682 'hideStepIf': <Object>,
1683 'is_rebaseline_step': <Object>,
1684 'is_upload_step': <Object>,
1685 'timeout': <Object>,
1686 'workdir': 'build/skia',
1687 },
1688 ],
1689 [
1690 <Object>,
1691 {
1692 'alwaysRun': <Object>,
1693 'command': [
1694 'python',
1633 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1695 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1634 '--autogen_svn_baseurl', 1696 '--autogen_svn_baseurl',
1635 'bogusValueToFixSkBug2663', 1697 'bogusValueToFixSkBug2663',
1636 '--configuration', 1698 '--configuration',
1637 'Debug', 1699 'Debug',
1638 '--deps_target_os', 1700 '--deps_target_os',
1639 'android', 1701 'android',
1640 '--builder_name', 1702 '--builder_name',
1641 'Test-Android-Nexus7-Tegra3-Arm7-Debug-Trybot', 1703 'Test-Android-Nexus7-Tegra3-Arm7-Debug-Trybot',
1642 '--build_number', 1704 '--build_number',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 'haltOnFailure': <Object>, 1865 'haltOnFailure': <Object>,
1804 'hideStepIf': <Object>, 1866 'hideStepIf': <Object>,
1805 'is_rebaseline_step': <Object>, 1867 'is_rebaseline_step': <Object>,
1806 'is_upload_step': <Object>, 1868 'is_upload_step': <Object>,
1807 'timeout': <Object>, 1869 'timeout': <Object>,
1808 'workdir': 'build/skia', 1870 'workdir': 'build/skia',
1809 }, 1871 },
1810 ], 1872 ],
1811 ], 1873 ],
1812 } 1874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698