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

Side by Side Diff: tools/tests/factory_configuration/expected/Canary-Chrome-Ubuntu12-Ninja-x86_64-Default-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, 10 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 'chrome', 6 'chrome',
7 ], 7 ],
8 '_builder_name': 'Canary-Chrome-Ubuntu12-Ninja-x86_64-Default-Trybot', 8 '_builder_name': 'Canary-Chrome-Ubuntu12-Ninja-x86_64-Default-Trybot',
9 '_common_args': [ 9 '_common_args': [
10 '--autogen_svn_baseurl', 10 '--autogen_svn_baseurl',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 '--num_cores', 99 '--num_cores',
100 <Object>, 100 <Object>,
101 '--is_try', 101 '--is_try',
102 'True', 102 'True',
103 '--bench_pictures_cfg', 103 '--bench_pictures_cfg',
104 'default', 104 'default',
105 ], 105 ],
106 'description': 'UpdateScripts', 106 'description': 'UpdateScripts',
107 'doStepIf': <Object>, 107 'doStepIf': <Object>,
108 'env': {}, 108 'env': {},
109 'exception_on_failure': <Object>,
109 'flunkOnFailure': <Object>, 110 'flunkOnFailure': <Object>,
110 'get_props_from_stdout': { 111 'get_props_from_stdout': {
111 'buildbot_revision': 'Skiabot scripts updated to (\w+)', 112 'buildbot_revision': 'Skiabot scripts updated to (\w+)',
112 }, 113 },
113 'haltOnFailure': <Object>, 114 'haltOnFailure': <Object>,
114 'hideStepIf': <Object>, 115 'hideStepIf': <Object>,
115 'is_rebaseline_step': <Object>, 116 'is_rebaseline_step': <Object>,
116 'is_upload_step': <Object>, 117 'is_upload_step': <Object>,
117 'timeout': <Object>, 118 'timeout': <Object>,
118 'workdir': 'build', 119 'workdir': 'build',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '--num_cores', 155 '--num_cores',
155 <Object>, 156 <Object>,
156 '--is_try', 157 '--is_try',
157 'True', 158 'True',
158 '--bench_pictures_cfg', 159 '--bench_pictures_cfg',
159 'default', 160 'default',
160 ], 161 ],
161 'description': 'Update', 162 'description': 'Update',
162 'doStepIf': <Object>, 163 'doStepIf': <Object>,
163 'env': {}, 164 'env': {},
165 'exception_on_failure': <Object>,
164 'flunkOnFailure': <Object>, 166 'flunkOnFailure': <Object>,
165 'get_props_from_stdout': { 167 'get_props_from_stdout': {
166 'chrome_revision': 'Chrome updated to (\w+)', 168 'chrome_revision': 'Chrome updated to (\w+)',
167 'got_revision': 'Skia updated to (\w+)', 169 'got_revision': 'Skia updated to (\w+)',
168 }, 170 },
169 'haltOnFailure': <Object>, 171 'haltOnFailure': <Object>,
170 'hideStepIf': <Object>, 172 'hideStepIf': <Object>,
171 'is_rebaseline_step': <Object>, 173 'is_rebaseline_step': <Object>,
172 'is_upload_step': <Object>, 174 'is_upload_step': <Object>,
173 'timeout': <Object>, 175 'timeout': <Object>,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 '--is_try', 214 '--is_try',
213 'True', 215 'True',
214 '--bench_pictures_cfg', 216 '--bench_pictures_cfg',
215 'default', 217 'default',
216 '--patch', 218 '--patch',
217 <Object>, 219 <Object>,
218 ], 220 ],
219 'description': 'ApplyPatch', 221 'description': 'ApplyPatch',
220 'doStepIf': <Object>, 222 'doStepIf': <Object>,
221 'env': {}, 223 'env': {},
224 'exception_on_failure': <Object>,
222 'flunkOnFailure': <Object>, 225 'flunkOnFailure': <Object>,
223 'get_props_from_stdout': None, 226 'get_props_from_stdout': None,
224 'haltOnFailure': <Object>, 227 'haltOnFailure': <Object>,
225 'hideStepIf': <Object>, 228 'hideStepIf': <Object>,
226 'is_rebaseline_step': <Object>, 229 'is_rebaseline_step': <Object>,
227 'is_upload_step': <Object>, 230 'is_upload_step': <Object>,
228 'timeout': <Object>, 231 'timeout': <Object>,
229 'workdir': 'build/src/third_party/skia', 232 'workdir': 'build/src/third_party/skia',
230 }, 233 },
231 ], 234 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 '--is_try', 270 '--is_try',
268 'True', 271 'True',
269 '--bench_pictures_cfg', 272 '--bench_pictures_cfg',
270 'default', 273 'default',
271 '--flavor', 274 '--flavor',
272 'chrome_canary', 275 'chrome_canary',
273 ], 276 ],
274 'description': 'Clean', 277 'description': 'Clean',
275 'doStepIf': <Object>, 278 'doStepIf': <Object>,
276 'env': {}, 279 'env': {},
280 'exception_on_failure': <Object>,
277 'flunkOnFailure': <Object>, 281 'flunkOnFailure': <Object>,
278 'get_props_from_stdout': None, 282 'get_props_from_stdout': None,
279 'haltOnFailure': <Object>, 283 'haltOnFailure': <Object>,
280 'hideStepIf': <Object>, 284 'hideStepIf': <Object>,
281 'is_rebaseline_step': <Object>, 285 'is_rebaseline_step': <Object>,
282 'is_upload_step': <Object>, 286 'is_upload_step': <Object>,
283 'timeout': <Object>, 287 'timeout': <Object>,
284 'workdir': 'build/src', 288 'workdir': 'build/src',
285 }, 289 },
286 ], 290 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 '--bench_pictures_cfg', 328 '--bench_pictures_cfg',
325 'default', 329 'default',
326 '--gyp_defines', 330 '--gyp_defines',
327 'skia_warnings_as_errors=0', 331 'skia_warnings_as_errors=0',
328 '--flavor', 332 '--flavor',
329 'chrome_canary', 333 'chrome_canary',
330 ], 334 ],
331 'description': 'RunGYP', 335 'description': 'RunGYP',
332 'doStepIf': <Object>, 336 'doStepIf': <Object>,
333 'env': {}, 337 'env': {},
338 'exception_on_failure': <Object>,
334 'flunkOnFailure': <Object>, 339 'flunkOnFailure': <Object>,
335 'get_props_from_stdout': None, 340 'get_props_from_stdout': None,
336 'haltOnFailure': <Object>, 341 'haltOnFailure': <Object>,
337 'hideStepIf': <Object>, 342 'hideStepIf': <Object>,
338 'is_rebaseline_step': <Object>, 343 'is_rebaseline_step': <Object>,
339 'is_upload_step': <Object>, 344 'is_upload_step': <Object>,
340 'timeout': <Object>, 345 'timeout': <Object>,
341 'workdir': 'build/src', 346 'workdir': 'build/src',
342 }, 347 },
343 ], 348 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 '--target', 388 '--target',
384 'chrome', 389 'chrome',
385 '--gyp_defines', 390 '--gyp_defines',
386 'skia_warnings_as_errors=0', 391 'skia_warnings_as_errors=0',
387 '--flavor', 392 '--flavor',
388 'chrome_canary', 393 'chrome_canary',
389 ], 394 ],
390 'description': 'BuildChrome', 395 'description': 'BuildChrome',
391 'doStepIf': <Object>, 396 'doStepIf': <Object>,
392 'env': {}, 397 'env': {},
398 'exception_on_failure': <Object>,
393 'flunkOnFailure': <Object>, 399 'flunkOnFailure': <Object>,
394 'get_props_from_stdout': None, 400 'get_props_from_stdout': None,
395 'haltOnFailure': <Object>, 401 'haltOnFailure': <Object>,
396 'hideStepIf': <Object>, 402 'hideStepIf': <Object>,
397 'is_rebaseline_step': <Object>, 403 'is_rebaseline_step': <Object>,
398 'is_upload_step': <Object>, 404 'is_upload_step': <Object>,
399 'timeout': <Object>, 405 'timeout': <Object>,
400 'workdir': 'build/src', 406 'workdir': 'build/src',
401 }, 407 },
402 ], 408 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 '--is_try', 444 '--is_try',
439 'True', 445 'True',
440 '--bench_pictures_cfg', 446 '--bench_pictures_cfg',
441 'default', 447 'default',
442 '--flavor', 448 '--flavor',
443 'chrome_canary', 449 'chrome_canary',
444 ], 450 ],
445 'description': 'Clean', 451 'description': 'Clean',
446 'doStepIf': <Object>, 452 'doStepIf': <Object>,
447 'env': {}, 453 'env': {},
454 'exception_on_failure': <Object>,
448 'flunkOnFailure': <Object>, 455 'flunkOnFailure': <Object>,
449 'get_props_from_stdout': None, 456 'get_props_from_stdout': None,
450 'haltOnFailure': <Object>, 457 'haltOnFailure': <Object>,
451 'hideStepIf': <Object>, 458 'hideStepIf': <Object>,
452 'is_rebaseline_step': <Object>, 459 'is_rebaseline_step': <Object>,
453 'is_upload_step': <Object>, 460 'is_upload_step': <Object>,
454 'timeout': <Object>, 461 'timeout': <Object>,
455 'workdir': 'build/src', 462 'workdir': 'build/src',
456 }, 463 },
457 ], 464 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 '--target', 504 '--target',
498 'chrome', 505 'chrome',
499 '--gyp_defines', 506 '--gyp_defines',
500 'skia_warnings_as_errors=0', 507 'skia_warnings_as_errors=0',
501 '--flavor', 508 '--flavor',
502 'chrome_canary', 509 'chrome_canary',
503 ], 510 ],
504 'description': 'Retry_BuildChrome', 511 'description': 'Retry_BuildChrome',
505 'doStepIf': <Object>, 512 'doStepIf': <Object>,
506 'env': {}, 513 'env': {},
514 'exception_on_failure': <Object>,
507 'flunkOnFailure': <Object>, 515 'flunkOnFailure': <Object>,
508 'get_props_from_stdout': None, 516 'get_props_from_stdout': None,
509 'haltOnFailure': <Object>, 517 'haltOnFailure': <Object>,
510 'hideStepIf': <Object>, 518 'hideStepIf': <Object>,
511 'is_rebaseline_step': <Object>, 519 'is_rebaseline_step': <Object>,
512 'is_upload_step': <Object>, 520 'is_upload_step': <Object>,
513 'timeout': <Object>, 521 'timeout': <Object>,
514 'workdir': 'build/src', 522 'workdir': 'build/src',
515 }, 523 },
516 ], 524 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 '--is_try', 560 '--is_try',
553 'True', 561 'True',
554 '--bench_pictures_cfg', 562 '--bench_pictures_cfg',
555 'default', 563 'default',
556 '--flavor', 564 '--flavor',
557 'chrome_canary', 565 'chrome_canary',
558 ], 566 ],
559 'description': 'Clean', 567 'description': 'Clean',
560 'doStepIf': <Object>, 568 'doStepIf': <Object>,
561 'env': {}, 569 'env': {},
570 'exception_on_failure': <Object>,
562 'flunkOnFailure': <Object>, 571 'flunkOnFailure': <Object>,
563 'get_props_from_stdout': None, 572 'get_props_from_stdout': None,
564 'haltOnFailure': <Object>, 573 'haltOnFailure': <Object>,
565 'hideStepIf': <Object>, 574 'hideStepIf': <Object>,
566 'is_rebaseline_step': <Object>, 575 'is_rebaseline_step': <Object>,
567 'is_upload_step': <Object>, 576 'is_upload_step': <Object>,
568 'timeout': <Object>, 577 'timeout': <Object>,
569 'workdir': 'build/src', 578 'workdir': 'build/src',
570 }, 579 },
571 ], 580 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 '--target', 620 '--target',
612 'chrome', 621 'chrome',
613 '--gyp_defines', 622 '--gyp_defines',
614 'skia_warnings_as_errors=0', 623 'skia_warnings_as_errors=0',
615 '--flavor', 624 '--flavor',
616 'chrome_canary', 625 'chrome_canary',
617 ], 626 ],
618 'description': 'Retry_NoWarningsAsErrors_BuildChrome', 627 'description': 'Retry_NoWarningsAsErrors_BuildChrome',
619 'doStepIf': <Object>, 628 'doStepIf': <Object>,
620 'env': {}, 629 'env': {},
630 'exception_on_failure': <Object>,
621 'flunkOnFailure': <Object>, 631 'flunkOnFailure': <Object>,
622 'get_props_from_stdout': None, 632 'get_props_from_stdout': None,
623 'haltOnFailure': <Object>, 633 'haltOnFailure': <Object>,
624 'hideStepIf': <Object>, 634 'hideStepIf': <Object>,
625 'is_rebaseline_step': <Object>, 635 'is_rebaseline_step': <Object>,
626 'is_upload_step': <Object>, 636 'is_upload_step': <Object>,
627 'timeout': <Object>, 637 'timeout': <Object>,
628 'workdir': 'build/src', 638 'workdir': 'build/src',
629 }, 639 },
630 ], 640 ],
631 ], 641 ],
632 } 642 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698