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

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

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', 6 '_builder_name': 'Test-Android-Nexus7-Tegra3-Arm7-Debug',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 'timeout': <Object>, 1561 'timeout': <Object>,
1562 'workdir': 'build/skia', 1562 'workdir': 'build/skia',
1563 }, 1563 },
1564 ], 1564 ],
1565 [ 1565 [
1566 <Object>, 1566 <Object>,
1567 { 1567 {
1568 'alwaysRun': <Object>, 1568 'alwaysRun': <Object>,
1569 'command': [ 1569 'command': [
1570 'python', 1570 'python',
1571 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1572 '--autogen_svn_baseurl',
1573 'bogusValueToFixSkBug2663',
1574 '--configuration',
1575 'Debug',
1576 '--deps_target_os',
1577 'android',
1578 '--builder_name',
1579 'Test-Android-Nexus7-Tegra3-Arm7-Debug',
1580 '--build_number',
1581 <Object>,
1582 '--target_platform',
1583 'linux',
1584 '--revision',
1585 <Object>,
1586 '--got_revision',
1587 <Object>,
1588 '--perf_output_basedir',
1589 'None',
1590 '--make_flags',
1591 '""',
1592 '--test_args',
1593 '"--match ~Threaded"',
1594 '--gm_args',
1595 '""',
1596 '--bench_args',
1597 '""',
1598 '--is_try',
1599 'False',
1600 '--bench_pictures_cfg',
1601 'nexus_7',
1602 '--device',
1603 'nexus_7',
1604 '--serial',
1605 <Object>,
1606 '--has_root',
1607 <Object>,
1608 '--android_sdk_root',
1609 <Object>,
1610 '--flavor',
1611 'android',
1612 ],
1613 'description': 'RunNanobench',
1614 'doStepIf': <Object>,
1615 'env': {},
1616 'exception_on_failure': <Object>,
1617 'flunkOnFailure': <Object>,
1618 'get_props_from_stdout': None,
1619 'haltOnFailure': <Object>,
1620 'hideStepIf': <Object>,
1621 'is_rebaseline_step': <Object>,
1622 'is_upload_step': <Object>,
1623 'timeout': <Object>,
1624 'workdir': 'build/skia',
1625 },
1626 ],
1627 [
1628 <Object>,
1629 {
1630 'alwaysRun': <Object>,
1631 'command': [
1632 'python',
1571 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1633 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1572 '--autogen_svn_baseurl', 1634 '--autogen_svn_baseurl',
1573 'bogusValueToFixSkBug2663', 1635 'bogusValueToFixSkBug2663',
1574 '--configuration', 1636 '--configuration',
1575 'Debug', 1637 'Debug',
1576 '--deps_target_os', 1638 '--deps_target_os',
1577 'android', 1639 'android',
1578 '--builder_name', 1640 '--builder_name',
1579 'Test-Android-Nexus7-Tegra3-Arm7-Debug', 1641 'Test-Android-Nexus7-Tegra3-Arm7-Debug',
1580 '--build_number', 1642 '--build_number',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 'haltOnFailure': <Object>, 1803 'haltOnFailure': <Object>,
1742 'hideStepIf': <Object>, 1804 'hideStepIf': <Object>,
1743 'is_rebaseline_step': <Object>, 1805 'is_rebaseline_step': <Object>,
1744 'is_upload_step': <Object>, 1806 'is_upload_step': <Object>,
1745 'timeout': <Object>, 1807 'timeout': <Object>,
1746 'workdir': 'build/skia', 1808 'workdir': 'build/skia',
1747 }, 1809 },
1748 ], 1810 ],
1749 ], 1811 ],
1750 } 1812 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698