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

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

Powered by Google App Engine
This is Rietveld 408576698