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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Win8-ShuttleA-GTX660-x86-Release-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-Win8-ShuttleA-GTX660-x86-Release-Trybot', 6 '_builder_name': 'Test-Win8-ShuttleA-GTX660-x86-Release-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'timeout': <Object>, 774 'timeout': <Object>,
775 'workdir': 'build\skia', 775 'workdir': 'build\skia',
776 }, 776 },
777 ], 777 ],
778 [ 778 [
779 <Object>, 779 <Object>,
780 { 780 {
781 'alwaysRun': <Object>, 781 'alwaysRun': <Object>,
782 'command': [ 782 'command': [
783 'python', 783 'python',
784 '..\..\..\..\..\..\slave\skia_slave_scripts\run_dm.py',
785 '--autogen_svn_baseurl',
786 'bogusValueToFixSkBug2663',
787 '--configuration',
788 'Release',
789 '--deps_target_os',
790 'None',
791 '--builder_name',
792 'Test-Win8-ShuttleA-GTX660-x86-Release-Trybot',
793 '--build_number',
794 <Object>,
795 '--target_platform',
796 'win32',
797 '--revision',
798 <Object>,
799 '--got_revision',
800 <Object>,
801 '--perf_output_basedir',
802 'None',
803 '--make_flags',
804 '""',
805 '--test_args',
806 '""',
807 '--gm_args',
808 '""',
809 '--bench_args',
810 '""',
811 '--is_try',
812 'True',
813 '--bench_pictures_cfg',
814 'default_msaa16',
815 '--flavor',
816 'default',
817 ],
818 'description': 'RunDM',
819 'doStepIf': <Object>,
820 'env': {},
821 'exception_on_failure': <Object>,
822 'flunkOnFailure': <Object>,
823 'get_props_from_stdout': None,
824 'haltOnFailure': <Object>,
825 'hideStepIf': <Object>,
826 'is_rebaseline_step': <Object>,
827 'is_upload_step': <Object>,
828 'timeout': <Object>,
829 'workdir': 'build\skia',
830 },
831 ],
832 [
833 <Object>,
834 {
835 'alwaysRun': <Object>,
836 'command': [
837 'python',
784 '..\..\..\..\..\..\slave\skia_slave_scripts\run_gm.py', 838 '..\..\..\..\..\..\slave\skia_slave_scripts\run_gm.py',
785 '--autogen_svn_baseurl', 839 '--autogen_svn_baseurl',
786 'bogusValueToFixSkBug2663', 840 'bogusValueToFixSkBug2663',
787 '--configuration', 841 '--configuration',
788 'Release', 842 'Release',
789 '--deps_target_os', 843 '--deps_target_os',
790 'None', 844 'None',
791 '--builder_name', 845 '--builder_name',
792 'Test-Win8-ShuttleA-GTX660-x86-Release-Trybot', 846 'Test-Win8-ShuttleA-GTX660-x86-Release-Trybot',
793 '--build_number', 847 '--build_number',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'haltOnFailure': <Object>, 1358 'haltOnFailure': <Object>,
1305 'hideStepIf': <Object>, 1359 'hideStepIf': <Object>,
1306 'is_rebaseline_step': <Object>, 1360 'is_rebaseline_step': <Object>,
1307 'is_upload_step': <Object>, 1361 'is_upload_step': <Object>,
1308 'timeout': <Object>, 1362 'timeout': <Object>,
1309 'workdir': 'build\skia', 1363 'workdir': 'build\skia',
1310 }, 1364 },
1311 ], 1365 ],
1312 ], 1366 ],
1313 } 1367 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698