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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-Android-NexusS-SGX540-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 'all', 4 'all',
5 ], 5 ],
6 '_builder_name': 'Test-Android-NexusS-SGX540-Arm7-Debug', 6 '_builder_name': 'Test-Android-NexusS-SGX540-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 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 'timeout': <Object>, 823 'timeout': <Object>,
824 'workdir': 'build/skia', 824 'workdir': 'build/skia',
825 }, 825 },
826 ], 826 ],
827 [ 827 [
828 <Object>, 828 <Object>,
829 { 829 {
830 'alwaysRun': <Object>, 830 'alwaysRun': <Object>,
831 'command': [ 831 'command': [
832 'python', 832 'python',
833 '../../../../../../slave/skia_slave_scripts/run_dm.py',
834 '--autogen_svn_baseurl',
835 'bogusValueToFixSkBug2663',
836 '--configuration',
837 'Debug',
838 '--deps_target_os',
839 'android',
840 '--builder_name',
841 'Test-Android-NexusS-SGX540-Arm7-Debug',
842 '--build_number',
843 <Object>,
844 '--target_platform',
845 'linux',
846 '--revision',
847 <Object>,
848 '--got_revision',
849 <Object>,
850 '--perf_output_basedir',
851 'None',
852 '--make_flags',
853 '""',
854 '--test_args',
855 '"--match ~Threaded"',
856 '--gm_args',
857 '""',
858 '--bench_args',
859 '""',
860 '--is_try',
861 'False',
862 '--bench_pictures_cfg',
863 'nexus_s',
864 '--device',
865 'nexus_s',
866 '--serial',
867 <Object>,
868 '--has_root',
869 <Object>,
870 '--android_sdk_root',
871 <Object>,
872 '--flavor',
873 'android',
874 ],
875 'description': 'RunDM',
876 'doStepIf': <Object>,
877 'env': {},
878 'exception_on_failure': <Object>,
879 'flunkOnFailure': <Object>,
880 'get_props_from_stdout': None,
881 'haltOnFailure': <Object>,
882 'hideStepIf': <Object>,
883 'is_rebaseline_step': <Object>,
884 'is_upload_step': <Object>,
885 'timeout': <Object>,
886 'workdir': 'build/skia',
887 },
888 ],
889 [
890 <Object>,
891 {
892 'alwaysRun': <Object>,
893 'command': [
894 'python',
833 '../../../../../../slave/skia_slave_scripts/run_gm.py', 895 '../../../../../../slave/skia_slave_scripts/run_gm.py',
834 '--autogen_svn_baseurl', 896 '--autogen_svn_baseurl',
835 'bogusValueToFixSkBug2663', 897 'bogusValueToFixSkBug2663',
836 '--configuration', 898 '--configuration',
837 'Debug', 899 'Debug',
838 '--deps_target_os', 900 '--deps_target_os',
839 'android', 901 'android',
840 '--builder_name', 902 '--builder_name',
841 'Test-Android-NexusS-SGX540-Arm7-Debug', 903 'Test-Android-NexusS-SGX540-Arm7-Debug',
842 '--build_number', 904 '--build_number',
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 'haltOnFailure': <Object>, 1865 'haltOnFailure': <Object>,
1804 'hideStepIf': <Object>, 1866 'hideStepIf': <Object>,
1805 'is_rebaseline_step': <Object>, 1867 'is_rebaseline_step': <Object>,
1806 'is_upload_step': <Object>, 1868 'is_upload_step': <Object>,
1807 'timeout': <Object>, 1869 'timeout': <Object>,
1808 'workdir': 'build/skia', 1870 'workdir': 'build/skia',
1809 }, 1871 },
1810 ], 1872 ],
1811 ], 1873 ],
1812 } 1874 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698