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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot

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-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot', 6 '_builder_name': 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 'timeout': <Object>, 775 'timeout': <Object>,
776 'workdir': 'build\skia', 776 'workdir': 'build\skia',
777 }, 777 },
778 ], 778 ],
779 [ 779 [
780 <Object>, 780 <Object>,
781 { 781 {
782 'alwaysRun': <Object>, 782 'alwaysRun': <Object>,
783 'command': [ 783 'command': [
784 'python', 784 'python',
785 '..\..\..\..\..\..\slave\skia_slave_scripts\run_dm.py',
786 '--autogen_svn_baseurl',
787 'bogusValueToFixSkBug2663',
788 '--configuration',
789 'Debug',
790 '--deps_target_os',
791 'None',
792 '--builder_name',
793 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot',
794 '--build_number',
795 <Object>,
796 '--target_platform',
797 'win32',
798 '--revision',
799 <Object>,
800 '--got_revision',
801 <Object>,
802 '--perf_output_basedir',
803 'None',
804 '--make_flags',
805 '""',
806 '--test_args',
807 '""',
808 '--gm_args',
809 '""',
810 '--bench_args',
811 '"--config ANGLE"',
812 '--is_try',
813 'True',
814 '--bench_pictures_cfg',
815 'angle',
816 '--flavor',
817 'default',
818 ],
819 'description': 'RunDM',
820 'doStepIf': <Object>,
821 'env': {},
822 'exception_on_failure': <Object>,
823 'flunkOnFailure': <Object>,
824 'get_props_from_stdout': None,
825 'haltOnFailure': <Object>,
826 'hideStepIf': <Object>,
827 'is_rebaseline_step': <Object>,
828 'is_upload_step': <Object>,
829 'timeout': <Object>,
830 'workdir': 'build\skia',
831 },
832 ],
833 [
834 <Object>,
835 {
836 'alwaysRun': <Object>,
837 'command': [
838 'python',
785 '..\..\..\..\..\..\slave\skia_slave_scripts\run_gm.py', 839 '..\..\..\..\..\..\slave\skia_slave_scripts\run_gm.py',
786 '--autogen_svn_baseurl', 840 '--autogen_svn_baseurl',
787 'bogusValueToFixSkBug2663', 841 'bogusValueToFixSkBug2663',
788 '--configuration', 842 '--configuration',
789 'Debug', 843 'Debug',
790 '--deps_target_os', 844 '--deps_target_os',
791 'None', 845 'None',
792 '--builder_name', 846 '--builder_name',
793 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot', 847 'Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE-Trybot',
794 '--build_number', 848 '--build_number',
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 'haltOnFailure': <Object>, 1681 'haltOnFailure': <Object>,
1628 'hideStepIf': <Object>, 1682 'hideStepIf': <Object>,
1629 'is_rebaseline_step': <Object>, 1683 'is_rebaseline_step': <Object>,
1630 'is_upload_step': <Object>, 1684 'is_upload_step': <Object>,
1631 'timeout': <Object>, 1685 'timeout': <Object>,
1632 'workdir': 'build\skia', 1686 'workdir': 'build\skia',
1633 }, 1687 },
1634 ], 1688 ],
1635 ], 1689 ],
1636 } 1690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698