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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-ChromeOS-Daisy-MaliT604-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 'most', 4 'most',
5 ], 5 ],
6 '_builder_name': 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot', 6 '_builder_name': 'Test-ChromeOS-Daisy-MaliT604-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 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after
1570 'timeout': <Object>, 1570 'timeout': <Object>,
1571 'workdir': 'build/skia', 1571 'workdir': 'build/skia',
1572 }, 1572 },
1573 ], 1573 ],
1574 [ 1574 [
1575 <Object>, 1575 <Object>,
1576 { 1576 {
1577 'alwaysRun': <Object>, 1577 'alwaysRun': <Object>,
1578 'command': [ 1578 'command': [
1579 'python', 1579 'python',
1580 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1581 '--autogen_svn_baseurl',
1582 'bogusValueToFixSkBug2663',
1583 '--configuration',
1584 'Debug',
1585 '--deps_target_os',
1586 'chromeos',
1587 '--builder_name',
1588 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot',
1589 '--build_number',
1590 <Object>,
1591 '--target_platform',
1592 'linux',
1593 '--revision',
1594 <Object>,
1595 '--got_revision',
1596 <Object>,
1597 '--perf_output_basedir',
1598 'None',
1599 '--make_flags',
1600 '""',
1601 '--test_args',
1602 '""',
1603 '--gm_args',
1604 '""',
1605 '--bench_args',
1606 '""',
1607 '--is_try',
1608 'True',
1609 '--bench_pictures_cfg',
1610 'no_gpu',
1611 '--ssh_host',
1612 <Object>,
1613 '--ssh_port',
1614 <Object>,
1615 '--board',
1616 'daisy',
1617 '--flavor',
1618 'chromeos',
1619 ],
1620 'description': 'RunNanobench',
1621 'doStepIf': <Object>,
1622 'env': {},
1623 'exception_on_failure': <Object>,
1624 'flunkOnFailure': <Object>,
1625 'get_props_from_stdout': None,
1626 'haltOnFailure': <Object>,
1627 'hideStepIf': <Object>,
1628 'is_rebaseline_step': <Object>,
1629 'is_upload_step': <Object>,
1630 'timeout': <Object>,
1631 'workdir': 'build/skia',
1632 },
1633 ],
1634 [
1635 <Object>,
1636 {
1637 'alwaysRun': <Object>,
1638 'command': [
1639 'python',
1580 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1640 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1581 '--autogen_svn_baseurl', 1641 '--autogen_svn_baseurl',
1582 'bogusValueToFixSkBug2663', 1642 'bogusValueToFixSkBug2663',
1583 '--configuration', 1643 '--configuration',
1584 'Debug', 1644 'Debug',
1585 '--deps_target_os', 1645 '--deps_target_os',
1586 'chromeos', 1646 'chromeos',
1587 '--builder_name', 1647 '--builder_name',
1588 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot', 1648 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot',
1589 '--build_number', 1649 '--build_number',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 'haltOnFailure': <Object>, 1804 'haltOnFailure': <Object>,
1745 'hideStepIf': <Object>, 1805 'hideStepIf': <Object>,
1746 'is_rebaseline_step': <Object>, 1806 'is_rebaseline_step': <Object>,
1747 'is_upload_step': <Object>, 1807 'is_upload_step': <Object>,
1748 'timeout': <Object>, 1808 'timeout': <Object>,
1749 'workdir': 'build/skia', 1809 'workdir': 'build/skia',
1750 }, 1810 },
1751 ], 1811 ],
1752 ], 1812 ],
1753 } 1813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698