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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Mac10.7-MacMini4.1-GeForce320M-x86-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.7-MacMini4.1-GeForce320M-x86-Release', 6 '_builder_name': 'Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 'timeout': <Object>, 718 'timeout': <Object>,
719 'workdir': 'build/skia', 719 'workdir': 'build/skia',
720 }, 720 },
721 ], 721 ],
722 [ 722 [
723 <Object>, 723 <Object>,
724 { 724 {
725 'alwaysRun': <Object>, 725 'alwaysRun': <Object>,
726 'command': [ 726 'command': [
727 'python', 727 'python',
728 '../../../../../../slave/skia_slave_scripts/run_dm.py',
729 '--autogen_svn_baseurl',
730 'bogusValueToFixSkBug2663',
731 '--configuration',
732 'Release',
733 '--deps_target_os',
734 'None',
735 '--builder_name',
736 'Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release',
737 '--build_number',
738 <Object>,
739 '--target_platform',
740 'mac',
741 '--revision',
742 <Object>,
743 '--got_revision',
744 <Object>,
745 '--perf_output_basedir',
746 'None',
747 '--make_flags',
748 '""',
749 '--test_args',
750 '""',
751 '--gm_args',
752 '""',
753 '--bench_args',
754 '""',
755 '--is_try',
756 'False',
757 '--bench_pictures_cfg',
758 'default',
759 '--flavor',
760 'default',
761 ],
762 'description': 'RunDM',
763 'doStepIf': <Object>,
764 'env': {},
765 'exception_on_failure': <Object>,
766 'flunkOnFailure': <Object>,
767 'get_props_from_stdout': None,
768 'haltOnFailure': <Object>,
769 'hideStepIf': <Object>,
770 'is_rebaseline_step': <Object>,
771 'is_upload_step': <Object>,
772 'timeout': <Object>,
773 'workdir': 'build/skia',
774 },
775 ],
776 [
777 <Object>,
778 {
779 'alwaysRun': <Object>,
780 'command': [
781 'python',
728 '../../../../../../slave/skia_slave_scripts/run_gm.py', 782 '../../../../../../slave/skia_slave_scripts/run_gm.py',
729 '--autogen_svn_baseurl', 783 '--autogen_svn_baseurl',
730 'bogusValueToFixSkBug2663', 784 'bogusValueToFixSkBug2663',
731 '--configuration', 785 '--configuration',
732 'Release', 786 'Release',
733 '--deps_target_os', 787 '--deps_target_os',
734 'None', 788 'None',
735 '--builder_name', 789 '--builder_name',
736 'Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release', 790 'Test-Mac10.7-MacMini4.1-GeForce320M-x86-Release',
737 '--build_number', 791 '--build_number',
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 'haltOnFailure': <Object>, 1302 'haltOnFailure': <Object>,
1249 'hideStepIf': <Object>, 1303 'hideStepIf': <Object>,
1250 'is_rebaseline_step': <Object>, 1304 'is_rebaseline_step': <Object>,
1251 'is_upload_step': <Object>, 1305 'is_upload_step': <Object>,
1252 'timeout': <Object>, 1306 'timeout': <Object>,
1253 'workdir': 'build/skia', 1307 'workdir': 'build/skia',
1254 }, 1308 },
1255 ], 1309 ],
1256 ], 1310 ],
1257 } 1311 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698