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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug

Issue 395443002: Run DM on all bots. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: cleanup slave 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-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug', 6 '_builder_name': 'Test-Ubuntu13.10-ShuttleA-NoGPU-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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 'timeout': <Object>, 719 'timeout': <Object>,
720 'workdir': 'build/skia', 720 'workdir': 'build/skia',
721 }, 721 },
722 ], 722 ],
723 [ 723 [
724 <Object>, 724 <Object>,
725 { 725 {
726 'alwaysRun': <Object>, 726 'alwaysRun': <Object>,
727 'command': [ 727 'command': [
728 'python', 728 'python',
729 '../../../../../../slave/skia_slave_scripts/run_dm.py',
730 '--autogen_svn_baseurl',
731 'bogusValueToFixSkBug2663',
732 '--configuration',
733 'Debug',
734 '--deps_target_os',
735 'None',
736 '--builder_name',
737 'Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug',
738 '--build_number',
739 <Object>,
740 '--target_platform',
741 'linux',
742 '--revision',
743 <Object>,
744 '--got_revision',
745 <Object>,
746 '--perf_output_basedir',
747 'None',
748 '--make_flags',
749 '""',
750 '--test_args',
751 '""',
752 '--gm_args',
753 '""',
754 '--bench_args',
755 '""',
756 '--is_try',
757 'False',
758 '--bench_pictures_cfg',
759 'default',
760 '--flavor',
761 'default',
762 ],
763 'description': 'RunDM',
764 'doStepIf': <Object>,
765 'env': {},
766 'exception_on_failure': <Object>,
767 'flunkOnFailure': <Object>,
768 'get_props_from_stdout': None,
769 'haltOnFailure': <Object>,
770 'hideStepIf': <Object>,
771 'is_rebaseline_step': <Object>,
772 'is_upload_step': <Object>,
773 'timeout': <Object>,
774 'workdir': 'build/skia',
775 },
776 ],
777 [
778 <Object>,
779 {
780 'alwaysRun': <Object>,
781 'command': [
782 'python',
729 '../../../../../../slave/skia_slave_scripts/run_gm.py', 783 '../../../../../../slave/skia_slave_scripts/run_gm.py',
730 '--autogen_svn_baseurl', 784 '--autogen_svn_baseurl',
731 'bogusValueToFixSkBug2663', 785 'bogusValueToFixSkBug2663',
732 '--configuration', 786 '--configuration',
733 'Debug', 787 'Debug',
734 '--deps_target_os', 788 '--deps_target_os',
735 'None', 789 'None',
736 '--builder_name', 790 '--builder_name',
737 'Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug', 791 'Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug',
738 '--build_number', 792 '--build_number',
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 'haltOnFailure': <Object>, 1625 'haltOnFailure': <Object>,
1572 'hideStepIf': <Object>, 1626 'hideStepIf': <Object>,
1573 'is_rebaseline_step': <Object>, 1627 'is_rebaseline_step': <Object>,
1574 'is_upload_step': <Object>, 1628 'is_upload_step': <Object>,
1575 'timeout': <Object>, 1629 'timeout': <Object>,
1576 'workdir': 'build/skia', 1630 'workdir': 'build/skia',
1577 }, 1631 },
1578 ], 1632 ],
1579 ], 1633 ],
1580 } 1634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698