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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'Android Remoting Tests': 'none', | 106 'Android Remoting Tests': 'none', |
107 'Android Tests (trial)(dbg)': 'none', | 107 'Android Tests (trial)(dbg)': 'none', |
108 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', | 108 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', |
109 'Android Asan Builder Tests (dbg)': | 109 'Android Asan Builder Tests (dbg)': |
110 'android_asan_gn_clang_debug_bot_minimal_symbols', | 110 'android_asan_gn_clang_debug_bot_minimal_symbols', |
111 'Android Builder (dbg)': 'android_gn_debug_static_bot', | 111 'Android Builder (dbg)': 'android_gn_debug_static_bot', |
112 'Browser Side Navigation Linux': 'gyp_release_bot', | 112 'Browser Side Navigation Linux': 'gyp_release_bot', |
113 'CFI Linux CF': 'gn_cfi_diag_release_bot', | 113 'CFI Linux CF': 'gn_cfi_diag_release_bot', |
114 'CFI Linux ToT': 'gn_cfi_release_bot', | 114 'CFI Linux ToT': 'gn_cfi_release_bot', |
115 'CFI Linux': 'gn_cfi_release_bot', | 115 'CFI Linux': 'gn_cfi_release_bot', |
116 'Chromium Linux Goma Canary': 'gyp_release_bot', | 116 'Chromium Linux Goma Canary': 'gn_release_bot', |
117 'Chromium Linux Goma Canary (clobber)': 'gyp_release_bot', | 117 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', |
118 'Chromium Linux Precise Goma LinkTest': 'gyp_release_bot', | 118 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', |
119 'Chromium Linux32 Goma Canary (clobber)': 'gyp_release_bot_x86', | 119 'Chromium Linux32 Goma Canary (clobber)': 'gyp_release_bot_x86', |
120 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', | 120 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', |
121 'Chromium Mac 10.11': 'gyp_release_bot', | 121 'Chromium Mac 10.11': 'gyp_release_bot', |
122 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot', | 122 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot', |
123 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot', | 123 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot', |
124 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot', | 124 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot', |
125 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot', | 125 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot', |
126 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot', | 126 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot', |
127 'Chromium Win PGO Builder': 'gyp_official_winpgo', | 127 'Chromium Win PGO Builder': 'gyp_official_winpgo', |
128 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64', | 128 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64', |
(...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2259 }, | 2259 }, |
2260 | 2260 |
2261 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2261 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2262 | 2262 |
2263 'drmemory': { | 2263 'drmemory': { |
2264 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2264 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2265 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2265 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2266 }, | 2266 }, |
2267 }, | 2267 }, |
2268 } | 2268 } |
OLD | NEW |