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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Win8-ShuttleA-GTX660-x86-Debug

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-Debug', 6 '_builder_name': 'Test-Win8-ShuttleA-GTX660-x86-Debug',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'timeout': <Object>, 720 'timeout': <Object>,
721 'workdir': 'build\skia', 721 'workdir': 'build\skia',
722 }, 722 },
723 ], 723 ],
724 [ 724 [
725 <Object>, 725 <Object>,
726 { 726 {
727 'alwaysRun': <Object>, 727 'alwaysRun': <Object>,
728 'command': [ 728 'command': [
729 'python', 729 'python',
730 '..\..\..\..\..\..\slave\skia_slave_scripts\run_dm.py',
731 '--autogen_svn_baseurl',
732 'bogusValueToFixSkBug2663',
733 '--configuration',
734 'Debug',
735 '--deps_target_os',
736 'None',
737 '--builder_name',
738 'Test-Win8-ShuttleA-GTX660-x86-Debug',
739 '--build_number',
740 <Object>,
741 '--target_platform',
742 'win32',
743 '--revision',
744 <Object>,
745 '--got_revision',
746 <Object>,
747 '--perf_output_basedir',
748 'None',
749 '--make_flags',
750 '""',
751 '--test_args',
752 '""',
753 '--gm_args',
754 '""',
755 '--bench_args',
756 '""',
757 '--is_try',
758 'False',
759 '--bench_pictures_cfg',
760 'default_msaa16',
761 '--flavor',
762 'default',
763 ],
764 'description': 'RunDM',
765 'doStepIf': <Object>,
766 'env': {},
767 'exception_on_failure': <Object>,
768 'flunkOnFailure': <Object>,
769 'get_props_from_stdout': None,
770 'haltOnFailure': <Object>,
771 'hideStepIf': <Object>,
772 'is_rebaseline_step': <Object>,
773 'is_upload_step': <Object>,
774 'timeout': <Object>,
775 'workdir': 'build\skia',
776 },
777 ],
778 [
779 <Object>,
780 {
781 'alwaysRun': <Object>,
782 'command': [
783 'python',
730 '..\..\..\..\..\..\slave\skia_slave_scripts\run_gm.py', 784 '..\..\..\..\..\..\slave\skia_slave_scripts\run_gm.py',
731 '--autogen_svn_baseurl', 785 '--autogen_svn_baseurl',
732 'bogusValueToFixSkBug2663', 786 'bogusValueToFixSkBug2663',
733 '--configuration', 787 '--configuration',
734 'Debug', 788 'Debug',
735 '--deps_target_os', 789 '--deps_target_os',
736 'None', 790 'None',
737 '--builder_name', 791 '--builder_name',
738 'Test-Win8-ShuttleA-GTX660-x86-Debug', 792 'Test-Win8-ShuttleA-GTX660-x86-Debug',
739 '--build_number', 793 '--build_number',
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 'haltOnFailure': <Object>, 1626 'haltOnFailure': <Object>,
1573 'hideStepIf': <Object>, 1627 'hideStepIf': <Object>,
1574 'is_rebaseline_step': <Object>, 1628 'is_rebaseline_step': <Object>,
1575 'is_upload_step': <Object>, 1629 'is_upload_step': <Object>,
1576 'timeout': <Object>, 1630 'timeout': <Object>,
1577 'workdir': 'build\skia', 1631 'workdir': 'build\skia',
1578 }, 1632 },
1579 ], 1633 ],
1580 ], 1634 ],
1581 } 1635 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698