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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1926723003: Try to build 'gn_all' on Win x64 builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use gn_all instead of all Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 } 414 }
415 } 415 }
416 ], 416 ],
417 "scripts": [ 417 "scripts": [
418 { 418 {
419 "name": "nacl_integration", 419 "name": "nacl_integration",
420 "script": "nacl_integration.py" 420 "script": "nacl_integration.py"
421 } 421 }
422 ] 422 ]
423 }, 423 },
424 "Win x64 GN": { 424 "Win x64 Builder": {
425 "additional_compile_targets": [ 425 "additional_compile_targets": [
426 "gn_all" 426 "gn_all"
427 ],
428 "gtest_tests": [
429 {
430 "swarming": {
431 "can_use_on_swarming_builders": true
432 },
433 "test": "accessibility_unittests"
434 },
435 {
436 "swarming": {
437 "can_use_on_swarming_builders": true
438 },
439 "test": "app_list_presenter_unittests"
440 },
441 {
442 "swarming": {
443 "can_use_on_swarming_builders": true
444 },
445 "test": "app_list_unittests"
446 },
447 {
448 "swarming": {
449 "can_use_on_swarming_builders": true
450 },
451 "test": "app_shell_unittests"
452 },
453 {
454 "swarming": {
455 "can_use_on_swarming_builders": true
456 },
457 "test": "ash_unittests"
458 },
459 {
460 "swarming": {
461 "can_use_on_swarming_builders": true
462 },
463 "test": "aura_unittests"
464 },
465 {
466 "swarming": {
467 "can_use_on_swarming_builders": true
468 },
469 "test": "base_unittests"
470 },
471 {
472 "swarming": {
473 "can_use_on_swarming_builders": true
474 },
475 "test": "battor_agent_unittests"
476 },
477 {
478 "swarming": {
479 "can_use_on_swarming_builders": true,
480 "shards": 10
481 },
482 "test": "browser_tests"
483 },
484 {
485 "swarming": {
486 "can_use_on_swarming_builders": true
487 },
488 "test": "cacheinvalidation_unittests"
489 },
490 {
491 "swarming": {
492 "can_use_on_swarming_builders": true
493 },
494 "test": "cast_unittests"
495 },
496 {
497 "swarming": {
498 "can_use_on_swarming_builders": true
499 },
500 "test": "cc_unittests"
501 },
502 {
503 "swarming": {
504 "can_use_on_swarming_builders": true
505 },
506 "test": "chrome_app_unittests"
507 },
508 {
509 "swarming": {
510 "can_use_on_swarming_builders": true
511 },
512 "test": "chrome_elf_unittests"
513 },
514 {
515 "swarming": {
516 "can_use_on_swarming_builders": true
517 },
518 "test": "chromedriver_unittests"
519 },
520 {
521 "swarming": {
522 "can_use_on_swarming_builders": true
523 },
524 "test": "components_browsertests"
525 },
526 {
527 "swarming": {
528 "can_use_on_swarming_builders": true
529 },
530 "test": "components_unittests"
531 },
532 {
533 "swarming": {
534 "can_use_on_swarming_builders": true
535 },
536 "test": "compositor_unittests"
537 },
538 {
539 "swarming": {
540 "can_use_on_swarming_builders": true
541 },
542 "test": "content_browsertests"
543 },
544 {
545 "swarming": {
546 "can_use_on_swarming_builders": true
547 },
548 "test": "content_unittests"
549 },
550 {
551 "swarming": {
552 "can_use_on_swarming_builders": true
553 },
554 "test": "courgette_unittests"
555 },
556 {
557 "swarming": {
558 "can_use_on_swarming_builders": true
559 },
560 "test": "crypto_unittests"
561 },
562 {
563 "swarming": {
564 "can_use_on_swarming_builders": true
565 },
566 "test": "device_unittests"
567 },
568 {
569 "swarming": {
570 "can_use_on_swarming_builders": true
571 },
572 "test": "display_unittests"
573 },
574 {
575 "swarming": {
576 "can_use_on_swarming_builders": true
577 },
578 "test": "events_unittests"
579 },
580 {
581 "swarming": {
582 "can_use_on_swarming_builders": true
583 },
584 "test": "extensions_browsertests"
585 },
586 {
587 "swarming": {
588 "can_use_on_swarming_builders": true
589 },
590 "test": "extensions_unittests"
591 },
592 {
593 "swarming": {
594 "can_use_on_swarming_builders": true
595 },
596 "test": "gcm_unit_tests"
597 },
598 {
599 "swarming": {
600 "can_use_on_swarming_builders": true
601 },
602 "test": "gfx_unittests"
603 },
604 {
605 "swarming": {
606 "can_use_on_swarming_builders": true
607 },
608 "test": "gn_unittests"
609 },
610 {
611 "swarming": {
612 "can_use_on_swarming_builders": true
613 },
614 "test": "google_apis_unittests"
615 },
616 {
617 "swarming": {
618 "can_use_on_swarming_builders": true
619 },
620 "test": "gpu_unittests"
621 },
622 {
623 "swarming": {
624 "can_use_on_swarming_builders": true
625 },
626 "test": "installer_util_unittests"
627 },
628 {
629 "swarming": {
630 "can_use_on_swarming_builders": true,
631 "shards": 2
632 },
633 "test": "interactive_ui_tests"
634 },
635 {
636 "swarming": {
637 "can_use_on_swarming_builders": true
638 },
639 "test": "ipc_tests"
640 },
641 {
642 "swarming": {
643 "can_use_on_swarming_builders": true
644 },
645 "test": "jingle_unittests"
646 },
647 {
648 "test": "keyboard_unittests"
649 },
650 {
651 "swarming": {
652 "can_use_on_swarming_builders": true
653 },
654 "test": "media_blink_unittests"
655 },
656 {
657 "swarming": {
658 "can_use_on_swarming_builders": true
659 },
660 "test": "media_unittests"
661 },
662 {
663 "swarming": {
664 "can_use_on_swarming_builders": true
665 },
666 "test": "message_center_unittests"
667 },
668 {
669 "swarming": {
670 "can_use_on_swarming_builders": true
671 },
672 "test": "midi_unittests"
673 },
674 {
675 "swarming": {
676 "can_use_on_swarming_builders": true
677 },
678 "test": "mojo_common_unittests"
679 },
680 {
681 "swarming": {
682 "can_use_on_swarming_builders": true
683 },
684 "test": "mojo_public_bindings_unittests"
685 },
686 {
687 "swarming": {
688 "can_use_on_swarming_builders": true
689 },
690 "test": "mojo_public_system_unittests"
691 },
692 {
693 "test": "mojo_system_unittests"
694 },
695 {
696 "swarming": {
697 "can_use_on_swarming_builders": true
698 },
699 "test": "nacl_loader_unittests"
700 },
701 {
702 "swarming": {
703 "can_use_on_swarming_builders": true
704 },
705 "test": "net_unittests"
706 },
707 {
708 "swarming": {
709 "can_use_on_swarming_builders": true
710 },
711 "test": "ppapi_unittests"
712 },
713 {
714 "swarming": {
715 "can_use_on_swarming_builders": true
716 },
717 "test": "printing_unittests"
718 },
719 {
720 "swarming": {
721 "can_use_on_swarming_builders": true
722 },
723 "test": "remoting_unittests"
724 },
725 {
726 "swarming": {
727 "can_use_on_swarming_builders": true
728 },
729 "test": "sbox_integration_tests"
730 },
731 {
732 "swarming": {
733 "can_use_on_swarming_builders": true
734 },
735 "test": "sbox_unittests"
736 },
737 {
738 "swarming": {
739 "can_use_on_swarming_builders": true
740 },
741 "test": "sbox_validation_tests"
742 },
743 {
744 "swarming": {
745 "can_use_on_swarming_builders": true
746 },
747 "test": "setup_unittests"
748 },
749 {
750 "swarming": {
751 "can_use_on_swarming_builders": true
752 },
753 "test": "skia_unittests"
754 },
755 {
756 "swarming": {
757 "can_use_on_swarming_builders": true
758 },
759 "test": "sql_unittests"
760 },
761 {
762 "swarming": {
763 "can_use_on_swarming_builders": true
764 },
765 "test": "sync_integration_tests"
766 },
767 {
768 "swarming": {
769 "can_use_on_swarming_builders": true
770 },
771 "test": "sync_unit_tests"
772 },
773 {
774 "swarming": {
775 "can_use_on_swarming_builders": true
776 },
777 "test": "ui_base_unittests"
778 },
779 {
780 "swarming": {
781 "can_use_on_swarming_builders": true
782 },
783 "test": "ui_touch_selection_unittests"
784 },
785 {
786 "swarming": {
787 "can_use_on_swarming_builders": true
788 },
789 "test": "unit_tests"
790 },
791 {
792 "swarming": {
793 "can_use_on_swarming_builders": true
794 },
795 "test": "url_unittests"
796 },
797 {
798 "swarming": {
799 "can_use_on_swarming_builders": true
800 },
801 "test": "views_unittests"
802 },
803 {
804 "swarming": {
805 "can_use_on_swarming_builders": true
806 },
807 "test": "wm_unittests"
808 }
809 ],
810 "isolated_scripts": [
811 {
812 "isolate_name": "telemetry_gpu_unittests",
813 "name": "telemetry_gpu_unittests",
814 "override_compile_targets": [
815 "telemetry_gpu_unittests_run"
816 ],
817 "swarming": {
818 "can_use_on_swarming_builders": true
819 }
820 },
821 {
822 "isolate_name": "telemetry_perf_unittests",
823 "name": "telemetry_perf_unittests",
824 "override_compile_targets": [
825 "telemetry_perf_unittests_run"
826 ],
827 "swarming": {
828 "can_use_on_swarming_builders": true
829 }
830 },
831 {
832 "isolate_name": "telemetry_unittests",
833 "name": "telemetry_unittests",
834 "override_compile_targets": [
835 "telemetry_unittests_run"
836 ],
837 "swarming": {
838 "can_use_on_swarming_builders": true
839 }
840 }
841 ],
842 "scripts": [
843 {
844 "name": "nacl_integration",
845 "script": "nacl_integration.py"
846 }
847 ] 427 ]
848 }, 428 },
849 "Win x64 GN (dbg)": { 429 "Win x64 Builder (dbg)": {
850 "additional_compile_targets": [ 430 "additional_compile_targets": [
851 "gn_all" 431 "gn_all"
852 ],
853 "gtest_tests": [
854 {
855 "swarming": {
856 "can_use_on_swarming_builders": true
857 },
858 "test": "content_browsertests"
859 },
860 {
861 "swarming": {
862 "can_use_on_swarming_builders": true
863 },
864 "test": "events_unittests"
865 }
866 ] 432 ]
867 }, 433 },
868 "Win10 Tests x64": { 434 "Win10 Tests x64": {
869 "gtest_tests": [ 435 "gtest_tests": [
870 { 436 {
871 "swarming": { 437 "swarming": {
872 "can_use_on_swarming_builders": true 438 "can_use_on_swarming_builders": true
873 }, 439 },
874 "test": "accessibility_unittests" 440 "test": "accessibility_unittests"
875 }, 441 },
(...skipping 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2214 }, 1780 },
2215 { 1781 {
2216 "swarming": { 1782 "swarming": {
2217 "can_use_on_swarming_builders": true 1783 "can_use_on_swarming_builders": true
2218 }, 1784 },
2219 "test": "events_unittests" 1785 "test": "events_unittests"
2220 } 1786 }
2221 ] 1787 ]
2222 } 1788 }
2223 } 1789 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698