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

Side by Side Diff: tools/tests/factory_configuration/expected/Housekeeper-Nightly-Trybot

Issue 175523003: Raise Exception instead of failure when some steps fail. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Include ALL the factory config files Created 6 years, 9 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 '_autogen_svn_password_file': '.autogen_svn_password', 3 '_autogen_svn_password_file': '.autogen_svn_password',
4 '_autogen_svn_username_file': '.autogen_svn_username', 4 '_autogen_svn_username_file': '.autogen_svn_username',
5 '_build_targets': [], 5 '_build_targets': [],
6 '_builder_name': 'Housekeeper-Nightly-Trybot', 6 '_builder_name': 'Housekeeper-Nightly-Trybot',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'https://skia-autogen.googlecode.com/svn', 9 'https://skia-autogen.googlecode.com/svn',
10 '--configuration', 10 '--configuration',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '--num_cores', 96 '--num_cores',
97 <Object>, 97 <Object>,
98 '--is_try', 98 '--is_try',
99 'True', 99 'True',
100 '--bench_pictures_cfg', 100 '--bench_pictures_cfg',
101 'default', 101 'default',
102 ], 102 ],
103 'description': 'UpdateScripts', 103 'description': 'UpdateScripts',
104 'doStepIf': <Object>, 104 'doStepIf': <Object>,
105 'env': {}, 105 'env': {},
106 'exception_on_failure': <Object>,
106 'flunkOnFailure': <Object>, 107 'flunkOnFailure': <Object>,
107 'get_props_from_stdout': { 108 'get_props_from_stdout': {
108 'buildbot_revision': 'Skiabot scripts updated to (\w+)', 109 'buildbot_revision': 'Skiabot scripts updated to (\w+)',
109 }, 110 },
110 'haltOnFailure': <Object>, 111 'haltOnFailure': <Object>,
111 'hideStepIf': <Object>, 112 'hideStepIf': <Object>,
112 'is_rebaseline_step': <Object>, 113 'is_rebaseline_step': <Object>,
113 'is_upload_step': <Object>, 114 'is_upload_step': <Object>,
114 'timeout': <Object>, 115 'timeout': <Object>,
115 'workdir': 'build', 116 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 '--is_try', 154 '--is_try',
154 'True', 155 'True',
155 '--bench_pictures_cfg', 156 '--bench_pictures_cfg',
156 'default', 157 'default',
157 '--gclient_solutions', 158 '--gclient_solutions',
158 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},']"', 159 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},']"',
159 ], 160 ],
160 'description': 'Update', 161 'description': 'Update',
161 'doStepIf': <Object>, 162 'doStepIf': <Object>,
162 'env': {}, 163 'env': {},
164 'exception_on_failure': <Object>,
163 'flunkOnFailure': <Object>, 165 'flunkOnFailure': <Object>,
164 'get_props_from_stdout': { 166 'get_props_from_stdout': {
165 'got_revision': 'Skia updated to (\w+)', 167 'got_revision': 'Skia updated to (\w+)',
166 }, 168 },
167 'haltOnFailure': <Object>, 169 'haltOnFailure': <Object>,
168 'hideStepIf': <Object>, 170 'hideStepIf': <Object>,
169 'is_rebaseline_step': <Object>, 171 'is_rebaseline_step': <Object>,
170 'is_upload_step': <Object>, 172 'is_upload_step': <Object>,
171 'timeout': <Object>, 173 'timeout': <Object>,
172 'workdir': 'build', 174 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 '--is_try', 212 '--is_try',
211 'True', 213 'True',
212 '--bench_pictures_cfg', 214 '--bench_pictures_cfg',
213 'default', 215 'default',
214 '--patch', 216 '--patch',
215 <Object>, 217 <Object>,
216 ], 218 ],
217 'description': 'ApplyPatch', 219 'description': 'ApplyPatch',
218 'doStepIf': <Object>, 220 'doStepIf': <Object>,
219 'env': {}, 221 'env': {},
222 'exception_on_failure': <Object>,
220 'flunkOnFailure': <Object>, 223 'flunkOnFailure': <Object>,
221 'get_props_from_stdout': None, 224 'get_props_from_stdout': None,
222 'haltOnFailure': <Object>, 225 'haltOnFailure': <Object>,
223 'hideStepIf': <Object>, 226 'hideStepIf': <Object>,
224 'is_rebaseline_step': <Object>, 227 'is_rebaseline_step': <Object>,
225 'is_upload_step': <Object>, 228 'is_upload_step': <Object>,
226 'timeout': <Object>, 229 'timeout': <Object>,
227 'workdir': 'build/skia', 230 'workdir': 'build/skia',
228 }, 231 },
229 ], 232 ],
230 [ 233 [
231 <Object>, 234 <Object>,
232 { 235 {
233 'alwaysRun': <Object>, 236 'alwaysRun': <Object>,
234 'command': '../../../../../../slave/skia_slave_scripts/run-clang -static-analyzer.sh', 237 'command': '../../../../../../slave/skia_slave_scripts/run-clang -static-analyzer.sh',
235 'description': 'RunClangStaticAnalyzer', 238 'description': 'RunClangStaticAnalyzer',
236 'doStepIf': <Object>, 239 'doStepIf': <Object>,
237 'env': {}, 240 'env': {},
241 'exception_on_failure': <Object>,
238 'flunkOnFailure': <Object>, 242 'flunkOnFailure': <Object>,
239 'get_props_from_stdout': None, 243 'get_props_from_stdout': None,
240 'haltOnFailure': <Object>, 244 'haltOnFailure': <Object>,
241 'hideStepIf': <Object>, 245 'hideStepIf': <Object>,
242 'is_rebaseline_step': <Object>, 246 'is_rebaseline_step': <Object>,
243 'is_upload_step': <Object>, 247 'is_upload_step': <Object>,
244 'timeout': <Object>, 248 'timeout': <Object>,
245 'workdir': 'build/skia', 249 'workdir': 'build/skia',
246 }, 250 },
247 ], 251 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '--num_cores', 285 '--num_cores',
282 <Object>, 286 <Object>,
283 '--is_try', 287 '--is_try',
284 'True', 288 'True',
285 '--bench_pictures_cfg', 289 '--bench_pictures_cfg',
286 'default', 290 'default',
287 ], 291 ],
288 'description': 'CheckGoogleStorageTimestamps', 292 'description': 'CheckGoogleStorageTimestamps',
289 'doStepIf': <Object>, 293 'doStepIf': <Object>,
290 'env': {}, 294 'env': {},
295 'exception_on_failure': <Object>,
291 'flunkOnFailure': <Object>, 296 'flunkOnFailure': <Object>,
292 'get_props_from_stdout': None, 297 'get_props_from_stdout': None,
293 'haltOnFailure': <Object>, 298 'haltOnFailure': <Object>,
294 'hideStepIf': <Object>, 299 'hideStepIf': <Object>,
295 'is_rebaseline_step': <Object>, 300 'is_rebaseline_step': <Object>,
296 'is_upload_step': <Object>, 301 'is_upload_step': <Object>,
297 'timeout': <Object>, 302 'timeout': <Object>,
298 'workdir': 'build/skia', 303 'workdir': 'build/skia',
299 }, 304 },
300 ], 305 ],
301 ], 306 ],
302 } 307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698