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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-ChromeOS-Daisy-MaliT604-Arm7-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-ChromeOS-Daisy-MaliT604-Arm7-Debug', 6 '_builder_name': 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'timeout': <Object>, 796 'timeout': <Object>,
797 'workdir': 'build/skia', 797 'workdir': 'build/skia',
798 }, 798 },
799 ], 799 ],
800 [ 800 [
801 <Object>, 801 <Object>,
802 { 802 {
803 'alwaysRun': <Object>, 803 'alwaysRun': <Object>,
804 'command': [ 804 'command': [
805 'python', 805 'python',
806 '../../../../../../slave/skia_slave_scripts/run_dm.py',
807 '--autogen_svn_baseurl',
808 'bogusValueToFixSkBug2663',
809 '--configuration',
810 'Debug',
811 '--deps_target_os',
812 'chromeos',
813 '--builder_name',
814 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug',
815 '--build_number',
816 <Object>,
817 '--target_platform',
818 'linux',
819 '--revision',
820 <Object>,
821 '--got_revision',
822 <Object>,
823 '--perf_output_basedir',
824 'None',
825 '--make_flags',
826 '""',
827 '--test_args',
828 '""',
829 '--gm_args',
830 '""',
831 '--bench_args',
832 '""',
833 '--is_try',
834 'False',
835 '--bench_pictures_cfg',
836 'no_gpu',
837 '--ssh_host',
838 <Object>,
839 '--ssh_port',
840 <Object>,
841 '--board',
842 'daisy',
843 '--flavor',
844 'chromeos',
845 ],
846 'description': 'RunDM',
847 'doStepIf': <Object>,
848 'env': {},
849 'exception_on_failure': <Object>,
850 'flunkOnFailure': <Object>,
851 'get_props_from_stdout': None,
852 'haltOnFailure': <Object>,
853 'hideStepIf': <Object>,
854 'is_rebaseline_step': <Object>,
855 'is_upload_step': <Object>,
856 'timeout': <Object>,
857 'workdir': 'build/skia',
858 },
859 ],
860 [
861 <Object>,
862 {
863 'alwaysRun': <Object>,
864 'command': [
865 'python',
806 '../../../../../../slave/skia_slave_scripts/run_gm.py', 866 '../../../../../../slave/skia_slave_scripts/run_gm.py',
807 '--autogen_svn_baseurl', 867 '--autogen_svn_baseurl',
808 'bogusValueToFixSkBug2663', 868 'bogusValueToFixSkBug2663',
809 '--configuration', 869 '--configuration',
810 'Debug', 870 'Debug',
811 '--deps_target_os', 871 '--deps_target_os',
812 'chromeos', 872 'chromeos',
813 '--builder_name', 873 '--builder_name',
814 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug', 874 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug',
815 '--build_number', 875 '--build_number',
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 'haltOnFailure': <Object>, 1804 'haltOnFailure': <Object>,
1745 'hideStepIf': <Object>, 1805 'hideStepIf': <Object>,
1746 'is_rebaseline_step': <Object>, 1806 'is_rebaseline_step': <Object>,
1747 'is_upload_step': <Object>, 1807 'is_upload_step': <Object>,
1748 'timeout': <Object>, 1808 'timeout': <Object>,
1749 'workdir': 'build/skia', 1809 'workdir': 'build/skia',
1750 }, 1810 },
1751 ], 1811 ],
1752 ], 1812 ],
1753 } 1813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698