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

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

Issue 2138923003: Revert "sandwich: Fix some trivial failures on SWR benchmark runs" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only keep unit_test Created 4 years, 5 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 | « chrome/android/java/src/org/chromium/chrome/browser/init/AsyncInitializationActivity.java ('k') | 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 "Android Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 "scripts": [ 647 "scripts": [
648 { 648 {
649 "name": "webview_licenses", 649 "name": "webview_licenses",
650 "script": "webview_licenses.py" 650 "script": "webview_licenses.py"
651 } 651 }
652 ] 652 ]
653 }, 653 },
654 "Android Tests (dbg)": { 654 "Android Tests (dbg)": {
655 "gtest_tests": [ 655 "gtest_tests": [
656 { 656 {
657 "test": "android_webview_unittests"
658 },
659 {
660 "test": "base_unittests"
661 },
662 {
663 "test": "blimp_unittests"
664 },
665 {
666 "test": "blink_heap_unittests"
667 },
668 {
669 "override_compile_targets": [
670 "breakpad_unittests"
671 ],
672 "test": "breakpad_unittests"
673 },
674 {
675 "test": "capture_unittests"
676 },
677 {
678 "test": "cc_unittests"
679 },
680 {
681 "test": "components_browsertests"
682 },
683 {
684 "test": "components_unittests"
685 },
686 {
687 "test": "content_browsertests"
688 },
689 {
690 "test": "content_unittests"
691 },
692 {
693 "test": "device_unittests"
694 },
695 {
696 "test": "events_unittests"
697 },
698 {
699 "test": "gl_tests"
700 },
701 {
702 "test": "gl_unittests"
703 },
704 {
705 "test": "gpu_ipc_service_unittests"
706 },
707 {
708 "test": "gpu_unittests"
709 },
710 {
711 "test": "ipc_tests"
712 },
713 {
714 "test": "media_unittests"
715 },
716 {
717 "test": "mojo_common_unittests"
718 },
719 {
720 "test": "mojo_public_application_unittests"
721 },
722 {
723 "test": "mojo_public_bindings_unittests"
724 },
725 {
726 "test": "mojo_public_system_unittests"
727 },
728 {
729 "test": "mojo_runner_host_unittests"
730 },
731 {
732 "test": "mojo_system_unittests"
733 },
734 {
735 "test": "net_unittests"
736 },
737 {
738 "override_compile_targets": [
739 "sandbox_linux_unittests"
740 ],
741 "test": "sandbox_linux_unittests"
742 },
743 {
744 "test": "sql_unittests"
745 },
746 {
747 "test": "sync_unit_tests"
748 },
749 {
750 "test": "ui_android_unittests"
751 },
752 {
753 "test": "ui_base_unittests"
754 },
755 {
756 "test": "ui_touch_selection_unittests"
757 },
758 {
759 "test": "unit_tests" 657 "test": "unit_tests"
760 } 658 }
761 ],
762 "instrumentation_tests": [
763 {
764 "test": "android_webview_test_apk"
765 },
766 {
767 "test": "blimp_test_apk"
768 },
769 {
770 "test": "chrome_public_test_apk"
771 },
772 {
773 "test": "chrome_sync_shell_test_apk"
774 },
775 {
776 "test": "content_shell_test_apk"
777 }
778 ],
779 "junit_tests": [
780 {
781 "test": "base_junit_tests"
782 },
783 {
784 "test": "chrome_junit_tests"
785 },
786 {
787 "test": "components_invalidation_impl_junit_tests"
788 },
789 {
790 "test": "components_policy_junit_tests"
791 },
792 {
793 "test": "components_web_restrictions_junit_tests"
794 },
795 {
796 "test": "content_junit_tests"
797 },
798 {
799 "test": "junit_unit_tests"
800 },
801 {
802 "test": "net_junit_tests"
803 },
804 {
805 "test": "ui_junit_tests"
806 },
807 {
808 "test": "webapk_client_junit_tests"
809 }
810 ],
811 "scripts": [
812 {
813 "name": "webview_licenses",
814 "script": "webview_licenses.py"
815 },
816 {
817 "name": "telemetry_perf_unittests",
818 "script": "telemetry_perf_unittests.py"
819 }
820 ] 659 ]
821 }, 660 },
822 "Blimp Linux (dbg)": { 661 "Blimp Linux (dbg)": {
823 "gtest_tests": [ 662 "gtest_tests": [
824 { 663 {
825 "test": "blimp_browsertests" 664 "test": "blimp_browsertests"
826 } 665 }
827 ] 666 ]
828 }, 667 },
829 "Cast Linux": { 668 "Cast Linux": {
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
2264 "override_compile_targets": [ 2103 "override_compile_targets": [
2265 "telemetry_unittests_run" 2104 "telemetry_unittests_run"
2266 ], 2105 ],
2267 "swarming": { 2106 "swarming": {
2268 "can_use_on_swarming_builders": true 2107 "can_use_on_swarming_builders": true
2269 } 2108 }
2270 } 2109 }
2271 ] 2110 ]
2272 } 2111 }
2273 } 2112 }
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/init/AsyncInitializationActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698