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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot

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-Trybot', 6 '_builder_name': 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'bogusValueToFixSkBug2663', 9 'bogusValueToFixSkBug2663',
10 '--configuration', 10 '--configuration',
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'timeout': <Object>, 856 'timeout': <Object>,
857 'workdir': 'build/skia', 857 'workdir': 'build/skia',
858 }, 858 },
859 ], 859 ],
860 [ 860 [
861 <Object>, 861 <Object>,
862 { 862 {
863 'alwaysRun': <Object>, 863 'alwaysRun': <Object>,
864 'command': [ 864 'command': [
865 'python', 865 'python',
866 '../../../../../../slave/skia_slave_scripts/run_dm.py',
867 '--autogen_svn_baseurl',
868 'bogusValueToFixSkBug2663',
869 '--configuration',
870 'Debug',
871 '--deps_target_os',
872 'chromeos',
873 '--builder_name',
874 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot',
875 '--build_number',
876 <Object>,
877 '--target_platform',
878 'linux',
879 '--revision',
880 <Object>,
881 '--got_revision',
882 <Object>,
883 '--perf_output_basedir',
884 'None',
885 '--make_flags',
886 '""',
887 '--test_args',
888 '""',
889 '--gm_args',
890 '""',
891 '--bench_args',
892 '""',
893 '--is_try',
894 'True',
895 '--bench_pictures_cfg',
896 'no_gpu',
897 '--ssh_host',
898 <Object>,
899 '--ssh_port',
900 <Object>,
901 '--board',
902 'daisy',
903 '--flavor',
904 'chromeos',
905 ],
906 'description': 'RunDM',
907 'doStepIf': <Object>,
908 'env': {},
909 'exception_on_failure': <Object>,
910 'flunkOnFailure': <Object>,
911 'get_props_from_stdout': None,
912 'haltOnFailure': <Object>,
913 'hideStepIf': <Object>,
914 'is_rebaseline_step': <Object>,
915 'is_upload_step': <Object>,
916 'timeout': <Object>,
917 'workdir': 'build/skia',
918 },
919 ],
920 [
921 <Object>,
922 {
923 'alwaysRun': <Object>,
924 'command': [
925 'python',
866 '../../../../../../slave/skia_slave_scripts/run_gm.py', 926 '../../../../../../slave/skia_slave_scripts/run_gm.py',
867 '--autogen_svn_baseurl', 927 '--autogen_svn_baseurl',
868 'bogusValueToFixSkBug2663', 928 'bogusValueToFixSkBug2663',
869 '--configuration', 929 '--configuration',
870 'Debug', 930 'Debug',
871 '--deps_target_os', 931 '--deps_target_os',
872 'chromeos', 932 'chromeos',
873 '--builder_name', 933 '--builder_name',
874 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot', 934 'Test-ChromeOS-Daisy-MaliT604-Arm7-Debug-Trybot',
875 '--build_number', 935 '--build_number',
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1804 'haltOnFailure': <Object>, 1864 'haltOnFailure': <Object>,
1805 'hideStepIf': <Object>, 1865 'hideStepIf': <Object>,
1806 'is_rebaseline_step': <Object>, 1866 'is_rebaseline_step': <Object>,
1807 'is_upload_step': <Object>, 1867 'is_upload_step': <Object>,
1808 'timeout': <Object>, 1868 'timeout': <Object>,
1809 'workdir': 'build/skia', 1869 'workdir': 'build/skia',
1810 }, 1870 },
1811 ], 1871 ],
1812 ], 1872 ],
1813 } 1873 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698