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

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

Issue 2361703002: mb config for 'ClangToTAndroid (dbg)' (Closed)
Patch Set: Created 4 years, 2 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 # 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'CrWinClang64': 156 'CrWinClang64':
157 'swarming_gn_clang_official_release_bot_minimal_symbols_x64', 157 'swarming_gn_clang_official_release_bot_minimal_symbols_x64',
158 'CrWinClang tester': 'none', 158 'CrWinClang tester': 'none',
159 'CrWinClang64(dll)': 159 'CrWinClang64(dll)':
160 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64', 160 'swarming_gn_clang_minimal_symbols_shared_release_bot_x64',
161 'CrWinClangGoma': 161 'CrWinClangGoma':
162 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86', 162 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86',
163 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86', 163 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86',
164 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', 164 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
165 'ClangToTAndroidASan': 'android_clang_tot_asan', 165 'ClangToTAndroidASan': 'android_clang_tot_asan',
166 'ClangToTAndroid (dbg)': 'android_clang_tot_dbg',
166 'ClangToTLinux': 167 'ClangToTLinux':
167 'swarming_gn_clang_tot_linux_full_symbols_shared_release', 168 'swarming_gn_clang_tot_linux_full_symbols_shared_release',
168 'ClangToTLinux tester': 'none', 169 'ClangToTLinux tester': 'none',
169 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', 170 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
170 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', 171 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release',
171 'ClangToTLinuxASan tester': 'none', 172 'ClangToTLinuxASan tester': 'none',
172 'ClangToTLinuxASanLibfuzzer': 'gn_release_libfuzzer_asan_clang_tot', 173 'ClangToTLinuxASanLibfuzzer': 'gn_release_libfuzzer_asan_clang_tot',
173 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', 174 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
174 'ClangToTLinuxLLD tester': 'none', 175 'ClangToTLinuxLLD tester': 'none',
175 'ClangToTLinuxUBSanVptr': 176 'ClangToTLinuxUBSanVptr':
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 'android_clang_asan_errorprone_findbugs_gn_debug_trybot': [ 1073 'android_clang_asan_errorprone_findbugs_gn_debug_trybot': [
1073 'android', 'clang', 'asan', 'errorprone', 'findbugs', 'gn', 1074 'android', 'clang', 'asan', 'errorprone', 'findbugs', 'gn',
1074 'debug_trybot', 1075 'debug_trybot',
1075 ], 1076 ],
1076 1077
1077 'android_clang_tot_asan': [ 1078 'android_clang_tot_asan': [
1078 'android_without_codecs', 'clang_tot', 'asan', 'gn', 1079 'android_without_codecs', 'clang_tot', 'asan', 'gn',
1079 'shared', 'debug', 'minimal_symbols', 1080 'shared', 'debug', 'minimal_symbols',
1080 ], 1081 ],
1081 1082
1083 'android_clang_tot_dbg': [
1084 'android_without_codecs', 'clang_tot', 'gn',
1085 'shared', 'debug',
1086 ],
1087
1082 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols_arm_no_n eon': [ 1088 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols_arm_no_n eon': [
1083 'android', 'cronet', 'data_reduction_proxy', 'gn', 1089 'android', 'cronet', 'data_reduction_proxy', 'gn',
1084 'release_bot_minimal_symbols', 'arm_no_neon' 1090 'release_bot_minimal_symbols', 'arm_no_neon'
1085 ], 1091 ],
1086 1092
1087 'android_cronet_gn_debug_static_bot_arm_no_neon': [ 1093 'android_cronet_gn_debug_static_bot_arm_no_neon': [
1088 'android', 'cronet', 'gn', 'debug_static_bot', 'arm_no_neon' 1094 'android', 'cronet', 'gn', 'debug_static_bot', 'arm_no_neon'
1089 ], 1095 ],
1090 1096
1091 'android_cronet_gn_debug_static_bot_arm64': [ 1097 'android_cronet_gn_debug_static_bot_arm64': [
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2523 }, 2529 },
2524 2530
2525 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2531 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2526 2532
2527 'drmemory': { 2533 'drmemory': {
2528 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2534 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2529 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2535 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2530 }, 2536 },
2531 }, 2537 },
2532 } 2538 }
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