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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 | 86 |
87 'chromium.fyi': { | 87 'chromium.fyi': { |
88 'Android ChromeDriver Tests (dbg)': 'none', | 88 'Android ChromeDriver Tests (dbg)': 'none', |
89 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', | 89 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', |
90 'Android Remoting Tests': 'none', | 90 'Android Remoting Tests': 'none', |
91 'Android Tests (trial)(dbg)': 'none', | 91 'Android Tests (trial)(dbg)': 'none', |
92 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', | 92 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', |
93 'Android Asan Builder Tests (dbg)': | 93 'Android Asan Builder Tests (dbg)': |
94 'android_asan_gn_clang_shared_debug_minimal_symbols', | 94 'android_asan_gn_clang_shared_debug_minimal_symbols', |
95 'Android Builder (dbg)': 'android_gn_debug_static_bot', | 95 'Android Builder (dbg)': 'android_gn_debug_static_bot', |
| 96 'Blimp Linux (dbg)': |
| 97 '//build/args/bots/chromium.fyi/blimp_linux_dbg.gn', |
96 'Browser Side Navigation Linux': 'gn_release_bot', | 98 'Browser Side Navigation Linux': 'gn_release_bot', |
97 'CFI Linux CF': 'gn_cfi_diag_release_static', | 99 'CFI Linux CF': 'gn_cfi_diag_release_static', |
98 'CFI Linux ToT': 'gn_cfi_release_static', | 100 'CFI Linux ToT': 'gn_cfi_release_static', |
99 'CFI Linux': 'gn_cfi_release_static', | 101 'CFI Linux': 'gn_cfi_release_static', |
100 'Chromium Linux Goma Canary': 'gn_release_bot', | 102 'Chromium Linux Goma Canary': 'gn_release_bot', |
101 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', | 103 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', |
102 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', | 104 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', |
103 'Chromium Linux32 Goma Canary (clobber)': 'gyp_release_bot_x86', | 105 'Chromium Linux32 Goma Canary (clobber)': 'gyp_release_bot_x86', |
104 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', | 106 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', |
105 'Chromium Mac 10.11': 'gyp_release_bot', | 107 'Chromium Mac 10.11': 'gyp_release_bot', |
(...skipping 2192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2298 }, | 2300 }, |
2299 | 2301 |
2300 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2302 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
2301 | 2303 |
2302 'drmemory': { | 2304 'drmemory': { |
2303 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2305 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
2304 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2306 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
2305 }, | 2307 }, |
2306 }, | 2308 }, |
2307 } | 2309 } |
OLD | NEW |