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

Side by Side Diff: tools/tests/factory_configuration/expected/Canary-Moz2D-Ubuntu12-GCC-x86_64-Release-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 'skia_lib', 6 'skia_lib',
7 'moz2d', 7 'moz2d',
8 ], 8 ],
9 '_builder_name': 'Canary-Moz2D-Ubuntu12-GCC-x86_64-Release-Trybot', 9 '_builder_name': 'Canary-Moz2D-Ubuntu12-GCC-x86_64-Release-Trybot',
10 '_common_args': [ 10 '_common_args': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 '--num_cores', 100 '--num_cores',
101 <Object>, 101 <Object>,
102 '--is_try', 102 '--is_try',
103 'True', 103 'True',
104 '--bench_pictures_cfg', 104 '--bench_pictures_cfg',
105 'default', 105 'default',
106 ], 106 ],
107 'description': 'UpdateScripts', 107 'description': 'UpdateScripts',
108 'doStepIf': <Object>, 108 'doStepIf': <Object>,
109 'env': {}, 109 'env': {},
110 'exception_on_failure': <Object>,
110 'flunkOnFailure': <Object>, 111 'flunkOnFailure': <Object>,
111 'get_props_from_stdout': { 112 'get_props_from_stdout': {
112 'buildbot_revision': 'Skiabot scripts updated to (\w+)', 113 'buildbot_revision': 'Skiabot scripts updated to (\w+)',
113 }, 114 },
114 'haltOnFailure': <Object>, 115 'haltOnFailure': <Object>,
115 'hideStepIf': <Object>, 116 'hideStepIf': <Object>,
116 'is_rebaseline_step': <Object>, 117 'is_rebaseline_step': <Object>,
117 'is_upload_step': <Object>, 118 'is_upload_step': <Object>,
118 'timeout': <Object>, 119 'timeout': <Object>,
119 'workdir': 'build', 120 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '--is_try', 158 '--is_try',
158 'True', 159 'True',
159 '--bench_pictures_cfg', 160 '--bench_pictures_cfg',
160 'default', 161 'default',
161 '--gclient_solutions', 162 '--gclient_solutions',
162 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},', '{ "name": "moz2d", "url": " https://github.com/gw280/moz2d.git", "custom_deps": {},"custom_vars": {},},']"', 163 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},', '{ "name": "moz2d", "url": " https://github.com/gw280/moz2d.git", "custom_deps": {},"custom_vars": {},},']"',
163 ], 164 ],
164 'description': 'Update', 165 'description': 'Update',
165 'doStepIf': <Object>, 166 'doStepIf': <Object>,
166 'env': {}, 167 'env': {},
168 'exception_on_failure': <Object>,
167 'flunkOnFailure': <Object>, 169 'flunkOnFailure': <Object>,
168 'get_props_from_stdout': { 170 'get_props_from_stdout': {
169 'got_revision': 'Skia updated to (\w+)', 171 'got_revision': 'Skia updated to (\w+)',
170 'moz2d_revision': 'Moz2D updated to (\w+)', 172 'moz2d_revision': 'Moz2D updated to (\w+)',
171 }, 173 },
172 'haltOnFailure': <Object>, 174 'haltOnFailure': <Object>,
173 'hideStepIf': <Object>, 175 'hideStepIf': <Object>,
174 'is_rebaseline_step': <Object>, 176 'is_rebaseline_step': <Object>,
175 'is_upload_step': <Object>, 177 'is_upload_step': <Object>,
176 'timeout': <Object>, 178 'timeout': <Object>,
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 '--is_try', 217 '--is_try',
216 'True', 218 'True',
217 '--bench_pictures_cfg', 219 '--bench_pictures_cfg',
218 'default', 220 'default',
219 '--patch', 221 '--patch',
220 <Object>, 222 <Object>,
221 ], 223 ],
222 'description': 'ApplyPatch', 224 'description': 'ApplyPatch',
223 'doStepIf': <Object>, 225 'doStepIf': <Object>,
224 'env': {}, 226 'env': {},
227 'exception_on_failure': <Object>,
225 'flunkOnFailure': <Object>, 228 'flunkOnFailure': <Object>,
226 'get_props_from_stdout': None, 229 'get_props_from_stdout': None,
227 'haltOnFailure': <Object>, 230 'haltOnFailure': <Object>,
228 'hideStepIf': <Object>, 231 'hideStepIf': <Object>,
229 'is_rebaseline_step': <Object>, 232 'is_rebaseline_step': <Object>,
230 'is_upload_step': <Object>, 233 'is_upload_step': <Object>,
231 'timeout': <Object>, 234 'timeout': <Object>,
232 'workdir': 'build/skia', 235 'workdir': 'build/skia',
233 }, 236 },
234 ], 237 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 '--is_try', 273 '--is_try',
271 'True', 274 'True',
272 '--bench_pictures_cfg', 275 '--bench_pictures_cfg',
273 'default', 276 'default',
274 '--flavor', 277 '--flavor',
275 'moz2d_canary', 278 'moz2d_canary',
276 ], 279 ],
277 'description': 'Clean', 280 'description': 'Clean',
278 'doStepIf': <Object>, 281 'doStepIf': <Object>,
279 'env': {}, 282 'env': {},
283 'exception_on_failure': <Object>,
280 'flunkOnFailure': <Object>, 284 'flunkOnFailure': <Object>,
281 'get_props_from_stdout': None, 285 'get_props_from_stdout': None,
282 'haltOnFailure': <Object>, 286 'haltOnFailure': <Object>,
283 'hideStepIf': <Object>, 287 'hideStepIf': <Object>,
284 'is_rebaseline_step': <Object>, 288 'is_rebaseline_step': <Object>,
285 'is_upload_step': <Object>, 289 'is_upload_step': <Object>,
286 'timeout': <Object>, 290 'timeout': <Object>,
287 'workdir': 'build/skia', 291 'workdir': 'build/skia',
288 }, 292 },
289 ], 293 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 '--bench_pictures_cfg', 331 '--bench_pictures_cfg',
328 'default', 332 'default',
329 '--gyp_defines', 333 '--gyp_defines',
330 'skia_warnings_as_errors=0', 334 'skia_warnings_as_errors=0',
331 '--flavor', 335 '--flavor',
332 'moz2d_canary', 336 'moz2d_canary',
333 ], 337 ],
334 'description': 'RunGYP', 338 'description': 'RunGYP',
335 'doStepIf': <Object>, 339 'doStepIf': <Object>,
336 'env': {}, 340 'env': {},
341 'exception_on_failure': <Object>,
337 'flunkOnFailure': <Object>, 342 'flunkOnFailure': <Object>,
338 'get_props_from_stdout': None, 343 'get_props_from_stdout': None,
339 'haltOnFailure': <Object>, 344 'haltOnFailure': <Object>,
340 'hideStepIf': <Object>, 345 'hideStepIf': <Object>,
341 'is_rebaseline_step': <Object>, 346 'is_rebaseline_step': <Object>,
342 'is_upload_step': <Object>, 347 'is_upload_step': <Object>,
343 'timeout': <Object>, 348 'timeout': <Object>,
344 'workdir': 'build/skia', 349 'workdir': 'build/skia',
345 }, 350 },
346 ], 351 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 '--target', 391 '--target',
387 'skia_lib', 392 'skia_lib',
388 '--gyp_defines', 393 '--gyp_defines',
389 'skia_warnings_as_errors=0', 394 'skia_warnings_as_errors=0',
390 '--flavor', 395 '--flavor',
391 'moz2d_canary', 396 'moz2d_canary',
392 ], 397 ],
393 'description': 'BuildSkiaLib', 398 'description': 'BuildSkiaLib',
394 'doStepIf': <Object>, 399 'doStepIf': <Object>,
395 'env': {}, 400 'env': {},
401 'exception_on_failure': <Object>,
396 'flunkOnFailure': <Object>, 402 'flunkOnFailure': <Object>,
397 'get_props_from_stdout': None, 403 'get_props_from_stdout': None,
398 'haltOnFailure': <Object>, 404 'haltOnFailure': <Object>,
399 'hideStepIf': <Object>, 405 'hideStepIf': <Object>,
400 'is_rebaseline_step': <Object>, 406 'is_rebaseline_step': <Object>,
401 'is_upload_step': <Object>, 407 'is_upload_step': <Object>,
402 'timeout': <Object>, 408 'timeout': <Object>,
403 'workdir': 'build/skia', 409 'workdir': 'build/skia',
404 }, 410 },
405 ], 411 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 '--target', 451 '--target',
446 'moz2d', 452 'moz2d',
447 '--gyp_defines', 453 '--gyp_defines',
448 'skia_warnings_as_errors=0', 454 'skia_warnings_as_errors=0',
449 '--flavor', 455 '--flavor',
450 'moz2d_canary', 456 'moz2d_canary',
451 ], 457 ],
452 'description': 'BuildMoz2D', 458 'description': 'BuildMoz2D',
453 'doStepIf': <Object>, 459 'doStepIf': <Object>,
454 'env': {}, 460 'env': {},
461 'exception_on_failure': <Object>,
455 'flunkOnFailure': <Object>, 462 'flunkOnFailure': <Object>,
456 'get_props_from_stdout': None, 463 'get_props_from_stdout': None,
457 'haltOnFailure': <Object>, 464 'haltOnFailure': <Object>,
458 'hideStepIf': <Object>, 465 'hideStepIf': <Object>,
459 'is_rebaseline_step': <Object>, 466 'is_rebaseline_step': <Object>,
460 'is_upload_step': <Object>, 467 'is_upload_step': <Object>,
461 'timeout': <Object>, 468 'timeout': <Object>,
462 'workdir': 'build/skia', 469 'workdir': 'build/skia',
463 }, 470 },
464 ], 471 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 '--is_try', 507 '--is_try',
501 'True', 508 'True',
502 '--bench_pictures_cfg', 509 '--bench_pictures_cfg',
503 'default', 510 'default',
504 '--flavor', 511 '--flavor',
505 'moz2d_canary', 512 'moz2d_canary',
506 ], 513 ],
507 'description': 'Clean', 514 'description': 'Clean',
508 'doStepIf': <Object>, 515 'doStepIf': <Object>,
509 'env': {}, 516 'env': {},
517 'exception_on_failure': <Object>,
510 'flunkOnFailure': <Object>, 518 'flunkOnFailure': <Object>,
511 'get_props_from_stdout': None, 519 'get_props_from_stdout': None,
512 'haltOnFailure': <Object>, 520 'haltOnFailure': <Object>,
513 'hideStepIf': <Object>, 521 'hideStepIf': <Object>,
514 'is_rebaseline_step': <Object>, 522 'is_rebaseline_step': <Object>,
515 'is_upload_step': <Object>, 523 'is_upload_step': <Object>,
516 'timeout': <Object>, 524 'timeout': <Object>,
517 'workdir': 'build/skia', 525 'workdir': 'build/skia',
518 }, 526 },
519 ], 527 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '--target', 567 '--target',
560 'skia_lib', 568 'skia_lib',
561 '--gyp_defines', 569 '--gyp_defines',
562 'skia_warnings_as_errors=0', 570 'skia_warnings_as_errors=0',
563 '--flavor', 571 '--flavor',
564 'moz2d_canary', 572 'moz2d_canary',
565 ], 573 ],
566 'description': 'Retry_BuildSkiaLib', 574 'description': 'Retry_BuildSkiaLib',
567 'doStepIf': <Object>, 575 'doStepIf': <Object>,
568 'env': {}, 576 'env': {},
577 'exception_on_failure': <Object>,
569 'flunkOnFailure': <Object>, 578 'flunkOnFailure': <Object>,
570 'get_props_from_stdout': None, 579 'get_props_from_stdout': None,
571 'haltOnFailure': <Object>, 580 'haltOnFailure': <Object>,
572 'hideStepIf': <Object>, 581 'hideStepIf': <Object>,
573 'is_rebaseline_step': <Object>, 582 'is_rebaseline_step': <Object>,
574 'is_upload_step': <Object>, 583 'is_upload_step': <Object>,
575 'timeout': <Object>, 584 'timeout': <Object>,
576 'workdir': 'build/skia', 585 'workdir': 'build/skia',
577 }, 586 },
578 ], 587 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '--target', 627 '--target',
619 'moz2d', 628 'moz2d',
620 '--gyp_defines', 629 '--gyp_defines',
621 'skia_warnings_as_errors=0', 630 'skia_warnings_as_errors=0',
622 '--flavor', 631 '--flavor',
623 'moz2d_canary', 632 'moz2d_canary',
624 ], 633 ],
625 'description': 'Retry_BuildMoz2D', 634 'description': 'Retry_BuildMoz2D',
626 'doStepIf': <Object>, 635 'doStepIf': <Object>,
627 'env': {}, 636 'env': {},
637 'exception_on_failure': <Object>,
628 'flunkOnFailure': <Object>, 638 'flunkOnFailure': <Object>,
629 'get_props_from_stdout': None, 639 'get_props_from_stdout': None,
630 'haltOnFailure': <Object>, 640 'haltOnFailure': <Object>,
631 'hideStepIf': <Object>, 641 'hideStepIf': <Object>,
632 'is_rebaseline_step': <Object>, 642 'is_rebaseline_step': <Object>,
633 'is_upload_step': <Object>, 643 'is_upload_step': <Object>,
634 'timeout': <Object>, 644 'timeout': <Object>,
635 'workdir': 'build/skia', 645 'workdir': 'build/skia',
636 }, 646 },
637 ], 647 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 '--is_try', 683 '--is_try',
674 'True', 684 'True',
675 '--bench_pictures_cfg', 685 '--bench_pictures_cfg',
676 'default', 686 'default',
677 '--flavor', 687 '--flavor',
678 'moz2d_canary', 688 'moz2d_canary',
679 ], 689 ],
680 'description': 'Clean', 690 'description': 'Clean',
681 'doStepIf': <Object>, 691 'doStepIf': <Object>,
682 'env': {}, 692 'env': {},
693 'exception_on_failure': <Object>,
683 'flunkOnFailure': <Object>, 694 'flunkOnFailure': <Object>,
684 'get_props_from_stdout': None, 695 'get_props_from_stdout': None,
685 'haltOnFailure': <Object>, 696 'haltOnFailure': <Object>,
686 'hideStepIf': <Object>, 697 'hideStepIf': <Object>,
687 'is_rebaseline_step': <Object>, 698 'is_rebaseline_step': <Object>,
688 'is_upload_step': <Object>, 699 'is_upload_step': <Object>,
689 'timeout': <Object>, 700 'timeout': <Object>,
690 'workdir': 'build/skia', 701 'workdir': 'build/skia',
691 }, 702 },
692 ], 703 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 '--target', 743 '--target',
733 'skia_lib', 744 'skia_lib',
734 '--gyp_defines', 745 '--gyp_defines',
735 'skia_warnings_as_errors=0', 746 'skia_warnings_as_errors=0',
736 '--flavor', 747 '--flavor',
737 'moz2d_canary', 748 'moz2d_canary',
738 ], 749 ],
739 'description': 'Retry_NoWarningsAsErrors_BuildSkiaLib', 750 'description': 'Retry_NoWarningsAsErrors_BuildSkiaLib',
740 'doStepIf': <Object>, 751 'doStepIf': <Object>,
741 'env': {}, 752 'env': {},
753 'exception_on_failure': <Object>,
742 'flunkOnFailure': <Object>, 754 'flunkOnFailure': <Object>,
743 'get_props_from_stdout': None, 755 'get_props_from_stdout': None,
744 'haltOnFailure': <Object>, 756 'haltOnFailure': <Object>,
745 'hideStepIf': <Object>, 757 'hideStepIf': <Object>,
746 'is_rebaseline_step': <Object>, 758 'is_rebaseline_step': <Object>,
747 'is_upload_step': <Object>, 759 'is_upload_step': <Object>,
748 'timeout': <Object>, 760 'timeout': <Object>,
749 'workdir': 'build/skia', 761 'workdir': 'build/skia',
750 }, 762 },
751 ], 763 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 '--target', 803 '--target',
792 'moz2d', 804 'moz2d',
793 '--gyp_defines', 805 '--gyp_defines',
794 'skia_warnings_as_errors=0', 806 'skia_warnings_as_errors=0',
795 '--flavor', 807 '--flavor',
796 'moz2d_canary', 808 'moz2d_canary',
797 ], 809 ],
798 'description': 'Retry_NoWarningsAsErrors_BuildMoz2D', 810 'description': 'Retry_NoWarningsAsErrors_BuildMoz2D',
799 'doStepIf': <Object>, 811 'doStepIf': <Object>,
800 'env': {}, 812 'env': {},
813 'exception_on_failure': <Object>,
801 'flunkOnFailure': <Object>, 814 'flunkOnFailure': <Object>,
802 'get_props_from_stdout': None, 815 'get_props_from_stdout': None,
803 'haltOnFailure': <Object>, 816 'haltOnFailure': <Object>,
804 'hideStepIf': <Object>, 817 'hideStepIf': <Object>,
805 'is_rebaseline_step': <Object>, 818 'is_rebaseline_step': <Object>,
806 'is_upload_step': <Object>, 819 'is_upload_step': <Object>,
807 'timeout': <Object>, 820 'timeout': <Object>,
808 'workdir': 'build/skia', 821 'workdir': 'build/skia',
809 }, 822 },
810 ], 823 ],
811 ], 824 ],
812 } 825 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698