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

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

Powered by Google App Engine
This is Rietveld 408576698