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

Side by Side Diff: masters/master.chromiumos/config.current.txt

Issue 1344673003: CrOS: Switch tryserver over to recipes, Gitiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Clean up comments. Created 5 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « masters/master.chromiumos.tryserver/master.cfg ('k') | scripts/master/cros_try_job_git.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 config = { 1 config = {
2 'buildCacheSize': 200, 2 'buildCacheSize': 200,
3 'buildHorizon': 1000, 3 'buildHorizon': 1000,
4 'buildbotURL': 'http://build.chromium.org/p/chromiumos/', 4 'buildbotURL': 'http://build.chromium.org/p/chromiumos/',
5 'builders': [ 5 'builders': [
6 { 6 {
7 'auto_reboot': False, 7 'auto_reboot': False,
8 'builddir': 'amd64-generic-paladin-master', 8 'builddir': 'amd64-generic-paladin-master',
9 'category': '1release full|info', 9 'category': '1release full|info',
10 'collapseRequests': <Always Collapse>, 10 'collapseRequests': <Always Collapse>,
(...skipping 26 matching lines...) Expand all
37 'name': 'Clear and Clone chromite', 37 'name': 'Clear and Clone chromite',
38 }, 38 },
39 ), 39 ),
40 ( 40 (
41 <class master.chromium_step.AnnotatedCommand>, 41 <class master.chromium_step.AnnotatedCommand>,
42 { 42 {
43 'command': [ 43 'command': [
44 'chromite/bin/cbuildbot', 44 'chromite/bin/cbuildbot',
45 <buildbot.process.properties.WithProperties instance>, 45 <buildbot.process.properties.WithProperties instance>,
46 <master.master_utils.ConditionalProperty instance>, 46 <master.master_utils.ConditionalProperty instance>,
47 '--buildbot',
47 <master.master_utils.ConditionalProperty instance>, 48 <master.master_utils.ConditionalProperty instance>,
48 '--buildbot',
49 '--debug', 49 '--debug',
50 <master.master_utils.ConditionalProperty instance>, 50 <master.master_utils.ConditionalProperty instance>,
51 'amd64-generic-paladin', 51 'amd64-generic-paladin',
52 ], 52 ],
53 'description': 'cbuildbot', 53 'description': 'cbuildbot',
54 'maxTime': 57600, 54 'maxTime': 57600,
55 'name': 'cbuildbot', 55 'name': 'cbuildbot',
56 'timeout': 9000, 56 'timeout': 9000,
57 'usePTY': False, 57 'usePTY': False,
58 }, 58 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'name': 'Clear and Clone chromite', 97 'name': 'Clear and Clone chromite',
98 }, 98 },
99 ), 99 ),
100 ( 100 (
101 <class master.chromium_step.AnnotatedCommand>, 101 <class master.chromium_step.AnnotatedCommand>,
102 { 102 {
103 'command': [ 103 'command': [
104 'chromite/bin/cbuildbot', 104 'chromite/bin/cbuildbot',
105 <buildbot.process.properties.WithProperties instance>, 105 <buildbot.process.properties.WithProperties instance>,
106 <master.master_utils.ConditionalProperty instance>, 106 <master.master_utils.ConditionalProperty instance>,
107 '--buildbot',
107 <master.master_utils.ConditionalProperty instance>, 108 <master.master_utils.ConditionalProperty instance>,
108 '--buildbot',
109 '--debug', 109 '--debug',
110 <master.master_utils.ConditionalProperty instance>, 110 <master.master_utils.ConditionalProperty instance>,
111 'arm-generic-paladin', 111 'arm-generic-paladin',
112 ], 112 ],
113 'description': 'cbuildbot', 113 'description': 'cbuildbot',
114 'maxTime': 57600, 114 'maxTime': 57600,
115 'name': 'cbuildbot', 115 'name': 'cbuildbot',
116 'timeout': 9000, 116 'timeout': 9000,
117 'usePTY': False, 117 'usePTY': False,
118 }, 118 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'name': 'Clear and Clone chromite', 157 'name': 'Clear and Clone chromite',
158 }, 158 },
159 ), 159 ),
160 ( 160 (
161 <class master.chromium_step.AnnotatedCommand>, 161 <class master.chromium_step.AnnotatedCommand>,
162 { 162 {
163 'command': [ 163 'command': [
164 'chromite/bin/cbuildbot', 164 'chromite/bin/cbuildbot',
165 <buildbot.process.properties.WithProperties instance>, 165 <buildbot.process.properties.WithProperties instance>,
166 <master.master_utils.ConditionalProperty instance>, 166 <master.master_utils.ConditionalProperty instance>,
167 '--buildbot',
167 <master.master_utils.ConditionalProperty instance>, 168 <master.master_utils.ConditionalProperty instance>,
168 '--buildbot',
169 '--debug', 169 '--debug',
170 <master.master_utils.ConditionalProperty instance>, 170 <master.master_utils.ConditionalProperty instance>,
171 'gizmo-paladin', 171 'gizmo-paladin',
172 ], 172 ],
173 'description': 'cbuildbot', 173 'description': 'cbuildbot',
174 'maxTime': 57600, 174 'maxTime': 57600,
175 'name': 'cbuildbot', 175 'name': 'cbuildbot',
176 'timeout': 9000, 176 'timeout': 9000,
177 'usePTY': False, 177 'usePTY': False,
178 }, 178 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'name': 'Clear and Clone chromite', 217 'name': 'Clear and Clone chromite',
218 }, 218 },
219 ), 219 ),
220 ( 220 (
221 <class master.chromium_step.AnnotatedCommand>, 221 <class master.chromium_step.AnnotatedCommand>,
222 { 222 {
223 'command': [ 223 'command': [
224 'chromite/bin/cbuildbot', 224 'chromite/bin/cbuildbot',
225 <buildbot.process.properties.WithProperties instance>, 225 <buildbot.process.properties.WithProperties instance>,
226 <master.master_utils.ConditionalProperty instance>, 226 <master.master_utils.ConditionalProperty instance>,
227 '--buildbot',
227 <master.master_utils.ConditionalProperty instance>, 228 <master.master_utils.ConditionalProperty instance>,
228 '--buildbot',
229 '--debug', 229 '--debug',
230 <master.master_utils.ConditionalProperty instance>, 230 <master.master_utils.ConditionalProperty instance>,
231 'panther_embedded-minimal-paladin', 231 'panther_embedded-minimal-paladin',
232 ], 232 ],
233 'description': 'cbuildbot', 233 'description': 'cbuildbot',
234 'maxTime': 57600, 234 'maxTime': 57600,
235 'name': 'cbuildbot', 235 'name': 'cbuildbot',
236 'timeout': 9000, 236 'timeout': 9000,
237 'usePTY': False, 237 'usePTY': False,
238 }, 238 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'name': 'Clear and Clone chromite', 277 'name': 'Clear and Clone chromite',
278 }, 278 },
279 ), 279 ),
280 ( 280 (
281 <class master.chromium_step.AnnotatedCommand>, 281 <class master.chromium_step.AnnotatedCommand>,
282 { 282 {
283 'command': [ 283 'command': [
284 'chromite/bin/cbuildbot', 284 'chromite/bin/cbuildbot',
285 <buildbot.process.properties.WithProperties instance>, 285 <buildbot.process.properties.WithProperties instance>,
286 <master.master_utils.ConditionalProperty instance>, 286 <master.master_utils.ConditionalProperty instance>,
287 '--buildbot',
287 <master.master_utils.ConditionalProperty instance>, 288 <master.master_utils.ConditionalProperty instance>,
288 '--buildbot',
289 '--debug', 289 '--debug',
290 <master.master_utils.ConditionalProperty instance>, 290 <master.master_utils.ConditionalProperty instance>,
291 'x86-generic-paladin', 291 'x86-generic-paladin',
292 ], 292 ],
293 'description': 'cbuildbot', 293 'description': 'cbuildbot',
294 'maxTime': 57600, 294 'maxTime': 57600,
295 'name': 'cbuildbot', 295 'name': 'cbuildbot',
296 'timeout': 9000, 296 'timeout': 9000,
297 'usePTY': False, 297 'usePTY': False,
298 }, 298 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 'name': 'Clear and Clone chromite', 337 'name': 'Clear and Clone chromite',
338 }, 338 },
339 ), 339 ),
340 ( 340 (
341 <class master.chromium_step.AnnotatedCommand>, 341 <class master.chromium_step.AnnotatedCommand>,
342 { 342 {
343 'command': [ 343 'command': [
344 'chromite/bin/cbuildbot', 344 'chromite/bin/cbuildbot',
345 <buildbot.process.properties.WithProperties instance>, 345 <buildbot.process.properties.WithProperties instance>,
346 <master.master_utils.ConditionalProperty instance>, 346 <master.master_utils.ConditionalProperty instance>,
347 '--buildbot',
347 <master.master_utils.ConditionalProperty instance>, 348 <master.master_utils.ConditionalProperty instance>,
348 '--buildbot',
349 '--debug', 349 '--debug',
350 <master.master_utils.ConditionalProperty instance>, 350 <master.master_utils.ConditionalProperty instance>,
351 'amd64-generic_freon-paladin', 351 'amd64-generic_freon-paladin',
352 ], 352 ],
353 'description': 'cbuildbot', 353 'description': 'cbuildbot',
354 'maxTime': 57600, 354 'maxTime': 57600,
355 'name': 'cbuildbot', 355 'name': 'cbuildbot',
356 'timeout': 9000, 356 'timeout': 9000,
357 'usePTY': False, 357 'usePTY': False,
358 }, 358 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'name': 'Clear and Clone chromite', 397 'name': 'Clear and Clone chromite',
398 }, 398 },
399 ), 399 ),
400 ( 400 (
401 <class master.chromium_step.AnnotatedCommand>, 401 <class master.chromium_step.AnnotatedCommand>,
402 { 402 {
403 'command': [ 403 'command': [
404 'chromite/bin/cbuildbot', 404 'chromite/bin/cbuildbot',
405 <buildbot.process.properties.WithProperties instance>, 405 <buildbot.process.properties.WithProperties instance>,
406 <master.master_utils.ConditionalProperty instance>, 406 <master.master_utils.ConditionalProperty instance>,
407 '--buildbot',
407 <master.master_utils.ConditionalProperty instance>, 408 <master.master_utils.ConditionalProperty instance>,
408 '--buildbot',
409 '--debug', 409 '--debug',
410 <master.master_utils.ConditionalProperty instance>, 410 <master.master_utils.ConditionalProperty instance>,
411 'amd64-generic-incremental', 411 'amd64-generic-incremental',
412 ], 412 ],
413 'description': 'cbuildbot', 413 'description': 'cbuildbot',
414 'maxTime': 57600, 414 'maxTime': 57600,
415 'name': 'cbuildbot', 415 'name': 'cbuildbot',
416 'timeout': 9000, 416 'timeout': 9000,
417 'usePTY': False, 417 'usePTY': False,
418 }, 418 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'name': 'Clear and Clone chromite', 457 'name': 'Clear and Clone chromite',
458 }, 458 },
459 ), 459 ),
460 ( 460 (
461 <class master.chromium_step.AnnotatedCommand>, 461 <class master.chromium_step.AnnotatedCommand>,
462 { 462 {
463 'command': [ 463 'command': [
464 'chromite/bin/cbuildbot', 464 'chromite/bin/cbuildbot',
465 <buildbot.process.properties.WithProperties instance>, 465 <buildbot.process.properties.WithProperties instance>,
466 <master.master_utils.ConditionalProperty instance>, 466 <master.master_utils.ConditionalProperty instance>,
467 '--buildbot',
467 <master.master_utils.ConditionalProperty instance>, 468 <master.master_utils.ConditionalProperty instance>,
468 '--buildbot',
469 '--debug', 469 '--debug',
470 <master.master_utils.ConditionalProperty instance>, 470 <master.master_utils.ConditionalProperty instance>,
471 'daisy-incremental', 471 'daisy-incremental',
472 ], 472 ],
473 'description': 'cbuildbot', 473 'description': 'cbuildbot',
474 'maxTime': 57600, 474 'maxTime': 57600,
475 'name': 'cbuildbot', 475 'name': 'cbuildbot',
476 'timeout': 9000, 476 'timeout': 9000,
477 'usePTY': False, 477 'usePTY': False,
478 }, 478 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'name': 'Clear and Clone chromite', 517 'name': 'Clear and Clone chromite',
518 }, 518 },
519 ), 519 ),
520 ( 520 (
521 <class master.chromium_step.AnnotatedCommand>, 521 <class master.chromium_step.AnnotatedCommand>,
522 { 522 {
523 'command': [ 523 'command': [
524 'chromite/bin/cbuildbot', 524 'chromite/bin/cbuildbot',
525 <buildbot.process.properties.WithProperties instance>, 525 <buildbot.process.properties.WithProperties instance>,
526 <master.master_utils.ConditionalProperty instance>, 526 <master.master_utils.ConditionalProperty instance>,
527 '--buildbot',
527 <master.master_utils.ConditionalProperty instance>, 528 <master.master_utils.ConditionalProperty instance>,
528 '--buildbot',
529 '--debug', 529 '--debug',
530 <master.master_utils.ConditionalProperty instance>, 530 <master.master_utils.ConditionalProperty instance>,
531 'x86-generic-incremental', 531 'x86-generic-incremental',
532 ], 532 ],
533 'description': 'cbuildbot', 533 'description': 'cbuildbot',
534 'maxTime': 57600, 534 'maxTime': 57600,
535 'name': 'cbuildbot', 535 'name': 'cbuildbot',
536 'timeout': 9000, 536 'timeout': 9000,
537 'usePTY': False, 537 'usePTY': False,
538 }, 538 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 'name': 'Clear and Clone chromite', 577 'name': 'Clear and Clone chromite',
578 }, 578 },
579 ), 579 ),
580 ( 580 (
581 <class master.chromium_step.AnnotatedCommand>, 581 <class master.chromium_step.AnnotatedCommand>,
582 { 582 {
583 'command': [ 583 'command': [
584 'chromite/bin/cbuildbot', 584 'chromite/bin/cbuildbot',
585 <buildbot.process.properties.WithProperties instance>, 585 <buildbot.process.properties.WithProperties instance>,
586 <master.master_utils.ConditionalProperty instance>, 586 <master.master_utils.ConditionalProperty instance>,
587 '--buildbot',
587 <master.master_utils.ConditionalProperty instance>, 588 <master.master_utils.ConditionalProperty instance>,
588 '--buildbot',
589 '--debug', 589 '--debug',
590 <master.master_utils.ConditionalProperty instance>, 590 <master.master_utils.ConditionalProperty instance>,
591 'amd64-generic-full', 591 'amd64-generic-full',
592 ], 592 ],
593 'description': 'cbuildbot', 593 'description': 'cbuildbot',
594 'maxTime': 57600, 594 'maxTime': 57600,
595 'name': 'cbuildbot', 595 'name': 'cbuildbot',
596 'timeout': 9000, 596 'timeout': 9000,
597 'usePTY': False, 597 'usePTY': False,
598 }, 598 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'name': 'Clear and Clone chromite', 637 'name': 'Clear and Clone chromite',
638 }, 638 },
639 ), 639 ),
640 ( 640 (
641 <class master.chromium_step.AnnotatedCommand>, 641 <class master.chromium_step.AnnotatedCommand>,
642 { 642 {
643 'command': [ 643 'command': [
644 'chromite/bin/cbuildbot', 644 'chromite/bin/cbuildbot',
645 <buildbot.process.properties.WithProperties instance>, 645 <buildbot.process.properties.WithProperties instance>,
646 <master.master_utils.ConditionalProperty instance>, 646 <master.master_utils.ConditionalProperty instance>,
647 '--buildbot',
647 <master.master_utils.ConditionalProperty instance>, 648 <master.master_utils.ConditionalProperty instance>,
648 '--buildbot',
649 '--debug', 649 '--debug',
650 <master.master_utils.ConditionalProperty instance>, 650 <master.master_utils.ConditionalProperty instance>,
651 'arm-generic-full', 651 'arm-generic-full',
652 ], 652 ],
653 'description': 'cbuildbot', 653 'description': 'cbuildbot',
654 'maxTime': 57600, 654 'maxTime': 57600,
655 'name': 'cbuildbot', 655 'name': 'cbuildbot',
656 'timeout': 9000, 656 'timeout': 9000,
657 'usePTY': False, 657 'usePTY': False,
658 }, 658 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'name': 'Clear and Clone chromite', 697 'name': 'Clear and Clone chromite',
698 }, 698 },
699 ), 699 ),
700 ( 700 (
701 <class master.chromium_step.AnnotatedCommand>, 701 <class master.chromium_step.AnnotatedCommand>,
702 { 702 {
703 'command': [ 703 'command': [
704 'chromite/bin/cbuildbot', 704 'chromite/bin/cbuildbot',
705 <buildbot.process.properties.WithProperties instance>, 705 <buildbot.process.properties.WithProperties instance>,
706 <master.master_utils.ConditionalProperty instance>, 706 <master.master_utils.ConditionalProperty instance>,
707 '--buildbot',
707 <master.master_utils.ConditionalProperty instance>, 708 <master.master_utils.ConditionalProperty instance>,
708 '--buildbot',
709 '--debug', 709 '--debug',
710 <master.master_utils.ConditionalProperty instance>, 710 <master.master_utils.ConditionalProperty instance>,
711 'daisy-full', 711 'daisy-full',
712 ], 712 ],
713 'description': 'cbuildbot', 713 'description': 'cbuildbot',
714 'maxTime': 57600, 714 'maxTime': 57600,
715 'name': 'cbuildbot', 715 'name': 'cbuildbot',
716 'timeout': 9000, 716 'timeout': 9000,
717 'usePTY': False, 717 'usePTY': False,
718 }, 718 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 'name': 'Clear and Clone chromite', 757 'name': 'Clear and Clone chromite',
758 }, 758 },
759 ), 759 ),
760 ( 760 (
761 <class master.chromium_step.AnnotatedCommand>, 761 <class master.chromium_step.AnnotatedCommand>,
762 { 762 {
763 'command': [ 763 'command': [
764 'chromite/bin/cbuildbot', 764 'chromite/bin/cbuildbot',
765 <buildbot.process.properties.WithProperties instance>, 765 <buildbot.process.properties.WithProperties instance>,
766 <master.master_utils.ConditionalProperty instance>, 766 <master.master_utils.ConditionalProperty instance>,
767 '--buildbot',
767 <master.master_utils.ConditionalProperty instance>, 768 <master.master_utils.ConditionalProperty instance>,
768 '--buildbot',
769 '--debug', 769 '--debug',
770 <master.master_utils.ConditionalProperty instance>, 770 <master.master_utils.ConditionalProperty instance>,
771 'oak-full', 771 'oak-full',
772 ], 772 ],
773 'description': 'cbuildbot', 773 'description': 'cbuildbot',
774 'maxTime': 57600, 774 'maxTime': 57600,
775 'name': 'cbuildbot', 775 'name': 'cbuildbot',
776 'timeout': 9000, 776 'timeout': 9000,
777 'usePTY': False, 777 'usePTY': False,
778 }, 778 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'name': 'Clear and Clone chromite', 817 'name': 'Clear and Clone chromite',
818 }, 818 },
819 ), 819 ),
820 ( 820 (
821 <class master.chromium_step.AnnotatedCommand>, 821 <class master.chromium_step.AnnotatedCommand>,
822 { 822 {
823 'command': [ 823 'command': [
824 'chromite/bin/cbuildbot', 824 'chromite/bin/cbuildbot',
825 <buildbot.process.properties.WithProperties instance>, 825 <buildbot.process.properties.WithProperties instance>,
826 <master.master_utils.ConditionalProperty instance>, 826 <master.master_utils.ConditionalProperty instance>,
827 '--buildbot',
827 <master.master_utils.ConditionalProperty instance>, 828 <master.master_utils.ConditionalProperty instance>,
828 '--buildbot',
829 '--debug', 829 '--debug',
830 <master.master_utils.ConditionalProperty instance>, 830 <master.master_utils.ConditionalProperty instance>,
831 'x86-generic-full', 831 'x86-generic-full',
832 ], 832 ],
833 'description': 'cbuildbot', 833 'description': 'cbuildbot',
834 'maxTime': 57600, 834 'maxTime': 57600,
835 'name': 'cbuildbot', 835 'name': 'cbuildbot',
836 'timeout': 9000, 836 'timeout': 9000,
837 'usePTY': False, 837 'usePTY': False,
838 }, 838 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'name': 'Clear and Clone chromite', 877 'name': 'Clear and Clone chromite',
878 }, 878 },
879 ), 879 ),
880 ( 880 (
881 <class master.chromium_step.AnnotatedCommand>, 881 <class master.chromium_step.AnnotatedCommand>,
882 { 882 {
883 'command': [ 883 'command': [
884 'chromite/bin/cbuildbot', 884 'chromite/bin/cbuildbot',
885 <buildbot.process.properties.WithProperties instance>, 885 <buildbot.process.properties.WithProperties instance>,
886 <master.master_utils.ConditionalProperty instance>, 886 <master.master_utils.ConditionalProperty instance>,
887 '--buildbot',
887 <master.master_utils.ConditionalProperty instance>, 888 <master.master_utils.ConditionalProperty instance>,
888 '--buildbot',
889 '--debug', 889 '--debug',
890 <master.master_utils.ConditionalProperty instance>, 890 <master.master_utils.ConditionalProperty instance>,
891 'amd64-generic-asan', 891 'amd64-generic-asan',
892 ], 892 ],
893 'description': 'cbuildbot', 893 'description': 'cbuildbot',
894 'maxTime': 57600, 894 'maxTime': 57600,
895 'name': 'cbuildbot', 895 'name': 'cbuildbot',
896 'timeout': 9000, 896 'timeout': 9000,
897 'usePTY': False, 897 'usePTY': False,
898 }, 898 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'name': 'Clear and Clone chromite', 937 'name': 'Clear and Clone chromite',
938 }, 938 },
939 ), 939 ),
940 ( 940 (
941 <class master.chromium_step.AnnotatedCommand>, 941 <class master.chromium_step.AnnotatedCommand>,
942 { 942 {
943 'command': [ 943 'command': [
944 'chromite/bin/cbuildbot', 944 'chromite/bin/cbuildbot',
945 <buildbot.process.properties.WithProperties instance>, 945 <buildbot.process.properties.WithProperties instance>,
946 <master.master_utils.ConditionalProperty instance>, 946 <master.master_utils.ConditionalProperty instance>,
947 '--buildbot',
947 <master.master_utils.ConditionalProperty instance>, 948 <master.master_utils.ConditionalProperty instance>,
948 '--buildbot',
949 '--debug', 949 '--debug',
950 <master.master_utils.ConditionalProperty instance>, 950 <master.master_utils.ConditionalProperty instance>,
951 'x86-generic-asan', 951 'x86-generic-asan',
952 ], 952 ],
953 'description': 'cbuildbot', 953 'description': 'cbuildbot',
954 'maxTime': 57600, 954 'maxTime': 57600,
955 'name': 'cbuildbot', 955 'name': 'cbuildbot',
956 'timeout': 9000, 956 'timeout': 9000,
957 'usePTY': False, 957 'usePTY': False,
958 }, 958 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'name': 'Clear and Clone chromite', 997 'name': 'Clear and Clone chromite',
998 }, 998 },
999 ), 999 ),
1000 ( 1000 (
1001 <class master.chromium_step.AnnotatedCommand>, 1001 <class master.chromium_step.AnnotatedCommand>,
1002 { 1002 {
1003 'command': [ 1003 'command': [
1004 'chromite/bin/cbuildbot', 1004 'chromite/bin/cbuildbot',
1005 <buildbot.process.properties.WithProperties instance>, 1005 <buildbot.process.properties.WithProperties instance>,
1006 <master.master_utils.ConditionalProperty instance>, 1006 <master.master_utils.ConditionalProperty instance>,
1007 '--buildbot',
1007 <master.master_utils.ConditionalProperty instance>, 1008 <master.master_utils.ConditionalProperty instance>,
1008 '--buildbot',
1009 '--debug', 1009 '--debug',
1010 <master.master_utils.ConditionalProperty instance>, 1010 <master.master_utils.ConditionalProperty instance>,
1011 'chromiumos-sdk', 1011 'chromiumos-sdk',
1012 ], 1012 ],
1013 'description': 'cbuildbot', 1013 'description': 'cbuildbot',
1014 'maxTime': 79200, 1014 'maxTime': 79200,
1015 'name': 'cbuildbot', 1015 'name': 'cbuildbot',
1016 'timeout': 9000, 1016 'timeout': 9000,
1017 'usePTY': False, 1017 'usePTY': False,
1018 }, 1018 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 'name': 'Clear and Clone chromite', 1057 'name': 'Clear and Clone chromite',
1058 }, 1058 },
1059 ), 1059 ),
1060 ( 1060 (
1061 <class master.chromium_step.AnnotatedCommand>, 1061 <class master.chromium_step.AnnotatedCommand>,
1062 { 1062 {
1063 'command': [ 1063 'command': [
1064 'chromite/bin/cbuildbot', 1064 'chromite/bin/cbuildbot',
1065 <buildbot.process.properties.WithProperties instance>, 1065 <buildbot.process.properties.WithProperties instance>,
1066 <master.master_utils.ConditionalProperty instance>, 1066 <master.master_utils.ConditionalProperty instance>,
1067 '--buildbot',
1067 <master.master_utils.ConditionalProperty instance>, 1068 <master.master_utils.ConditionalProperty instance>,
1068 '--buildbot',
1069 '--debug', 1069 '--debug',
1070 <master.master_utils.ConditionalProperty instance>, 1070 <master.master_utils.ConditionalProperty instance>,
1071 'amd64-generic-llvm', 1071 'amd64-generic-llvm',
1072 ], 1072 ],
1073 'description': 'cbuildbot', 1073 'description': 'cbuildbot',
1074 'maxTime': 57600, 1074 'maxTime': 57600,
1075 'name': 'cbuildbot', 1075 'name': 'cbuildbot',
1076 'timeout': 9000, 1076 'timeout': 9000,
1077 'usePTY': False, 1077 'usePTY': False,
1078 }, 1078 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'name': 'Clear and Clone chromite', 1117 'name': 'Clear and Clone chromite',
1118 }, 1118 },
1119 ), 1119 ),
1120 ( 1120 (
1121 <class master.chromium_step.AnnotatedCommand>, 1121 <class master.chromium_step.AnnotatedCommand>,
1122 { 1122 {
1123 'command': [ 1123 'command': [
1124 'chromite/bin/cbuildbot', 1124 'chromite/bin/cbuildbot',
1125 <buildbot.process.properties.WithProperties instance>, 1125 <buildbot.process.properties.WithProperties instance>,
1126 <master.master_utils.ConditionalProperty instance>, 1126 <master.master_utils.ConditionalProperty instance>,
1127 '--buildbot',
1127 <master.master_utils.ConditionalProperty instance>, 1128 <master.master_utils.ConditionalProperty instance>,
1128 '--buildbot',
1129 '--debug', 1129 '--debug',
1130 <master.master_utils.ConditionalProperty instance>, 1130 <master.master_utils.ConditionalProperty instance>,
1131 'refresh-packages', 1131 'refresh-packages',
1132 ], 1132 ],
1133 'description': 'cbuildbot', 1133 'description': 'cbuildbot',
1134 'maxTime': 57600, 1134 'maxTime': 57600,
1135 'name': 'cbuildbot', 1135 'name': 'cbuildbot',
1136 'timeout': 9000, 1136 'timeout': 9000,
1137 'usePTY': False, 1137 'usePTY': False,
1138 }, 1138 },
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 <BuildSlave 'build203-m2', (no builders yet)>, 1262 <BuildSlave 'build203-m2', (no builders yet)>,
1263 <BuildSlave 'build182-m2', (no builders yet)>, 1263 <BuildSlave 'build182-m2', (no builders yet)>,
1264 <BuildSlave 'build87-m2', (no builders yet)>, 1264 <BuildSlave 'build87-m2', (no builders yet)>,
1265 ], 1265 ],
1266 'status': [ 1266 'status': [
1267 <WebStatus on port tcp:8082>, 1267 <WebStatus on port tcp:8082>,
1268 <WebStatus on port tcp:8282>, 1268 <WebStatus on port tcp:8282>,
1269 <master.status_logger.StatusEventLogger instance>, 1269 <master.status_logger.StatusEventLogger instance>,
1270 ], 1270 ],
1271 } 1271 }
OLDNEW
« no previous file with comments | « masters/master.chromiumos.tryserver/master.cfg ('k') | scripts/master/cros_try_job_git.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698