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

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

Issue 2031233002: Rework how MB and GN handle concurrent links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move concurrent_links into a dedicated .gni Created 4 years, 6 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 # 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'win64-pgo': 'gyp_official_winpgo_x64', 623 'win64-pgo': 'gyp_official_winpgo_x64',
624 }, 624 },
625 625
626 'official.desktop.continuous': { 626 'official.desktop.continuous': {
627 'mac beta': 'gyp_official', 627 'mac beta': 'gyp_official',
628 'mac stable': 'gyp_official', 628 'mac stable': 'gyp_official',
629 'mac trunk': 'gyp_official', 629 'mac trunk': 'gyp_official',
630 'precise64 beta': 'gn_official', 630 'precise64 beta': 'gn_official',
631 'precise64 stable': 'gn_official', 631 'precise64 stable': 'gn_official',
632 'precise64 trunk': 'gn_official', 632 'precise64 trunk': 'gn_official',
633 'win beta': 'gyp_official', 633 'win beta': 'gyp_official_six_concurrent_links',
634 'win stable': 'gyp_official', 634 'win stable': 'gyp_official_six_concurrent_links',
635 'win trunk': 'gyp_official', 635 'win trunk': 'gyp_official_six_concurrent_links',
636 }, 636 },
637 637
638 'tryserver.blink': { 638 'tryserver.blink': {
639 # Most tryservers should have '_trybot' in their config names, but 639 # Most tryservers should have '_trybot' in their config names, but
640 # 'release_trybot' includes 'dcheck_always_on', and the blink 640 # 'release_trybot' includes 'dcheck_always_on', and the blink
641 # release trybots must *not* enable dchecks, because that could 641 # release trybots must *not* enable dchecks, because that could
642 # cause them to produce different baselines than the release 642 # cause them to produce different baselines than the release
643 # waterfall bots, and run-webkit-tests can't handle that (by design). 643 # waterfall bots, and run-webkit-tests can't handle that (by design).
644 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', 644 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot',
645 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', 645 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 ], 1316 ],
1317 1317
1318 'gyp_official_goma_minimal_symbols_x86': [ 1318 'gyp_official_goma_minimal_symbols_x86': [
1319 'gyp', 'official', 'goma', 'minimal_symbols', 'x86', 1319 'gyp', 'official', 'goma', 'minimal_symbols', 'x86',
1320 ], 1320 ],
1321 1321
1322 'gyp_official_syzyasan': [ 1322 'gyp_official_syzyasan': [
1323 'gyp', 'official', 'syzyasan', 1323 'gyp', 'official', 'syzyasan',
1324 ], 1324 ],
1325 1325
1326 'gyp_official_six_concurrent_links': [
1327 'gyp', 'official', 'six_concurrent_links',
1328 ],
1329
1326 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs 1330 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs
1327 # to invoke GYP/GN twice, with two different sets of flags, apparently. 1331 # to invoke GYP/GN twice, with two different sets of flags, apparently.
1328 'gyp_official_winpgo': [ 1332 'gyp_official_winpgo': [
1329 'gyp', 'error', 1333 'gyp', 'error',
1330 ], 1334 ],
1331 1335
1332 'gyp_official_winpgo_x64': [ 1336 'gyp_official_winpgo_x64': [
1333 'gyp', 'error', 'x64', 1337 'gyp', 'error', 'x64',
1334 ], 1338 ],
1335 1339
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 2209
2206 'shared': { 2210 'shared': {
2207 'gn_args': 'is_component_build=true', 2211 'gn_args': 'is_component_build=true',
2208 'gyp_defines': 'component=shared_library', 2212 'gyp_defines': 'component=shared_library',
2209 }, 2213 },
2210 2214
2211 'shared_release_bot': { 2215 'shared_release_bot': {
2212 'mixins': ['shared', 'release', 'goma'] 2216 'mixins': ['shared', 'release', 'goma']
2213 }, 2217 },
2214 2218
2219 'six_concurrent_links': {
2220 # TODO(crbug.com/611491) Adjust the get_concurrent_links script
2221 # to be more conservative so that we don't need this.
2222 'gn_args': 'concurrent_links=6',
2223 'gyp_defines': 'gyp_link_concurrency=6',
2224 },
2225
2215 'static': { 2226 'static': {
2216 'gn_args': 'is_component_build=false', 2227 'gn_args': 'is_component_build=false',
2217 'gyp_defines': 'component=static_library', 2228 'gyp_defines': 'component=static_library',
2218 }, 2229 },
2219 2230
2220 'swarming': { 2231 'swarming': {
2221 'gn_args': '', 2232 'gn_args': '',
2222 'gyp_defines': 'test_isolation_mode=prepare', 2233 'gyp_defines': 'test_isolation_mode=prepare',
2223 }, 2234 },
2224 2235
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
2287 }, 2298 },
2288 2299
2289 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2300 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2290 2301
2291 'drmemory': { 2302 'drmemory': {
2292 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2303 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2293 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2304 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2294 }, 2305 },
2295 }, 2306 },
2296 } 2307 }
OLDNEW
« build/toolchain/win/BUILD.gn ('K') | « tools/mb/mb.py ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698