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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-ChromeOS-Link-HD4000-x86_64-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 'most', 4 'most',
5 ], 5 ],
6 '_builder_name': 'Test-ChromeOS-Link-HD4000-x86_64-Debug', 6 '_builder_name': 'Test-ChromeOS-Link-HD4000-x86_64-Debug',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 1499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 'timeout': <Object>, 1510 'timeout': <Object>,
1511 'workdir': 'build/skia', 1511 'workdir': 'build/skia',
1512 }, 1512 },
1513 ], 1513 ],
1514 [ 1514 [
1515 <Object>, 1515 <Object>,
1516 { 1516 {
1517 'alwaysRun': <Object>, 1517 'alwaysRun': <Object>,
1518 'command': [ 1518 'command': [
1519 'python', 1519 'python',
1520 '../../../../../../slave/skia_slave_scripts/run_nanobench.py ',
1521 '--autogen_svn_baseurl',
1522 'bogusValueToFixSkBug2663',
1523 '--configuration',
1524 'Debug',
1525 '--deps_target_os',
1526 'chromeos',
1527 '--builder_name',
1528 'Test-ChromeOS-Link-HD4000-x86_64-Debug',
1529 '--build_number',
1530 <Object>,
1531 '--target_platform',
1532 'linux',
1533 '--revision',
1534 <Object>,
1535 '--got_revision',
1536 <Object>,
1537 '--perf_output_basedir',
1538 'None',
1539 '--make_flags',
1540 '""',
1541 '--test_args',
1542 '""',
1543 '--gm_args',
1544 '""',
1545 '--bench_args',
1546 '""',
1547 '--is_try',
1548 'False',
1549 '--bench_pictures_cfg',
1550 'no_gpu',
1551 '--ssh_host',
1552 <Object>,
1553 '--ssh_port',
1554 <Object>,
1555 '--board',
1556 'link',
1557 '--flavor',
1558 'chromeos',
1559 ],
1560 'description': 'RunNanobench',
1561 'doStepIf': <Object>,
1562 'env': {},
1563 'exception_on_failure': <Object>,
1564 'flunkOnFailure': <Object>,
1565 'get_props_from_stdout': None,
1566 'haltOnFailure': <Object>,
1567 'hideStepIf': <Object>,
1568 'is_rebaseline_step': <Object>,
1569 'is_upload_step': <Object>,
1570 'timeout': <Object>,
1571 'workdir': 'build/skia',
1572 },
1573 ],
1574 [
1575 <Object>,
1576 {
1577 'alwaysRun': <Object>,
1578 'command': [
1579 'python',
1520 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y', 1580 '../../../../../../slave/skia_slave_scripts/bench_pictures.p y',
1521 '--autogen_svn_baseurl', 1581 '--autogen_svn_baseurl',
1522 'bogusValueToFixSkBug2663', 1582 'bogusValueToFixSkBug2663',
1523 '--configuration', 1583 '--configuration',
1524 'Debug', 1584 'Debug',
1525 '--deps_target_os', 1585 '--deps_target_os',
1526 'chromeos', 1586 'chromeos',
1527 '--builder_name', 1587 '--builder_name',
1528 'Test-ChromeOS-Link-HD4000-x86_64-Debug', 1588 'Test-ChromeOS-Link-HD4000-x86_64-Debug',
1529 '--build_number', 1589 '--build_number',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 'haltOnFailure': <Object>, 1744 'haltOnFailure': <Object>,
1685 'hideStepIf': <Object>, 1745 'hideStepIf': <Object>,
1686 'is_rebaseline_step': <Object>, 1746 'is_rebaseline_step': <Object>,
1687 'is_upload_step': <Object>, 1747 'is_upload_step': <Object>,
1688 'timeout': <Object>, 1748 'timeout': <Object>,
1689 'workdir': 'build/skia', 1749 'workdir': 'build/skia',
1690 }, 1750 },
1691 ], 1751 ],
1692 ], 1752 ],
1693 } 1753 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698