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

Side by Side Diff: tools/tests/factory_configuration/expected/Housekeeper-PerCommit-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 'tools', 4 'tools',
5 'gm', 5 'gm',
6 'dm', 6 'dm',
7 ], 7 ],
8 '_builder_name': 'Housekeeper-PerCommit-Trybot', 8 '_builder_name': 'Housekeeper-PerCommit-Trybot',
9 '_common_args': [ 9 '_common_args': [
10 '--autogen_svn_baseurl', 10 '--autogen_svn_baseurl',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'timeout': <Object>, 959 'timeout': <Object>,
960 'workdir': 'build/skia', 960 'workdir': 'build/skia',
961 }, 961 },
962 ], 962 ],
963 [ 963 [
964 <Object>, 964 <Object>,
965 { 965 {
966 'alwaysRun': <Object>, 966 'alwaysRun': <Object>,
967 'command': [ 967 'command': [
968 'python', 968 'python',
969 '../../../../../../slave/skia_slave_scripts/run_dm.py',
970 '--autogen_svn_baseurl',
971 'bogusValueToFixSkBug2663',
972 '--configuration',
973 'Debug',
974 '--deps_target_os',
975 'None',
976 '--builder_name',
977 'Housekeeper-PerCommit-Trybot',
978 '--build_number',
979 <Object>,
980 '--target_platform',
981 'linux',
982 '--revision',
983 <Object>,
984 '--got_revision',
985 <Object>,
986 '--perf_output_basedir',
987 'None',
988 '--make_flags',
989 '""',
990 '--test_args',
991 '""',
992 '--gm_args',
993 '""',
994 '--bench_args',
995 '""',
996 '--is_try',
997 'True',
998 '--bench_pictures_cfg',
999 'default',
1000 '--flavor',
1001 'default',
1002 ],
1003 'description': 'RunDM',
1004 'doStepIf': <Object>,
1005 'env': {},
1006 'exception_on_failure': <Object>,
1007 'flunkOnFailure': <Object>,
1008 'get_props_from_stdout': None,
1009 'haltOnFailure': <Object>,
1010 'hideStepIf': <Object>,
1011 'is_rebaseline_step': <Object>,
1012 'is_upload_step': <Object>,
1013 'timeout': <Object>,
1014 'workdir': 'build/skia',
1015 },
1016 ],
1017 [
1018 <Object>,
1019 {
1020 'alwaysRun': <Object>,
1021 'command': [
1022 'python',
1023 '../../../../../../slave/skia_slave_scripts/run_android_plat form_self_tests.py', 969 '../../../../../../slave/skia_slave_scripts/run_android_plat form_self_tests.py',
1024 '--autogen_svn_baseurl', 970 '--autogen_svn_baseurl',
1025 'bogusValueToFixSkBug2663', 971 'bogusValueToFixSkBug2663',
1026 '--configuration', 972 '--configuration',
1027 'Debug', 973 'Debug',
1028 '--deps_target_os', 974 '--deps_target_os',
1029 'None', 975 'None',
1030 '--builder_name', 976 '--builder_name',
1031 'Housekeeper-PerCommit-Trybot', 977 'Housekeeper-PerCommit-Trybot',
1032 '--build_number', 978 '--build_number',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 'haltOnFailure': <Object>, 1163 'haltOnFailure': <Object>,
1218 'hideStepIf': <Object>, 1164 'hideStepIf': <Object>,
1219 'is_rebaseline_step': <Object>, 1165 'is_rebaseline_step': <Object>,
1220 'is_upload_step': <Object>, 1166 'is_upload_step': <Object>,
1221 'timeout': <Object>, 1167 'timeout': <Object>,
1222 'workdir': 'build/skia', 1168 'workdir': 'build/skia',
1223 }, 1169 },
1224 ], 1170 ],
1225 ], 1171 ],
1226 } 1172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698