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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release

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.8-MacMini4.1-GeForce320M-x86_64-Release', 6 '_builder_name': 'Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release',
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 'Release',
734 '--deps_target_os',
735 'None',
736 '--builder_name',
737 'Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release',
738 '--build_number',
739 <Object>,
740 '--target_platform',
741 'mac',
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 'Release', 787 'Release',
734 '--deps_target_os', 788 '--deps_target_os',
735 'None', 789 'None',
736 '--builder_name', 790 '--builder_name',
737 'Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release', 791 'Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Release',
738 '--build_number', 792 '--build_number',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 'haltOnFailure': <Object>, 1303 'haltOnFailure': <Object>,
1250 'hideStepIf': <Object>, 1304 'hideStepIf': <Object>,
1251 'is_rebaseline_step': <Object>, 1305 'is_rebaseline_step': <Object>,
1252 'is_upload_step': <Object>, 1306 'is_upload_step': <Object>,
1253 'timeout': <Object>, 1307 'timeout': <Object>,
1254 'workdir': 'build/skia', 1308 'workdir': 'build/skia',
1255 }, 1309 },
1256 ], 1310 ],
1257 ], 1311 ],
1258 } 1312 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698