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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2302353003: [Android] Add configurations for cronet continuous builder + trybot. (Closed)
Patch Set: Created 4 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
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 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 12 matching lines...) Expand all
23 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64', 23 'Win x64': 'noswarming_gn_release_bot_minimal_symbols_x64',
24 }, 24 },
25 25
26 'chromium.android': { 26 'chromium.android': {
27 'Android Cronet ARM64 Builder': 27 'Android Cronet ARM64 Builder':
28 'android_cronet_gn_release_bot_minimal_symbols_arm64', 28 'android_cronet_gn_release_bot_minimal_symbols_arm64',
29 'Android Cronet ARM64 Builder (dbg)': 29 'Android Cronet ARM64 Builder (dbg)':
30 'android_cronet_gn_debug_static_bot_arm64', 30 'android_cronet_gn_debug_static_bot_arm64',
31 'Android Cronet ARMv6 Builder': 31 'Android Cronet ARMv6 Builder':
32 'android_cronet_gn_release_bot_minimal_symbols_armv6', 32 'android_cronet_gn_release_bot_minimal_symbols_armv6',
33 'Android Cronet Builder':
34 'android_cronet_gn_release_bot_minimal_symbols',
33 'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot', 35 'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot',
34 'Android Cronet Builder Asan': 36 'Android Cronet Builder Asan':
35 'android_cronet_gn_release_bot_minimal_symbols_clang_asan', 37 'android_cronet_gn_release_bot_minimal_symbols_clang_asan',
36 'Android Cronet Data Reduction Proxy Builder': 38 'Android Cronet Data Reduction Proxy Builder':
37 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols', 39 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols',
38 'Android Cronet KitKat Builder': 40 'Android Cronet KitKat Builder':
39 'android_cronet_gn_release_bot_minimal_symbols', 41 'android_cronet_gn_release_bot_minimal_symbols',
40 'Android Cronet Lollipop Builder': 42 'Android Cronet Lollipop Builder':
41 'android_cronet_gn_release_bot_minimal_symbols', 43 'android_cronet_gn_release_bot_minimal_symbols',
42 'Android Cronet Marshmallow 64bit Builder': 44 'Android Cronet Marshmallow 64bit Builder':
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 'android_chromium_variable_gn': 'findit', 786 'android_chromium_variable_gn': 'findit',
785 'android_chromium_variable_nexus4': 'findit', 787 'android_chromium_variable_nexus4': 'findit',
786 'android_clang_dbg_recipe': 788 'android_clang_dbg_recipe':
787 'android_clang_asan_errorprone_findbugs_gn_debug_trybot', 789 'android_clang_asan_errorprone_findbugs_gn_debug_trybot',
788 'android_compile_dbg': 'swarming_android_gn_debug_trybot', 790 'android_compile_dbg': 'swarming_android_gn_debug_trybot',
789 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', 791 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
790 'android_compile_rel': 'swarming_android_gn_release_trybot', 792 'android_compile_rel': 'swarming_android_gn_release_trybot',
791 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64', 793 'android_compile_x64_dbg': 'android_gn_debug_trybot_x64',
792 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86', 794 'android_compile_x86_dbg': 'android_gn_debug_trybot_x86',
793 'android_coverage': 'android_gn_debug_trybot_java_coverage', 795 'android_coverage': 'android_gn_debug_trybot_java_coverage',
796 'android_cronet_builder': 'android_cronet_gn_release_trybot',
794 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's 797 # TODO(crbug/597596): Switch this back to debug_trybot when cronet's
795 # shared library loading is fixed. 798 # shared library loading is fixed.
796 'android_cronet_tester': 'android_cronet_gn_debug_static_bot', 799 'android_cronet_tester': 'android_cronet_gn_debug_static_bot',
797 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64', 800 'android_n5x_swarming_rel': 'swarming_android_gn_release_trybot_arm64',
798 'android_optional_gpu_tests_rel': 801 'android_optional_gpu_tests_rel':
799 'swarming_android_gn_release_trybot_arm64', 802 'swarming_android_gn_release_trybot_arm64',
800 'cast_shell_android': 'android_cast_gn_debug_static_bot', 803 'cast_shell_android': 'android_cast_gn_debug_static_bot',
801 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot', 804 'linux_android_dbg_ng': 'swarming_android_gn_debug_trybot',
802 'linux_android_rel_ng': 'swarming_android_gn_release_trybot', 805 'linux_android_rel_ng': 'swarming_android_gn_release_trybot',
803 }, 806 },
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 ], 1094 ],
1092 1095
1093 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [ 1096 'android_cronet_gn_release_bot_minimal_symbols_mipsel': [
1094 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel' 1097 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'mipsel'
1095 ], 1098 ],
1096 1099
1097 'android_cronet_gn_release_bot_minimal_symbols_x86': [ 1100 'android_cronet_gn_release_bot_minimal_symbols_x86': [
1098 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86' 1101 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86'
1099 ], 1102 ],
1100 1103
1104 'android_cronet_gn_release_trybot': [
1105 'android', 'cronet', 'gn', 'release_trybot'
xunjieli 2016/09/02 18:21:02 Do we need 'arm_no_neon' here? What architecture w
jbudorick 2016/09/02 18:27:19 For now, the build products from this bot will not
1106 ],
1107
1101 'android_gn_debug_bot': [ 1108 'android_gn_debug_bot': [
1102 'android', 'gn', 'debug_bot', 1109 'android', 'gn', 'debug_bot',
1103 ], 1110 ],
1104 1111
1105 'android_gn_debug_static_bot': [ 1112 'android_gn_debug_static_bot': [
1106 'android', 'gn', 'debug_static_bot', 1113 'android', 'gn', 'debug_static_bot',
1107 ], 1114 ],
1108 1115
1109 'android_gn_debug_static_bot_arm64': [ 1116 'android_gn_debug_static_bot_arm64': [
1110 'android', 'gn', 'debug_static_bot', 'arm64', 1117 'android', 'gn', 'debug_static_bot', 'arm64',
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2483 }, 2490 },
2484 2491
2485 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2492 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2486 2493
2487 'drmemory': { 2494 'drmemory': {
2488 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2495 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2489 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2496 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2490 }, 2497 },
2491 }, 2498 },
2492 } 2499 }
OLDNEW
« testing/buildbot/chromium.android.json ('K') | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698