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

Side by Side Diff: tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-x86-Debug-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 'skia_lib', 6 'skia_lib',
7 'tests', 7 'tests',
8 'gm', 8 'gm',
9 'tools', 9 'tools',
10 'bench', 10 'bench',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '--num_cores', 104 '--num_cores',
105 <Object>, 105 <Object>,
106 '--is_try', 106 '--is_try',
107 'True', 107 'True',
108 '--bench_pictures_cfg', 108 '--bench_pictures_cfg',
109 'default', 109 'default',
110 ], 110 ],
111 'description': 'UpdateScripts', 111 'description': 'UpdateScripts',
112 'doStepIf': <Object>, 112 'doStepIf': <Object>,
113 'env': {}, 113 'env': {},
114 'exception_on_failure': <Object>,
114 'flunkOnFailure': <Object>, 115 'flunkOnFailure': <Object>,
115 'get_props_from_stdout': { 116 'get_props_from_stdout': {
116 'buildbot_revision': 'Skiabot scripts updated to (\w+)', 117 'buildbot_revision': 'Skiabot scripts updated to (\w+)',
117 }, 118 },
118 'haltOnFailure': <Object>, 119 'haltOnFailure': <Object>,
119 'hideStepIf': <Object>, 120 'hideStepIf': <Object>,
120 'is_rebaseline_step': <Object>, 121 'is_rebaseline_step': <Object>,
121 'is_upload_step': <Object>, 122 'is_upload_step': <Object>,
122 'timeout': <Object>, 123 'timeout': <Object>,
123 'workdir': 'build', 124 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 '--is_try', 162 '--is_try',
162 'True', 163 'True',
163 '--bench_pictures_cfg', 164 '--bench_pictures_cfg',
164 'default', 165 'default',
165 '--gclient_solutions', 166 '--gclient_solutions',
166 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},']"', 167 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},']"',
167 ], 168 ],
168 'description': 'Update', 169 'description': 'Update',
169 'doStepIf': <Object>, 170 'doStepIf': <Object>,
170 'env': {}, 171 'env': {},
172 'exception_on_failure': <Object>,
171 'flunkOnFailure': <Object>, 173 'flunkOnFailure': <Object>,
172 'get_props_from_stdout': { 174 'get_props_from_stdout': {
173 'got_revision': 'Skia updated to (\w+)', 175 'got_revision': 'Skia updated to (\w+)',
174 }, 176 },
175 'haltOnFailure': <Object>, 177 'haltOnFailure': <Object>,
176 'hideStepIf': <Object>, 178 'hideStepIf': <Object>,
177 'is_rebaseline_step': <Object>, 179 'is_rebaseline_step': <Object>,
178 'is_upload_step': <Object>, 180 'is_upload_step': <Object>,
179 'timeout': <Object>, 181 'timeout': <Object>,
180 'workdir': 'build', 182 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 '--is_try', 220 '--is_try',
219 'True', 221 'True',
220 '--bench_pictures_cfg', 222 '--bench_pictures_cfg',
221 'default', 223 'default',
222 '--patch', 224 '--patch',
223 <Object>, 225 <Object>,
224 ], 226 ],
225 'description': 'ApplyPatch', 227 'description': 'ApplyPatch',
226 'doStepIf': <Object>, 228 'doStepIf': <Object>,
227 'env': {}, 229 'env': {},
230 'exception_on_failure': <Object>,
228 'flunkOnFailure': <Object>, 231 'flunkOnFailure': <Object>,
229 'get_props_from_stdout': None, 232 'get_props_from_stdout': None,
230 'haltOnFailure': <Object>, 233 'haltOnFailure': <Object>,
231 'hideStepIf': <Object>, 234 'hideStepIf': <Object>,
232 'is_rebaseline_step': <Object>, 235 'is_rebaseline_step': <Object>,
233 'is_upload_step': <Object>, 236 'is_upload_step': <Object>,
234 'timeout': <Object>, 237 'timeout': <Object>,
235 'workdir': 'build/skia', 238 'workdir': 'build/skia',
236 }, 239 },
237 ], 240 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 '--is_try', 276 '--is_try',
274 'True', 277 'True',
275 '--bench_pictures_cfg', 278 '--bench_pictures_cfg',
276 'default', 279 'default',
277 '--flavor', 280 '--flavor',
278 'default', 281 'default',
279 ], 282 ],
280 'description': 'Clean', 283 'description': 'Clean',
281 'doStepIf': <Object>, 284 'doStepIf': <Object>,
282 'env': {}, 285 'env': {},
286 'exception_on_failure': <Object>,
283 'flunkOnFailure': <Object>, 287 'flunkOnFailure': <Object>,
284 'get_props_from_stdout': None, 288 'get_props_from_stdout': None,
285 'haltOnFailure': <Object>, 289 'haltOnFailure': <Object>,
286 'hideStepIf': <Object>, 290 'hideStepIf': <Object>,
287 'is_rebaseline_step': <Object>, 291 'is_rebaseline_step': <Object>,
288 'is_upload_step': <Object>, 292 'is_upload_step': <Object>,
289 'timeout': <Object>, 293 'timeout': <Object>,
290 'workdir': 'build/skia', 294 'workdir': 'build/skia',
291 }, 295 },
292 ], 296 ],
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 '--bench_pictures_cfg', 334 '--bench_pictures_cfg',
331 'default', 335 'default',
332 '--gyp_defines', 336 '--gyp_defines',
333 'skia_arch_width=32 skia_warnings_as_errors=1', 337 'skia_arch_width=32 skia_warnings_as_errors=1',
334 '--flavor', 338 '--flavor',
335 'default', 339 'default',
336 ], 340 ],
337 'description': 'RunGYP', 341 'description': 'RunGYP',
338 'doStepIf': <Object>, 342 'doStepIf': <Object>,
339 'env': {}, 343 'env': {},
344 'exception_on_failure': <Object>,
340 'flunkOnFailure': <Object>, 345 'flunkOnFailure': <Object>,
341 'get_props_from_stdout': None, 346 'get_props_from_stdout': None,
342 'haltOnFailure': <Object>, 347 'haltOnFailure': <Object>,
343 'hideStepIf': <Object>, 348 'hideStepIf': <Object>,
344 'is_rebaseline_step': <Object>, 349 'is_rebaseline_step': <Object>,
345 'is_upload_step': <Object>, 350 'is_upload_step': <Object>,
346 'timeout': <Object>, 351 'timeout': <Object>,
347 'workdir': 'build/skia', 352 'workdir': 'build/skia',
348 }, 353 },
349 ], 354 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 '--target', 394 '--target',
390 'skia_lib', 395 'skia_lib',
391 '--gyp_defines', 396 '--gyp_defines',
392 'skia_arch_width=32 skia_warnings_as_errors=1', 397 'skia_arch_width=32 skia_warnings_as_errors=1',
393 '--flavor', 398 '--flavor',
394 'default', 399 'default',
395 ], 400 ],
396 'description': 'BuildSkiaLib', 401 'description': 'BuildSkiaLib',
397 'doStepIf': <Object>, 402 'doStepIf': <Object>,
398 'env': {}, 403 'env': {},
404 'exception_on_failure': <Object>,
399 'flunkOnFailure': <Object>, 405 'flunkOnFailure': <Object>,
400 'get_props_from_stdout': None, 406 'get_props_from_stdout': None,
401 'haltOnFailure': <Object>, 407 'haltOnFailure': <Object>,
402 'hideStepIf': <Object>, 408 'hideStepIf': <Object>,
403 'is_rebaseline_step': <Object>, 409 'is_rebaseline_step': <Object>,
404 'is_upload_step': <Object>, 410 'is_upload_step': <Object>,
405 'timeout': <Object>, 411 'timeout': <Object>,
406 'workdir': 'build/skia', 412 'workdir': 'build/skia',
407 }, 413 },
408 ], 414 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 '--target', 454 '--target',
449 'tests', 455 'tests',
450 '--gyp_defines', 456 '--gyp_defines',
451 'skia_arch_width=32 skia_warnings_as_errors=1', 457 'skia_arch_width=32 skia_warnings_as_errors=1',
452 '--flavor', 458 '--flavor',
453 'default', 459 'default',
454 ], 460 ],
455 'description': 'BuildTests', 461 'description': 'BuildTests',
456 'doStepIf': <Object>, 462 'doStepIf': <Object>,
457 'env': {}, 463 'env': {},
464 'exception_on_failure': <Object>,
458 'flunkOnFailure': <Object>, 465 'flunkOnFailure': <Object>,
459 'get_props_from_stdout': None, 466 'get_props_from_stdout': None,
460 'haltOnFailure': <Object>, 467 'haltOnFailure': <Object>,
461 'hideStepIf': <Object>, 468 'hideStepIf': <Object>,
462 'is_rebaseline_step': <Object>, 469 'is_rebaseline_step': <Object>,
463 'is_upload_step': <Object>, 470 'is_upload_step': <Object>,
464 'timeout': <Object>, 471 'timeout': <Object>,
465 'workdir': 'build/skia', 472 'workdir': 'build/skia',
466 }, 473 },
467 ], 474 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 '--target', 514 '--target',
508 'gm', 515 'gm',
509 '--gyp_defines', 516 '--gyp_defines',
510 'skia_arch_width=32 skia_warnings_as_errors=1', 517 'skia_arch_width=32 skia_warnings_as_errors=1',
511 '--flavor', 518 '--flavor',
512 'default', 519 'default',
513 ], 520 ],
514 'description': 'BuildGm', 521 'description': 'BuildGm',
515 'doStepIf': <Object>, 522 'doStepIf': <Object>,
516 'env': {}, 523 'env': {},
524 'exception_on_failure': <Object>,
517 'flunkOnFailure': <Object>, 525 'flunkOnFailure': <Object>,
518 'get_props_from_stdout': None, 526 'get_props_from_stdout': None,
519 'haltOnFailure': <Object>, 527 'haltOnFailure': <Object>,
520 'hideStepIf': <Object>, 528 'hideStepIf': <Object>,
521 'is_rebaseline_step': <Object>, 529 'is_rebaseline_step': <Object>,
522 'is_upload_step': <Object>, 530 'is_upload_step': <Object>,
523 'timeout': <Object>, 531 'timeout': <Object>,
524 'workdir': 'build/skia', 532 'workdir': 'build/skia',
525 }, 533 },
526 ], 534 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 '--target', 574 '--target',
567 'tools', 575 'tools',
568 '--gyp_defines', 576 '--gyp_defines',
569 'skia_arch_width=32 skia_warnings_as_errors=1', 577 'skia_arch_width=32 skia_warnings_as_errors=1',
570 '--flavor', 578 '--flavor',
571 'default', 579 'default',
572 ], 580 ],
573 'description': 'BuildTools', 581 'description': 'BuildTools',
574 'doStepIf': <Object>, 582 'doStepIf': <Object>,
575 'env': {}, 583 'env': {},
584 'exception_on_failure': <Object>,
576 'flunkOnFailure': <Object>, 585 'flunkOnFailure': <Object>,
577 'get_props_from_stdout': None, 586 'get_props_from_stdout': None,
578 'haltOnFailure': <Object>, 587 'haltOnFailure': <Object>,
579 'hideStepIf': <Object>, 588 'hideStepIf': <Object>,
580 'is_rebaseline_step': <Object>, 589 'is_rebaseline_step': <Object>,
581 'is_upload_step': <Object>, 590 'is_upload_step': <Object>,
582 'timeout': <Object>, 591 'timeout': <Object>,
583 'workdir': 'build/skia', 592 'workdir': 'build/skia',
584 }, 593 },
585 ], 594 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 '--target', 634 '--target',
626 'bench', 635 'bench',
627 '--gyp_defines', 636 '--gyp_defines',
628 'skia_arch_width=32 skia_warnings_as_errors=1', 637 'skia_arch_width=32 skia_warnings_as_errors=1',
629 '--flavor', 638 '--flavor',
630 'default', 639 'default',
631 ], 640 ],
632 'description': 'BuildBench', 641 'description': 'BuildBench',
633 'doStepIf': <Object>, 642 'doStepIf': <Object>,
634 'env': {}, 643 'env': {},
644 'exception_on_failure': <Object>,
635 'flunkOnFailure': <Object>, 645 'flunkOnFailure': <Object>,
636 'get_props_from_stdout': None, 646 'get_props_from_stdout': None,
637 'haltOnFailure': <Object>, 647 'haltOnFailure': <Object>,
638 'hideStepIf': <Object>, 648 'hideStepIf': <Object>,
639 'is_rebaseline_step': <Object>, 649 'is_rebaseline_step': <Object>,
640 'is_upload_step': <Object>, 650 'is_upload_step': <Object>,
641 'timeout': <Object>, 651 'timeout': <Object>,
642 'workdir': 'build/skia', 652 'workdir': 'build/skia',
643 }, 653 },
644 ], 654 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 '--target', 694 '--target',
685 'most', 695 'most',
686 '--gyp_defines', 696 '--gyp_defines',
687 'skia_arch_width=32 skia_warnings_as_errors=1', 697 'skia_arch_width=32 skia_warnings_as_errors=1',
688 '--flavor', 698 '--flavor',
689 'default', 699 'default',
690 ], 700 ],
691 'description': 'BuildMost', 701 'description': 'BuildMost',
692 'doStepIf': <Object>, 702 'doStepIf': <Object>,
693 'env': {}, 703 'env': {},
704 'exception_on_failure': <Object>,
694 'flunkOnFailure': <Object>, 705 'flunkOnFailure': <Object>,
695 'get_props_from_stdout': None, 706 'get_props_from_stdout': None,
696 'haltOnFailure': <Object>, 707 'haltOnFailure': <Object>,
697 'hideStepIf': <Object>, 708 'hideStepIf': <Object>,
698 'is_rebaseline_step': <Object>, 709 'is_rebaseline_step': <Object>,
699 'is_upload_step': <Object>, 710 'is_upload_step': <Object>,
700 'timeout': <Object>, 711 'timeout': <Object>,
701 'workdir': 'build/skia', 712 'workdir': 'build/skia',
702 }, 713 },
703 ], 714 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 '--is_try', 750 '--is_try',
740 'True', 751 'True',
741 '--bench_pictures_cfg', 752 '--bench_pictures_cfg',
742 'default', 753 'default',
743 '--flavor', 754 '--flavor',
744 'default', 755 'default',
745 ], 756 ],
746 'description': 'Clean', 757 'description': 'Clean',
747 'doStepIf': <Object>, 758 'doStepIf': <Object>,
748 'env': {}, 759 'env': {},
760 'exception_on_failure': <Object>,
749 'flunkOnFailure': <Object>, 761 'flunkOnFailure': <Object>,
750 'get_props_from_stdout': None, 762 'get_props_from_stdout': None,
751 'haltOnFailure': <Object>, 763 'haltOnFailure': <Object>,
752 'hideStepIf': <Object>, 764 'hideStepIf': <Object>,
753 'is_rebaseline_step': <Object>, 765 'is_rebaseline_step': <Object>,
754 'is_upload_step': <Object>, 766 'is_upload_step': <Object>,
755 'timeout': <Object>, 767 'timeout': <Object>,
756 'workdir': 'build/skia', 768 'workdir': 'build/skia',
757 }, 769 },
758 ], 770 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 '--target', 810 '--target',
799 'skia_lib', 811 'skia_lib',
800 '--gyp_defines', 812 '--gyp_defines',
801 'skia_arch_width=32 skia_warnings_as_errors=1', 813 'skia_arch_width=32 skia_warnings_as_errors=1',
802 '--flavor', 814 '--flavor',
803 'default', 815 'default',
804 ], 816 ],
805 'description': 'Retry_BuildSkiaLib', 817 'description': 'Retry_BuildSkiaLib',
806 'doStepIf': <Object>, 818 'doStepIf': <Object>,
807 'env': {}, 819 'env': {},
820 'exception_on_failure': <Object>,
808 'flunkOnFailure': <Object>, 821 'flunkOnFailure': <Object>,
809 'get_props_from_stdout': None, 822 'get_props_from_stdout': None,
810 'haltOnFailure': <Object>, 823 'haltOnFailure': <Object>,
811 'hideStepIf': <Object>, 824 'hideStepIf': <Object>,
812 'is_rebaseline_step': <Object>, 825 'is_rebaseline_step': <Object>,
813 'is_upload_step': <Object>, 826 'is_upload_step': <Object>,
814 'timeout': <Object>, 827 'timeout': <Object>,
815 'workdir': 'build/skia', 828 'workdir': 'build/skia',
816 }, 829 },
817 ], 830 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 '--target', 870 '--target',
858 'tests', 871 'tests',
859 '--gyp_defines', 872 '--gyp_defines',
860 'skia_arch_width=32 skia_warnings_as_errors=1', 873 'skia_arch_width=32 skia_warnings_as_errors=1',
861 '--flavor', 874 '--flavor',
862 'default', 875 'default',
863 ], 876 ],
864 'description': 'Retry_BuildTests', 877 'description': 'Retry_BuildTests',
865 'doStepIf': <Object>, 878 'doStepIf': <Object>,
866 'env': {}, 879 'env': {},
880 'exception_on_failure': <Object>,
867 'flunkOnFailure': <Object>, 881 'flunkOnFailure': <Object>,
868 'get_props_from_stdout': None, 882 'get_props_from_stdout': None,
869 'haltOnFailure': <Object>, 883 'haltOnFailure': <Object>,
870 'hideStepIf': <Object>, 884 'hideStepIf': <Object>,
871 'is_rebaseline_step': <Object>, 885 'is_rebaseline_step': <Object>,
872 'is_upload_step': <Object>, 886 'is_upload_step': <Object>,
873 'timeout': <Object>, 887 'timeout': <Object>,
874 'workdir': 'build/skia', 888 'workdir': 'build/skia',
875 }, 889 },
876 ], 890 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
916 '--target', 930 '--target',
917 'gm', 931 'gm',
918 '--gyp_defines', 932 '--gyp_defines',
919 'skia_arch_width=32 skia_warnings_as_errors=1', 933 'skia_arch_width=32 skia_warnings_as_errors=1',
920 '--flavor', 934 '--flavor',
921 'default', 935 'default',
922 ], 936 ],
923 'description': 'Retry_BuildGm', 937 'description': 'Retry_BuildGm',
924 'doStepIf': <Object>, 938 'doStepIf': <Object>,
925 'env': {}, 939 'env': {},
940 'exception_on_failure': <Object>,
926 'flunkOnFailure': <Object>, 941 'flunkOnFailure': <Object>,
927 'get_props_from_stdout': None, 942 'get_props_from_stdout': None,
928 'haltOnFailure': <Object>, 943 'haltOnFailure': <Object>,
929 'hideStepIf': <Object>, 944 'hideStepIf': <Object>,
930 'is_rebaseline_step': <Object>, 945 'is_rebaseline_step': <Object>,
931 'is_upload_step': <Object>, 946 'is_upload_step': <Object>,
932 'timeout': <Object>, 947 'timeout': <Object>,
933 'workdir': 'build/skia', 948 'workdir': 'build/skia',
934 }, 949 },
935 ], 950 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 '--target', 990 '--target',
976 'tools', 991 'tools',
977 '--gyp_defines', 992 '--gyp_defines',
978 'skia_arch_width=32 skia_warnings_as_errors=1', 993 'skia_arch_width=32 skia_warnings_as_errors=1',
979 '--flavor', 994 '--flavor',
980 'default', 995 'default',
981 ], 996 ],
982 'description': 'Retry_BuildTools', 997 'description': 'Retry_BuildTools',
983 'doStepIf': <Object>, 998 'doStepIf': <Object>,
984 'env': {}, 999 'env': {},
1000 'exception_on_failure': <Object>,
985 'flunkOnFailure': <Object>, 1001 'flunkOnFailure': <Object>,
986 'get_props_from_stdout': None, 1002 'get_props_from_stdout': None,
987 'haltOnFailure': <Object>, 1003 'haltOnFailure': <Object>,
988 'hideStepIf': <Object>, 1004 'hideStepIf': <Object>,
989 'is_rebaseline_step': <Object>, 1005 'is_rebaseline_step': <Object>,
990 'is_upload_step': <Object>, 1006 'is_upload_step': <Object>,
991 'timeout': <Object>, 1007 'timeout': <Object>,
992 'workdir': 'build/skia', 1008 'workdir': 'build/skia',
993 }, 1009 },
994 ], 1010 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 '--target', 1050 '--target',
1035 'bench', 1051 'bench',
1036 '--gyp_defines', 1052 '--gyp_defines',
1037 'skia_arch_width=32 skia_warnings_as_errors=1', 1053 'skia_arch_width=32 skia_warnings_as_errors=1',
1038 '--flavor', 1054 '--flavor',
1039 'default', 1055 'default',
1040 ], 1056 ],
1041 'description': 'Retry_BuildBench', 1057 'description': 'Retry_BuildBench',
1042 'doStepIf': <Object>, 1058 'doStepIf': <Object>,
1043 'env': {}, 1059 'env': {},
1060 'exception_on_failure': <Object>,
1044 'flunkOnFailure': <Object>, 1061 'flunkOnFailure': <Object>,
1045 'get_props_from_stdout': None, 1062 'get_props_from_stdout': None,
1046 'haltOnFailure': <Object>, 1063 'haltOnFailure': <Object>,
1047 'hideStepIf': <Object>, 1064 'hideStepIf': <Object>,
1048 'is_rebaseline_step': <Object>, 1065 'is_rebaseline_step': <Object>,
1049 'is_upload_step': <Object>, 1066 'is_upload_step': <Object>,
1050 'timeout': <Object>, 1067 'timeout': <Object>,
1051 'workdir': 'build/skia', 1068 'workdir': 'build/skia',
1052 }, 1069 },
1053 ], 1070 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 '--target', 1110 '--target',
1094 'most', 1111 'most',
1095 '--gyp_defines', 1112 '--gyp_defines',
1096 'skia_arch_width=32 skia_warnings_as_errors=1', 1113 'skia_arch_width=32 skia_warnings_as_errors=1',
1097 '--flavor', 1114 '--flavor',
1098 'default', 1115 'default',
1099 ], 1116 ],
1100 'description': 'Retry_BuildMost', 1117 'description': 'Retry_BuildMost',
1101 'doStepIf': <Object>, 1118 'doStepIf': <Object>,
1102 'env': {}, 1119 'env': {},
1120 'exception_on_failure': <Object>,
1103 'flunkOnFailure': <Object>, 1121 'flunkOnFailure': <Object>,
1104 'get_props_from_stdout': None, 1122 'get_props_from_stdout': None,
1105 'haltOnFailure': <Object>, 1123 'haltOnFailure': <Object>,
1106 'hideStepIf': <Object>, 1124 'hideStepIf': <Object>,
1107 'is_rebaseline_step': <Object>, 1125 'is_rebaseline_step': <Object>,
1108 'is_upload_step': <Object>, 1126 'is_upload_step': <Object>,
1109 'timeout': <Object>, 1127 'timeout': <Object>,
1110 'workdir': 'build/skia', 1128 'workdir': 'build/skia',
1111 }, 1129 },
1112 ], 1130 ],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 '--is_try', 1166 '--is_try',
1149 'True', 1167 'True',
1150 '--bench_pictures_cfg', 1168 '--bench_pictures_cfg',
1151 'default', 1169 'default',
1152 '--flavor', 1170 '--flavor',
1153 'default', 1171 'default',
1154 ], 1172 ],
1155 'description': 'Clean', 1173 'description': 'Clean',
1156 'doStepIf': <Object>, 1174 'doStepIf': <Object>,
1157 'env': {}, 1175 'env': {},
1176 'exception_on_failure': <Object>,
1158 'flunkOnFailure': <Object>, 1177 'flunkOnFailure': <Object>,
1159 'get_props_from_stdout': None, 1178 'get_props_from_stdout': None,
1160 'haltOnFailure': <Object>, 1179 'haltOnFailure': <Object>,
1161 'hideStepIf': <Object>, 1180 'hideStepIf': <Object>,
1162 'is_rebaseline_step': <Object>, 1181 'is_rebaseline_step': <Object>,
1163 'is_upload_step': <Object>, 1182 'is_upload_step': <Object>,
1164 'timeout': <Object>, 1183 'timeout': <Object>,
1165 'workdir': 'build/skia', 1184 'workdir': 'build/skia',
1166 }, 1185 },
1167 ], 1186 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 '--target', 1226 '--target',
1208 'skia_lib', 1227 'skia_lib',
1209 '--gyp_defines', 1228 '--gyp_defines',
1210 'skia_arch_width=32 skia_warnings_as_errors=0', 1229 'skia_arch_width=32 skia_warnings_as_errors=0',
1211 '--flavor', 1230 '--flavor',
1212 'default', 1231 'default',
1213 ], 1232 ],
1214 'description': 'Retry_NoWarningsAsErrors_BuildSkiaLib', 1233 'description': 'Retry_NoWarningsAsErrors_BuildSkiaLib',
1215 'doStepIf': <Object>, 1234 'doStepIf': <Object>,
1216 'env': {}, 1235 'env': {},
1236 'exception_on_failure': <Object>,
1217 'flunkOnFailure': <Object>, 1237 'flunkOnFailure': <Object>,
1218 'get_props_from_stdout': None, 1238 'get_props_from_stdout': None,
1219 'haltOnFailure': <Object>, 1239 'haltOnFailure': <Object>,
1220 'hideStepIf': <Object>, 1240 'hideStepIf': <Object>,
1221 'is_rebaseline_step': <Object>, 1241 'is_rebaseline_step': <Object>,
1222 'is_upload_step': <Object>, 1242 'is_upload_step': <Object>,
1223 'timeout': <Object>, 1243 'timeout': <Object>,
1224 'workdir': 'build/skia', 1244 'workdir': 'build/skia',
1225 }, 1245 },
1226 ], 1246 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1266 '--target', 1286 '--target',
1267 'tests', 1287 'tests',
1268 '--gyp_defines', 1288 '--gyp_defines',
1269 'skia_arch_width=32 skia_warnings_as_errors=0', 1289 'skia_arch_width=32 skia_warnings_as_errors=0',
1270 '--flavor', 1290 '--flavor',
1271 'default', 1291 'default',
1272 ], 1292 ],
1273 'description': 'Retry_NoWarningsAsErrors_BuildTests', 1293 'description': 'Retry_NoWarningsAsErrors_BuildTests',
1274 'doStepIf': <Object>, 1294 'doStepIf': <Object>,
1275 'env': {}, 1295 'env': {},
1296 'exception_on_failure': <Object>,
1276 'flunkOnFailure': <Object>, 1297 'flunkOnFailure': <Object>,
1277 'get_props_from_stdout': None, 1298 'get_props_from_stdout': None,
1278 'haltOnFailure': <Object>, 1299 'haltOnFailure': <Object>,
1279 'hideStepIf': <Object>, 1300 'hideStepIf': <Object>,
1280 'is_rebaseline_step': <Object>, 1301 'is_rebaseline_step': <Object>,
1281 'is_upload_step': <Object>, 1302 'is_upload_step': <Object>,
1282 'timeout': <Object>, 1303 'timeout': <Object>,
1283 'workdir': 'build/skia', 1304 'workdir': 'build/skia',
1284 }, 1305 },
1285 ], 1306 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 '--target', 1346 '--target',
1326 'gm', 1347 'gm',
1327 '--gyp_defines', 1348 '--gyp_defines',
1328 'skia_arch_width=32 skia_warnings_as_errors=0', 1349 'skia_arch_width=32 skia_warnings_as_errors=0',
1329 '--flavor', 1350 '--flavor',
1330 'default', 1351 'default',
1331 ], 1352 ],
1332 'description': 'Retry_NoWarningsAsErrors_BuildGm', 1353 'description': 'Retry_NoWarningsAsErrors_BuildGm',
1333 'doStepIf': <Object>, 1354 'doStepIf': <Object>,
1334 'env': {}, 1355 'env': {},
1356 'exception_on_failure': <Object>,
1335 'flunkOnFailure': <Object>, 1357 'flunkOnFailure': <Object>,
1336 'get_props_from_stdout': None, 1358 'get_props_from_stdout': None,
1337 'haltOnFailure': <Object>, 1359 'haltOnFailure': <Object>,
1338 'hideStepIf': <Object>, 1360 'hideStepIf': <Object>,
1339 'is_rebaseline_step': <Object>, 1361 'is_rebaseline_step': <Object>,
1340 'is_upload_step': <Object>, 1362 'is_upload_step': <Object>,
1341 'timeout': <Object>, 1363 'timeout': <Object>,
1342 'workdir': 'build/skia', 1364 'workdir': 'build/skia',
1343 }, 1365 },
1344 ], 1366 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 '--target', 1406 '--target',
1385 'tools', 1407 'tools',
1386 '--gyp_defines', 1408 '--gyp_defines',
1387 'skia_arch_width=32 skia_warnings_as_errors=0', 1409 'skia_arch_width=32 skia_warnings_as_errors=0',
1388 '--flavor', 1410 '--flavor',
1389 'default', 1411 'default',
1390 ], 1412 ],
1391 'description': 'Retry_NoWarningsAsErrors_BuildTools', 1413 'description': 'Retry_NoWarningsAsErrors_BuildTools',
1392 'doStepIf': <Object>, 1414 'doStepIf': <Object>,
1393 'env': {}, 1415 'env': {},
1416 'exception_on_failure': <Object>,
1394 'flunkOnFailure': <Object>, 1417 'flunkOnFailure': <Object>,
1395 'get_props_from_stdout': None, 1418 'get_props_from_stdout': None,
1396 'haltOnFailure': <Object>, 1419 'haltOnFailure': <Object>,
1397 'hideStepIf': <Object>, 1420 'hideStepIf': <Object>,
1398 'is_rebaseline_step': <Object>, 1421 'is_rebaseline_step': <Object>,
1399 'is_upload_step': <Object>, 1422 'is_upload_step': <Object>,
1400 'timeout': <Object>, 1423 'timeout': <Object>,
1401 'workdir': 'build/skia', 1424 'workdir': 'build/skia',
1402 }, 1425 },
1403 ], 1426 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 '--target', 1466 '--target',
1444 'bench', 1467 'bench',
1445 '--gyp_defines', 1468 '--gyp_defines',
1446 'skia_arch_width=32 skia_warnings_as_errors=0', 1469 'skia_arch_width=32 skia_warnings_as_errors=0',
1447 '--flavor', 1470 '--flavor',
1448 'default', 1471 'default',
1449 ], 1472 ],
1450 'description': 'Retry_NoWarningsAsErrors_BuildBench', 1473 'description': 'Retry_NoWarningsAsErrors_BuildBench',
1451 'doStepIf': <Object>, 1474 'doStepIf': <Object>,
1452 'env': {}, 1475 'env': {},
1476 'exception_on_failure': <Object>,
1453 'flunkOnFailure': <Object>, 1477 'flunkOnFailure': <Object>,
1454 'get_props_from_stdout': None, 1478 'get_props_from_stdout': None,
1455 'haltOnFailure': <Object>, 1479 'haltOnFailure': <Object>,
1456 'hideStepIf': <Object>, 1480 'hideStepIf': <Object>,
1457 'is_rebaseline_step': <Object>, 1481 'is_rebaseline_step': <Object>,
1458 'is_upload_step': <Object>, 1482 'is_upload_step': <Object>,
1459 'timeout': <Object>, 1483 'timeout': <Object>,
1460 'workdir': 'build/skia', 1484 'workdir': 'build/skia',
1461 }, 1485 },
1462 ], 1486 ],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 '--target', 1526 '--target',
1503 'most', 1527 'most',
1504 '--gyp_defines', 1528 '--gyp_defines',
1505 'skia_arch_width=32 skia_warnings_as_errors=0', 1529 'skia_arch_width=32 skia_warnings_as_errors=0',
1506 '--flavor', 1530 '--flavor',
1507 'default', 1531 'default',
1508 ], 1532 ],
1509 'description': 'Retry_NoWarningsAsErrors_BuildMost', 1533 'description': 'Retry_NoWarningsAsErrors_BuildMost',
1510 'doStepIf': <Object>, 1534 'doStepIf': <Object>,
1511 'env': {}, 1535 'env': {},
1536 'exception_on_failure': <Object>,
1512 'flunkOnFailure': <Object>, 1537 'flunkOnFailure': <Object>,
1513 'get_props_from_stdout': None, 1538 'get_props_from_stdout': None,
1514 'haltOnFailure': <Object>, 1539 'haltOnFailure': <Object>,
1515 'hideStepIf': <Object>, 1540 'hideStepIf': <Object>,
1516 'is_rebaseline_step': <Object>, 1541 'is_rebaseline_step': <Object>,
1517 'is_upload_step': <Object>, 1542 'is_upload_step': <Object>,
1518 'timeout': <Object>, 1543 'timeout': <Object>,
1519 'workdir': 'build/skia', 1544 'workdir': 'build/skia',
1520 }, 1545 },
1521 ], 1546 ],
1522 ], 1547 ],
1523 } 1548 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698