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

Side by Side Diff: tools/tests/factory_configuration/expected/Test-ChromeOS-Link-HD4000-x86_64-Release-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-Link-HD4000-x86_64-Release-Trybot', 6 '_builder_name': 'Test-ChromeOS-Link-HD4000-x86_64-Release-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 'Release',
871 '--deps_target_os',
872 'chromeos',
873 '--builder_name',
874 'Test-ChromeOS-Link-HD4000-x86_64-Release-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 'link',
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 'Release', 930 'Release',
871 '--deps_target_os', 931 '--deps_target_os',
872 'chromeos', 932 'chromeos',
873 '--builder_name', 933 '--builder_name',
874 'Test-ChromeOS-Link-HD4000-x86_64-Release-Trybot', 934 'Test-ChromeOS-Link-HD4000-x86_64-Release-Trybot',
875 '--build_number', 935 '--build_number',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 'haltOnFailure': <Object>, 1506 'haltOnFailure': <Object>,
1447 'hideStepIf': <Object>, 1507 'hideStepIf': <Object>,
1448 'is_rebaseline_step': <Object>, 1508 'is_rebaseline_step': <Object>,
1449 'is_upload_step': <Object>, 1509 'is_upload_step': <Object>,
1450 'timeout': <Object>, 1510 'timeout': <Object>,
1451 'workdir': 'build/skia', 1511 'workdir': 'build/skia',
1452 }, 1512 },
1453 ], 1513 ],
1454 ], 1514 ],
1455 } 1515 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698