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

Side by Side Diff: tools/tests/factory_configuration/expected/Canary-Moz2D-Ubuntu12-GCC-x86_64-Release

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', 9 '_builder_name': 'Canary-Moz2D-Ubuntu12-GCC-x86_64-Release',
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 'False', 103 'False',
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 'False', 159 'False',
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 'False', 218 'False',
217 '--bench_pictures_cfg', 219 '--bench_pictures_cfg',
218 'default', 220 'default',
219 '--flavor', 221 '--flavor',
220 'moz2d_canary', 222 'moz2d_canary',
221 ], 223 ],
222 'description': 'Clean', 224 'description': 'Clean',
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '--bench_pictures_cfg', 275 '--bench_pictures_cfg',
273 'default', 276 'default',
274 '--gyp_defines', 277 '--gyp_defines',
275 'skia_warnings_as_errors=0', 278 'skia_warnings_as_errors=0',
276 '--flavor', 279 '--flavor',
277 'moz2d_canary', 280 'moz2d_canary',
278 ], 281 ],
279 'description': 'RunGYP', 282 'description': 'RunGYP',
280 'doStepIf': <Object>, 283 'doStepIf': <Object>,
281 'env': {}, 284 'env': {},
285 'exception_on_failure': <Object>,
282 'flunkOnFailure': <Object>, 286 'flunkOnFailure': <Object>,
283 'get_props_from_stdout': None, 287 'get_props_from_stdout': None,
284 'haltOnFailure': <Object>, 288 'haltOnFailure': <Object>,
285 'hideStepIf': <Object>, 289 'hideStepIf': <Object>,
286 'is_rebaseline_step': <Object>, 290 'is_rebaseline_step': <Object>,
287 'is_upload_step': <Object>, 291 'is_upload_step': <Object>,
288 'timeout': <Object>, 292 'timeout': <Object>,
289 'workdir': 'build/skia', 293 'workdir': 'build/skia',
290 }, 294 },
291 ], 295 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 '--target', 335 '--target',
332 'skia_lib', 336 'skia_lib',
333 '--gyp_defines', 337 '--gyp_defines',
334 'skia_warnings_as_errors=0', 338 'skia_warnings_as_errors=0',
335 '--flavor', 339 '--flavor',
336 'moz2d_canary', 340 'moz2d_canary',
337 ], 341 ],
338 'description': 'BuildSkiaLib', 342 'description': 'BuildSkiaLib',
339 'doStepIf': <Object>, 343 'doStepIf': <Object>,
340 'env': {}, 344 'env': {},
345 'exception_on_failure': <Object>,
341 'flunkOnFailure': <Object>, 346 'flunkOnFailure': <Object>,
342 'get_props_from_stdout': None, 347 'get_props_from_stdout': None,
343 'haltOnFailure': <Object>, 348 'haltOnFailure': <Object>,
344 'hideStepIf': <Object>, 349 'hideStepIf': <Object>,
345 'is_rebaseline_step': <Object>, 350 'is_rebaseline_step': <Object>,
346 'is_upload_step': <Object>, 351 'is_upload_step': <Object>,
347 'timeout': <Object>, 352 'timeout': <Object>,
348 'workdir': 'build/skia', 353 'workdir': 'build/skia',
349 }, 354 },
350 ], 355 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 '--target', 395 '--target',
391 'moz2d', 396 'moz2d',
392 '--gyp_defines', 397 '--gyp_defines',
393 'skia_warnings_as_errors=0', 398 'skia_warnings_as_errors=0',
394 '--flavor', 399 '--flavor',
395 'moz2d_canary', 400 'moz2d_canary',
396 ], 401 ],
397 'description': 'BuildMoz2D', 402 'description': 'BuildMoz2D',
398 'doStepIf': <Object>, 403 'doStepIf': <Object>,
399 'env': {}, 404 'env': {},
405 'exception_on_failure': <Object>,
400 'flunkOnFailure': <Object>, 406 'flunkOnFailure': <Object>,
401 'get_props_from_stdout': None, 407 'get_props_from_stdout': None,
402 'haltOnFailure': <Object>, 408 'haltOnFailure': <Object>,
403 'hideStepIf': <Object>, 409 'hideStepIf': <Object>,
404 'is_rebaseline_step': <Object>, 410 'is_rebaseline_step': <Object>,
405 'is_upload_step': <Object>, 411 'is_upload_step': <Object>,
406 'timeout': <Object>, 412 'timeout': <Object>,
407 'workdir': 'build/skia', 413 'workdir': 'build/skia',
408 }, 414 },
409 ], 415 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 '--is_try', 451 '--is_try',
446 'False', 452 'False',
447 '--bench_pictures_cfg', 453 '--bench_pictures_cfg',
448 'default', 454 'default',
449 '--flavor', 455 '--flavor',
450 'moz2d_canary', 456 'moz2d_canary',
451 ], 457 ],
452 'description': 'Clean', 458 'description': 'Clean',
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 '--target', 511 '--target',
505 'skia_lib', 512 'skia_lib',
506 '--gyp_defines', 513 '--gyp_defines',
507 'skia_warnings_as_errors=0', 514 'skia_warnings_as_errors=0',
508 '--flavor', 515 '--flavor',
509 'moz2d_canary', 516 'moz2d_canary',
510 ], 517 ],
511 'description': 'Retry_BuildSkiaLib', 518 'description': 'Retry_BuildSkiaLib',
512 'doStepIf': <Object>, 519 'doStepIf': <Object>,
513 'env': {}, 520 'env': {},
521 'exception_on_failure': <Object>,
514 'flunkOnFailure': <Object>, 522 'flunkOnFailure': <Object>,
515 'get_props_from_stdout': None, 523 'get_props_from_stdout': None,
516 'haltOnFailure': <Object>, 524 'haltOnFailure': <Object>,
517 'hideStepIf': <Object>, 525 'hideStepIf': <Object>,
518 'is_rebaseline_step': <Object>, 526 'is_rebaseline_step': <Object>,
519 'is_upload_step': <Object>, 527 'is_upload_step': <Object>,
520 'timeout': <Object>, 528 'timeout': <Object>,
521 'workdir': 'build/skia', 529 'workdir': 'build/skia',
522 }, 530 },
523 ], 531 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 '--target', 571 '--target',
564 'moz2d', 572 'moz2d',
565 '--gyp_defines', 573 '--gyp_defines',
566 'skia_warnings_as_errors=0', 574 'skia_warnings_as_errors=0',
567 '--flavor', 575 '--flavor',
568 'moz2d_canary', 576 'moz2d_canary',
569 ], 577 ],
570 'description': 'Retry_BuildMoz2D', 578 'description': 'Retry_BuildMoz2D',
571 'doStepIf': <Object>, 579 'doStepIf': <Object>,
572 'env': {}, 580 'env': {},
581 'exception_on_failure': <Object>,
573 'flunkOnFailure': <Object>, 582 'flunkOnFailure': <Object>,
574 'get_props_from_stdout': None, 583 'get_props_from_stdout': None,
575 'haltOnFailure': <Object>, 584 'haltOnFailure': <Object>,
576 'hideStepIf': <Object>, 585 'hideStepIf': <Object>,
577 'is_rebaseline_step': <Object>, 586 'is_rebaseline_step': <Object>,
578 'is_upload_step': <Object>, 587 'is_upload_step': <Object>,
579 'timeout': <Object>, 588 'timeout': <Object>,
580 'workdir': 'build/skia', 589 'workdir': 'build/skia',
581 }, 590 },
582 ], 591 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '--is_try', 627 '--is_try',
619 'False', 628 'False',
620 '--bench_pictures_cfg', 629 '--bench_pictures_cfg',
621 'default', 630 'default',
622 '--flavor', 631 '--flavor',
623 'moz2d_canary', 632 'moz2d_canary',
624 ], 633 ],
625 'description': 'Clean', 634 'description': 'Clean',
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 '--target', 687 '--target',
678 'skia_lib', 688 'skia_lib',
679 '--gyp_defines', 689 '--gyp_defines',
680 'skia_warnings_as_errors=0', 690 'skia_warnings_as_errors=0',
681 '--flavor', 691 '--flavor',
682 'moz2d_canary', 692 'moz2d_canary',
683 ], 693 ],
684 'description': 'Retry_NoWarningsAsErrors_BuildSkiaLib', 694 'description': 'Retry_NoWarningsAsErrors_BuildSkiaLib',
685 'doStepIf': <Object>, 695 'doStepIf': <Object>,
686 'env': {}, 696 'env': {},
697 'exception_on_failure': <Object>,
687 'flunkOnFailure': <Object>, 698 'flunkOnFailure': <Object>,
688 'get_props_from_stdout': None, 699 'get_props_from_stdout': None,
689 'haltOnFailure': <Object>, 700 'haltOnFailure': <Object>,
690 'hideStepIf': <Object>, 701 'hideStepIf': <Object>,
691 'is_rebaseline_step': <Object>, 702 'is_rebaseline_step': <Object>,
692 'is_upload_step': <Object>, 703 'is_upload_step': <Object>,
693 'timeout': <Object>, 704 'timeout': <Object>,
694 'workdir': 'build/skia', 705 'workdir': 'build/skia',
695 }, 706 },
696 ], 707 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '--target', 747 '--target',
737 'moz2d', 748 'moz2d',
738 '--gyp_defines', 749 '--gyp_defines',
739 'skia_warnings_as_errors=0', 750 'skia_warnings_as_errors=0',
740 '--flavor', 751 '--flavor',
741 'moz2d_canary', 752 'moz2d_canary',
742 ], 753 ],
743 'description': 'Retry_NoWarningsAsErrors_BuildMoz2D', 754 'description': 'Retry_NoWarningsAsErrors_BuildMoz2D',
744 'doStepIf': <Object>, 755 'doStepIf': <Object>,
745 'env': {}, 756 'env': {},
757 'exception_on_failure': <Object>,
746 'flunkOnFailure': <Object>, 758 'flunkOnFailure': <Object>,
747 'get_props_from_stdout': None, 759 'get_props_from_stdout': None,
748 'haltOnFailure': <Object>, 760 'haltOnFailure': <Object>,
749 'hideStepIf': <Object>, 761 'hideStepIf': <Object>,
750 'is_rebaseline_step': <Object>, 762 'is_rebaseline_step': <Object>,
751 'is_upload_step': <Object>, 763 'is_upload_step': <Object>,
752 'timeout': <Object>, 764 'timeout': <Object>,
753 'workdir': 'build/skia', 765 'workdir': 'build/skia',
754 }, 766 },
755 ], 767 ],
756 ], 768 ],
757 } 769 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698