| 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 'win trunk': 'gyp_official_six_concurrent_links', | 666 'win trunk': 'gyp_official_six_concurrent_links', |
| 667 'win64 trunk': 'gyp_official_x64_six_concurrent_links', | 667 'win64 trunk': 'gyp_official_x64_six_concurrent_links', |
| 668 }, | 668 }, |
| 669 | 669 |
| 670 'tryserver.blink': { | 670 'tryserver.blink': { |
| 671 # Most tryservers should have '_trybot' in their config names, but | 671 # Most tryservers should have '_trybot' in their config names, but |
| 672 # 'release_trybot' includes 'dcheck_always_on', and the blink | 672 # 'release_trybot' includes 'dcheck_always_on', and the blink |
| 673 # release trybots must *not* enable dchecks, because that could | 673 # release trybots must *not* enable dchecks, because that could |
| 674 # cause them to produce different baselines than the release | 674 # cause them to produce different baselines than the release |
| 675 # waterfall bots, and run-webkit-tests can't handle that (by design). | 675 # waterfall bots, and run-webkit-tests can't handle that (by design). |
| 676 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', | |
| 677 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', | |
| 678 'linux_blink_dbg': 'swarming_gn_debug_trybot', | |
| 679 'linux_blink_rel': 'swarming_gn_release_bot_minimal_symbols', | |
| 680 'linux_precise_blink_compile_dbg': 'swarming_gn_debug_trybot', | 676 'linux_precise_blink_compile_dbg': 'swarming_gn_debug_trybot', |
| 681 'linux_precise_blink_compile_rel': | 677 'linux_precise_blink_compile_rel': |
| 682 'swarming_gn_release_bot_minimal_symbols', | 678 'swarming_gn_release_bot_minimal_symbols', |
| 683 'linux_precise_blink_dbg': 'swarming_gn_debug_trybot', | 679 'linux_precise_blink_dbg': 'swarming_gn_debug_trybot', |
| 684 'linux_precise_blink_rel': 'swarming_gn_release_bot_minimal_symbols', | 680 'linux_precise_blink_rel': 'swarming_gn_release_bot_minimal_symbols', |
| 685 'linux_trusty_blink_rel': 'swarming_gn_release_bot_minimal_symbols', | 681 'linux_trusty_blink_rel': 'swarming_gn_release_bot_minimal_symbols', |
| 686 'mac_blink_compile_dbg': 'swarming_gn_debug_trybot', | |
| 687 'mac_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', | |
| 688 'mac_blink_dbg': 'swarming_gn_debug_trybot', | |
| 689 'mac_blink_rel': 'swarming_gn_release_bot_minimal_symbols', | |
| 690 'mac10.9_blink_compile_dbg': 'swarming_gn_debug_trybot', | 682 'mac10.9_blink_compile_dbg': 'swarming_gn_debug_trybot', |
| 691 'mac10.9_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', | 683 'mac10.9_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', |
| 692 'mac10.9_blink_dbg': 'swarming_gn_debug_trybot', | 684 'mac10.9_blink_dbg': 'swarming_gn_debug_trybot', |
| 693 'mac10.9_blink_rel': 'swarming_gn_release_bot_minimal_symbols', | 685 'mac10.9_blink_rel': 'swarming_gn_release_bot_minimal_symbols', |
| 694 'mac10.10_blink_rel': 'swarming_gn_release_bot_minimal_symbols', | 686 'mac10.10_blink_rel': 'swarming_gn_release_bot_minimal_symbols', |
| 695 'mac10.11_blink_rel': 'swarming_gn_release_bot_minimal_symbols', | 687 'mac10.11_blink_rel': 'swarming_gn_release_bot_minimal_symbols', |
| 696 'win_blink_compile_dbg': 'swarming_gn_debug_trybot_x86', | |
| 697 'win_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86', | |
| 698 'win_blink_dbg': 'swarming_gn_debug_trybot_x86', | |
| 699 'win_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86', | |
| 700 'win7_blink_compile_dbg': 'swarming_gn_debug_trybot_x86', | 688 'win7_blink_compile_dbg': 'swarming_gn_debug_trybot_x86', |
| 701 'win7_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86', | 689 'win7_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86', |
| 702 'win7_blink_dbg': 'swarming_gn_debug_trybot_x86', | 690 'win7_blink_dbg': 'swarming_gn_debug_trybot_x86', |
| 703 'win7_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86', | 691 'win7_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86', |
| 704 'win10_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86', | 692 'win10_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86', |
| 705 }, | 693 }, |
| 706 | 694 |
| 707 'tryserver.chromium.android': { | 695 'tryserver.chromium.android': { |
| 708 'android_archive_rel_ng': 'android_gn_release_trybot', | 696 'android_archive_rel_ng': 'android_gn_release_trybot', |
| 709 'android_arm64_dbg_recipe': 'swarming_android_gn_debug_trybot_arm64', | 697 'android_arm64_dbg_recipe': 'swarming_android_gn_debug_trybot_arm64', |
| (...skipping 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2375 }, | 2363 }, |
| 2376 | 2364 |
| 2377 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2365 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2378 | 2366 |
| 2379 'drmemory': { | 2367 'drmemory': { |
| 2380 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2368 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2381 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2369 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2382 }, | 2370 }, |
| 2383 }, | 2371 }, |
| 2384 } | 2372 } |
| OLD | NEW |