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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'gyp_chromeos_with_codecs_debug_bot', | 203 'gyp_chromeos_with_codecs_debug_bot', |
204 'MD Top Chrome Win material': | 204 'MD Top Chrome Win material': |
205 'gyp_debug_bot_minimal_symbols_x64', | 205 'gyp_debug_bot_minimal_symbols_x64', |
206 'MD Top Chrome Linux material': 'gn_debug_bot', | 206 'MD Top Chrome Linux material': 'gn_debug_bot', |
207 'LTO Linux': 'gn_official_goma_lto', | 207 'LTO Linux': 'gn_official_goma_lto', |
208 'LTO Linux Perf': 'gn_official_goma_lto', | 208 'LTO Linux Perf': 'gn_official_goma_lto', |
209 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', | 209 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', |
210 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', | 210 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', |
211 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', | 211 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', |
212 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', | 212 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', |
| 213 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan', |
213 'Linux ARM': 'swarming_gn_release_bot_arm', | 214 'Linux ARM': 'swarming_gn_release_bot_arm', |
214 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', | 215 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', |
215 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', | 216 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', |
216 'Linux V8 API Stability': 'gn_release_bot', | 217 'Linux V8 API Stability': 'gn_release_bot', |
217 'Site Isolation Linux': 'gn_release_trybot', | 218 'Site Isolation Linux': 'gn_release_trybot', |
218 'Site Isolation Win': 'gyp_release_trybot_x64', | 219 'Site Isolation Win': 'gyp_release_trybot_x64', |
219 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', | 220 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', |
220 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', | 221 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', |
221 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', | 222 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', |
222 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', | 223 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', |
(...skipping 2093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2316 }, | 2317 }, |
2317 | 2318 |
2318 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2319 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2319 | 2320 |
2320 'drmemory': { | 2321 'drmemory': { |
2321 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2322 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2322 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2323 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2323 }, | 2324 }, |
2324 }, | 2325 }, |
2325 } | 2326 } |
OLD | NEW |