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

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

Issue 2152163002: Use LLD on 'LTO Linux' and 'LTO Linux Perf' buildbots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'EarlGreyiOS': 'ios_gyp', 200 'EarlGreyiOS': 'ios_gyp',
201 'Headless Linux (dbg)': 201 'Headless Linux (dbg)':
202 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', 202 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn',
203 'MD Top Chrome ChromeOS material-hybrid': 203 'MD Top Chrome ChromeOS material-hybrid':
204 'gn_chromeos_with_codecs_debug_bot', 204 'gn_chromeos_with_codecs_debug_bot',
205 'MD Top Chrome ChromeOS non-material': 205 'MD Top Chrome ChromeOS non-material':
206 'gn_chromeos_with_codecs_debug_bot', 206 'gn_chromeos_with_codecs_debug_bot',
207 'MD Top Chrome Win material': 207 'MD Top Chrome Win material':
208 'gyp_debug_bot_minimal_symbols_x64', 208 'gyp_debug_bot_minimal_symbols_x64',
209 'MD Top Chrome Linux material': 'gn_debug_bot', 209 'MD Top Chrome Linux material': 'gn_debug_bot',
210 'LTO Linux': 'gn_official_goma_lto', 210 'LTO Linux': 'gn_official_goma_lld_lto',
211 'LTO Linux Perf': 'gn_official_goma_lto', 211 'LTO Linux Perf': 'gn_official_goma_lld_lto',
212 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 212 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
213 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', 213 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
214 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 214 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
215 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 215 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
216 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan', 216 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan',
217 'Linux ARM': 'swarming_gn_release_bot_arm', 217 'Linux ARM': 'swarming_gn_release_bot_arm',
218 'Linux remote_run Builder': 'swarming_gn_release_bot', 218 'Linux remote_run Builder': 'swarming_gn_release_bot',
219 'Linux remote_run Tester': 'swarming_gn_release_bot', 219 'Linux remote_run Tester': 'swarming_gn_release_bot',
220 'Linux V8 API Stability': 'gn_release_bot', 220 'Linux V8 API Stability': 'gn_release_bot',
221 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot', 221 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot',
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 ], 1122 ],
1123 1123
1124 'gn_official': [ 1124 'gn_official': [
1125 'gn', 'official', 1125 'gn', 'official',
1126 ], 1126 ],
1127 1127
1128 'gn_official_goma': [ 1128 'gn_official_goma': [
1129 'gn', 'official', 'goma', 1129 'gn', 'official', 'goma',
1130 ], 1130 ],
1131 1131
1132 'gn_official_goma_lto': [ 1132 'gn_official_goma_lld_lto': [
1133 'gn', 'official', 'goma', 'lto', 1133 'gn', 'official', 'goma', 'use_lld', 'lto',
1134 ], 1134 ],
1135 1135
1136 'gn_official_goma_minimal_symbols_android': [ 1136 'gn_official_goma_minimal_symbols_android': [
1137 'gn', 'official', 'goma', 'minimal_symbols', 'android', 1137 'gn', 'official', 'goma', 'minimal_symbols', 'android',
1138 ], 1138 ],
1139 1139
1140 'gn_official_goma_minimal_symbols_android_arm64': [ 1140 'gn_official_goma_minimal_symbols_android_arm64': [
1141 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64', 1141 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64',
1142 ], 1142 ],
1143 1143
(...skipping 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2300 }, 2300 },
2301 2301
2302 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2302 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2303 2303
2304 'drmemory': { 2304 'drmemory': {
2305 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2305 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2306 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2306 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2307 }, 2307 },
2308 }, 2308 },
2309 } 2309 }
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