OLD | NEW |
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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 'official.desktop.continuous': { | 630 'official.desktop.continuous': { |
631 'mac beta': 'gyp_official', | 631 'mac beta': 'gyp_official', |
632 'mac stable': 'gyp_official', | 632 'mac stable': 'gyp_official', |
633 'mac trunk': 'gn_official', | 633 'mac trunk': 'gn_official', |
634 'precise64 beta': 'gn_official', | 634 'precise64 beta': 'gn_official', |
635 'precise64 stable': 'gn_official', | 635 'precise64 stable': 'gn_official', |
636 'precise64 trunk': 'gn_official', | 636 'precise64 trunk': 'gn_official', |
637 'win beta': 'gyp_official_six_concurrent_links', | 637 'win beta': 'gyp_official_six_concurrent_links', |
638 'win stable': 'gyp_official_six_concurrent_links', | 638 'win stable': 'gyp_official_six_concurrent_links', |
639 'win trunk': 'gyp_official_six_concurrent_links', | 639 'win trunk': 'gyp_official_six_concurrent_links', |
| 640 'win64 trunk': 'gyp_official_six_concurrent_links', |
640 }, | 641 }, |
641 | 642 |
642 'tryserver.blink': { | 643 'tryserver.blink': { |
643 # Most tryservers should have '_trybot' in their config names, but | 644 # Most tryservers should have '_trybot' in their config names, but |
644 # 'release_trybot' includes 'dcheck_always_on', and the blink | 645 # 'release_trybot' includes 'dcheck_always_on', and the blink |
645 # release trybots must *not* enable dchecks, because that could | 646 # release trybots must *not* enable dchecks, because that could |
646 # cause them to produce different baselines than the release | 647 # cause them to produce different baselines than the release |
647 # waterfall bots, and run-webkit-tests can't handle that (by design). | 648 # waterfall bots, and run-webkit-tests can't handle that (by design). |
648 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', | 649 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', |
649 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', | 650 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', |
(...skipping 1649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2299 }, | 2300 }, |
2300 | 2301 |
2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2302 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2302 | 2303 |
2303 'drmemory': { | 2304 'drmemory': { |
2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2305 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2306 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2306 }, | 2307 }, |
2307 }, | 2308 }, |
2308 } | 2309 } |
OLD | NEW |