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

Side by Side Diff: scripts/slave/recipe_modules/chromium_tests/chromium_gpu_fyi.py

Issue 2453683002: [android] Make chromium.gpu.fyi bots use devil adb throughout. (Closed)
Patch Set: Created 4 years, 1 month 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 | « scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json ('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 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 from . import steps 5 from . import steps
6 6
7 SPEC = { 7 SPEC = {
8 'settings': { 8 'settings': {
9 'build_gs_bucket': 'chromium-gpu-fyi-archive', 9 'build_gs_bucket': 'chromium-gpu-fyi-archive',
10 # WARNING: src-side runtest.py is only tested with chromium CQ builders. 10 # WARNING: src-side runtest.py is only tested with chromium CQ builders.
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'chromium_config': 'android', 723 'chromium_config': 'android',
724 'chromium_apply_config': ['chrome_with_codecs', 'mb'], 724 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
725 'gclient_config': 'chromium', 725 'gclient_config': 'chromium',
726 'gclient_apply_config': ['android'], 726 'gclient_apply_config': ['android'],
727 'chromium_config_kwargs': { 727 'chromium_config_kwargs': {
728 'BUILD_CONFIG': 'Release', 728 'BUILD_CONFIG': 'Release',
729 'TARGET_BITS': 32, 729 'TARGET_BITS': 32,
730 'TARGET_PLATFORM': 'android', 730 'TARGET_PLATFORM': 'android',
731 }, 731 },
732 'android_config': 'main_builder', 732 'android_config': 'main_builder',
733 'android_apply_config': ['restart_usb'], 733 'android_apply_config': ['restart_usb', 'use_devil_adb'],
734 'bot_type': 'builder_tester', 734 'bot_type': 'builder_tester',
735 'compile_targets': [ 735 'compile_targets': [
736 ], 736 ],
737 'testing': { 737 'testing': {
738 'platform': 'linux', 738 'platform': 'linux',
739 }, 739 },
740 'use_isolate': False, 740 'use_isolate': False,
741 'enable_swarming': False, 741 'enable_swarming': False,
742 }, 742 },
743 'Android Release (Nexus 5X)': { 743 'Android Release (Nexus 5X)': {
744 'chromium_config': 'android', 744 'chromium_config': 'android',
745 'chromium_apply_config': ['chrome_with_codecs'], 745 'chromium_apply_config': ['chrome_with_codecs'],
746 'gclient_config': 'chromium', 746 'gclient_config': 'chromium',
747 'gclient_apply_config': ['android'], 747 'gclient_apply_config': ['android'],
748 'chromium_config_kwargs': { 748 'chromium_config_kwargs': {
749 'TARGET_PLATFORM': 'android', 749 'TARGET_PLATFORM': 'android',
750 }, 750 },
751 'android_config': 'arm64_builder_rel_mb', 751 'android_config': 'arm64_builder_rel_mb',
752 'android_apply_config': ['restart_usb'], 752 'android_apply_config': ['restart_usb', 'use_devil_adb'],
753 'bot_type': 'builder_tester', 753 'bot_type': 'builder_tester',
754 'compile_targets': [ 754 'compile_targets': [
755 ], 755 ],
756 'testing': { 756 'testing': {
757 'platform': 'linux', 757 'platform': 'linux',
758 }, 758 },
759 'use_isolate': True, 759 'use_isolate': True,
760 'enable_swarming': True, 760 'enable_swarming': True,
761 'checkout_dir': 'android', 761 'checkout_dir': 'android',
762 }, 762 },
763 'Android Release (Nexus 6)': { 763 'Android Release (Nexus 6)': {
764 'chromium_config': 'android', 764 'chromium_config': 'android',
765 'chromium_apply_config': ['chrome_with_codecs', 'mb'], 765 'chromium_apply_config': ['chrome_with_codecs', 'mb'],
766 'gclient_config': 'chromium', 766 'gclient_config': 'chromium',
767 'gclient_apply_config': ['android'], 767 'gclient_apply_config': ['android'],
768 'chromium_config_kwargs': { 768 'chromium_config_kwargs': {
769 'BUILD_CONFIG': 'Release', 769 'BUILD_CONFIG': 'Release',
770 'TARGET_BITS': 32, 770 'TARGET_BITS': 32,
771 'TARGET_PLATFORM': 'android', 771 'TARGET_PLATFORM': 'android',
772 }, 772 },
773 'android_config': 'main_builder', 773 'android_config': 'main_builder',
774 'android_apply_config': ['restart_usb'], 774 'android_apply_config': ['restart_usb', 'use_devil_adb'],
775 'bot_type': 'builder_tester', 775 'bot_type': 'builder_tester',
776 'compile_targets': [ 776 'compile_targets': [
777 ], 777 ],
778 'testing': { 778 'testing': {
779 'platform': 'linux', 779 'platform': 'linux',
780 }, 780 },
781 'use_isolate': False, 781 'use_isolate': False,
782 'enable_swarming': False, 782 'enable_swarming': False,
783 }, 783 },
784 'Android Release (Nexus 6P)': { 784 'Android Release (Nexus 6P)': {
785 'chromium_config': 'android', 785 'chromium_config': 'android',
786 'chromium_apply_config': ['chrome_with_codecs'], 786 'chromium_apply_config': ['chrome_with_codecs'],
787 'gclient_config': 'chromium', 787 'gclient_config': 'chromium',
788 'gclient_apply_config': ['android'], 788 'gclient_apply_config': ['android'],
789 'chromium_config_kwargs': { 789 'chromium_config_kwargs': {
790 'TARGET_PLATFORM': 'android', 790 'TARGET_PLATFORM': 'android',
791 }, 791 },
792 'android_config': 'arm64_builder_rel_mb', 792 'android_config': 'arm64_builder_rel_mb',
793 'android_apply_config': ['restart_usb'], 793 'android_apply_config': ['restart_usb', 'use_devil_adb'],
794 'bot_type': 'builder_tester', 794 'bot_type': 'builder_tester',
795 'compile_targets': [ 795 'compile_targets': [
796 ], 796 ],
797 'testing': { 797 'testing': {
798 'platform': 'linux', 798 'platform': 'linux',
799 }, 799 },
800 'use_isolate': False, 800 'use_isolate': False,
801 'enable_swarming': False, 801 'enable_swarming': False,
802 }, 802 },
803 'Android Release (Nexus 9)': { 803 'Android Release (Nexus 9)': {
804 'chromium_config': 'android', 804 'chromium_config': 'android',
805 'chromium_apply_config': ['chrome_with_codecs'], 805 'chromium_apply_config': ['chrome_with_codecs'],
806 'gclient_config': 'chromium', 806 'gclient_config': 'chromium',
807 'gclient_apply_config': ['android'], 807 'gclient_apply_config': ['android'],
808 'chromium_config_kwargs': { 808 'chromium_config_kwargs': {
809 'TARGET_PLATFORM': 'android', 809 'TARGET_PLATFORM': 'android',
810 }, 810 },
811 'android_config': 'arm64_builder_rel_mb', 811 'android_config': 'arm64_builder_rel_mb',
812 'android_apply_config': ['restart_usb'], 812 'android_apply_config': ['restart_usb', 'use_devil_adb'],
813 'bot_type': 'builder_tester', 813 'bot_type': 'builder_tester',
814 'compile_targets': [ 814 'compile_targets': [
815 ], 815 ],
816 'testing': { 816 'testing': {
817 'platform': 'linux', 817 'platform': 'linux',
818 }, 818 },
819 'use_isolate': False, 819 'use_isolate': False,
820 'enable_swarming': False, 820 'enable_swarming': False,
821 }, 821 },
822 'Android Release (Pixel C)': { 822 'Android Release (Pixel C)': {
823 'chromium_config': 'android', 823 'chromium_config': 'android',
824 'chromium_apply_config': ['chrome_with_codecs'], 824 'chromium_apply_config': ['chrome_with_codecs'],
825 'gclient_config': 'chromium', 825 'gclient_config': 'chromium',
826 'gclient_apply_config': ['android'], 826 'gclient_apply_config': ['android'],
827 'chromium_config_kwargs': { 827 'chromium_config_kwargs': {
828 'TARGET_PLATFORM': 'android', 828 'TARGET_PLATFORM': 'android',
829 }, 829 },
830 'android_config': 'arm64_builder_rel_mb', 830 'android_config': 'arm64_builder_rel_mb',
831 'android_apply_config': ['restart_usb'], 831 'android_apply_config': ['restart_usb', 'use_devil_adb'],
832 'bot_type': 'builder_tester', 832 'bot_type': 'builder_tester',
833 'compile_targets': [ 833 'compile_targets': [
834 ], 834 ],
835 'testing': { 835 'testing': {
836 'platform': 'linux', 836 'platform': 'linux',
837 }, 837 },
838 'use_isolate': False, 838 'use_isolate': False,
839 'enable_swarming': False, 839 'enable_swarming': False,
840 }, 840 },
841 841
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'aura_builder', 987 'aura_builder',
988 ], 988 ],
989 'testing': { 989 'testing': {
990 'platform': 'linux', 990 'platform': 'linux',
991 }, 991 },
992 'enable_swarming': False, 992 'enable_swarming': False,
993 'use_isolate': True, 993 'use_isolate': True,
994 }, 994 },
995 }, 995 },
996 } 996 }
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_android/example.expected/webview_tester_basic.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698