| 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'Win 7 Tests x64 (1)': 'none', | 626 'Win 7 Tests x64 (1)': 'none', |
| 627 'Win10 Tests x64': 'none', | 627 'Win10 Tests x64': 'none', |
| 628 'Win7 (32) Tests': 'none', | 628 'Win7 (32) Tests': 'none', |
| 629 'Win7 Tests (1)': 'none', | 629 'Win7 Tests (1)': 'none', |
| 630 'Win7 Tests (dbg)(1)': 'none', | 630 'Win7 Tests (dbg)(1)': 'none', |
| 631 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86', | 631 'Win8 GYP': 'swarming_gyp_release_bot_minimal_symbols_x86', |
| 632 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', | 632 'Win8 GYP (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', |
| 633 'WinClang64 (dbg)': 'win_clang_debug_bot', | 633 'WinClang64 (dbg)': 'win_clang_debug_bot', |
| 634 }, | 634 }, |
| 635 | 635 |
| 636 'internal.client.kitchensync': { |
| 637 'Linux Canary': 'swarming_gn_debug_bot', |
| 638 'Linux Dev': 'swarming_gn_debug_bot', |
| 639 'Mac Dev': 'swarming_gn_debug_bot', |
| 640 'Windows Dev': 'swarming_gn_debug_bot_minimal_symbols_x64', |
| 641 }, |
| 642 |
| 636 'official.desktop': { | 643 'official.desktop': { |
| 637 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', | 644 'blimp-engine': '//build/args/bots/official.desktop/blimp-engine.gn', |
| 638 'mac64': 'gn_official', | 645 'mac64': 'gn_official', |
| 639 'precise64': 'gn_official', | 646 'precise64': 'gn_official', |
| 640 | 647 |
| 641 # Currently the official bots set mini_installer_official_deps=1 | 648 # Currently the official bots set mini_installer_official_deps=1 |
| 642 # but it's not clear if that's actually used anywhere. | 649 # but it's not clear if that's actually used anywhere. |
| 643 'win': 'gyp_official', | 650 'win': 'gyp_official', |
| 644 'win-asan': 'gyp_official_syzyasan', | 651 'win-asan': 'gyp_official_syzyasan', |
| 645 'win-pgo': [ | 652 'win-pgo': [ |
| (...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2377 }, | 2384 }, |
| 2378 | 2385 |
| 2379 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2386 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2380 | 2387 |
| 2381 'drmemory': { | 2388 'drmemory': { |
| 2382 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2389 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2383 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2390 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2384 }, | 2391 }, |
| 2385 }, | 2392 }, |
| 2386 } | 2393 } |
| OLD | NEW |