| 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 'win': 'gyp_official', | 628 'win': 'gyp_official', |
| 629 'win-asan': 'gyp_official_syzyasan', | 629 'win-asan': 'gyp_official_syzyasan', |
| 630 'win-pgo': 'gyp_official_winpgo', | 630 'win-pgo': 'gyp_official_winpgo', |
| 631 'win64': 'gyp_official_x64', | 631 'win64': 'gyp_official_x64', |
| 632 'win64-pgo': 'gyp_official_winpgo_x64', | 632 'win64-pgo': 'gyp_official_winpgo_x64', |
| 633 }, | 633 }, |
| 634 | 634 |
| 635 'official.desktop.continuous': { | 635 'official.desktop.continuous': { |
| 636 'mac beta': 'gyp_official', | 636 'mac beta': 'gyp_official', |
| 637 'mac stable': 'gyp_official', | 637 'mac stable': 'gyp_official', |
| 638 'mac trunk': 'gn_official', | 638 'mac trunk': 'gyp_official', |
| 639 'precise64 beta': 'gn_official', | 639 'precise64 beta': 'gn_official', |
| 640 'precise64 stable': 'gn_official', | 640 'precise64 stable': 'gn_official', |
| 641 'precise64 trunk': 'gn_official', | 641 'precise64 trunk': 'gn_official', |
| 642 'win beta': 'gyp_official_six_concurrent_links', | 642 'win beta': 'gyp_official_six_concurrent_links', |
| 643 'win stable': 'gyp_official_six_concurrent_links', | 643 'win stable': 'gyp_official_six_concurrent_links', |
| 644 'win trunk': 'gn_official_six_concurrent_links', | 644 'win trunk': 'gyp_official_six_concurrent_links', |
| 645 }, | 645 }, |
| 646 | 646 |
| 647 'tryserver.blink': { | 647 'tryserver.blink': { |
| 648 # Most tryservers should have '_trybot' in their config names, but | 648 # Most tryservers should have '_trybot' in their config names, but |
| 649 # 'release_trybot' includes 'dcheck_always_on', and the blink | 649 # 'release_trybot' includes 'dcheck_always_on', and the blink |
| 650 # release trybots must *not* enable dchecks, because that could | 650 # release trybots must *not* enable dchecks, because that could |
| 651 # cause them to produce different baselines than the release | 651 # cause them to produce different baselines than the release |
| 652 # waterfall bots, and run-webkit-tests can't handle that (by design). | 652 # waterfall bots, and run-webkit-tests can't handle that (by design). |
| 653 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', | 653 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', |
| 654 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', | 654 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 ], | 1323 ], |
| 1324 | 1324 |
| 1325 'gn_official_goma_chromeos': [ | 1325 'gn_official_goma_chromeos': [ |
| 1326 'gn', 'official', 'goma', 'chromeos', | 1326 'gn', 'official', 'goma', 'chromeos', |
| 1327 ], | 1327 ], |
| 1328 | 1328 |
| 1329 'gyp_official_syzyasan': [ | 1329 'gyp_official_syzyasan': [ |
| 1330 'gyp', 'official', 'syzyasan', | 1330 'gyp', 'official', 'syzyasan', |
| 1331 ], | 1331 ], |
| 1332 | 1332 |
| 1333 'gn_official_six_concurrent_links': [ | |
| 1334 'gn', 'official', 'six_concurrent_links', | |
| 1335 ], | |
| 1336 | |
| 1337 'gyp_official_six_concurrent_links': [ | 1333 'gyp_official_six_concurrent_links': [ |
| 1338 'gyp', 'official', 'six_concurrent_links', | 1334 'gyp', 'official', 'six_concurrent_links', |
| 1339 ], | 1335 ], |
| 1340 | 1336 |
| 1341 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs | 1337 # TODO(crbug.com/595947) - figure out how to handle PGO, which needs |
| 1342 # to invoke GYP/GN twice, with two different sets of flags, apparently. | 1338 # to invoke GYP/GN twice, with two different sets of flags, apparently. |
| 1343 'gyp_official_winpgo': [ | 1339 'gyp_official_winpgo': [ |
| 1344 'gyp', 'error', | 1340 'gyp', 'error', |
| 1345 ], | 1341 ], |
| 1346 | 1342 |
| (...skipping 966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2313 }, | 2309 }, |
| 2314 | 2310 |
| 2315 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2311 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2316 | 2312 |
| 2317 'drmemory': { | 2313 'drmemory': { |
| 2318 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2314 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2319 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2315 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2320 }, | 2316 }, |
| 2321 }, | 2317 }, |
| 2322 } | 2318 } |
| OLD | NEW |