| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'Linux ARM': 'swarming_gyp_release_bot_arm', | 206 'Linux ARM': 'swarming_gyp_release_bot_arm', |
| 207 'Site Isolation Linux': 'gn_release_trybot', | 207 'Site Isolation Linux': 'gn_release_trybot', |
| 208 'Site Isolation Win': 'gyp_release_trybot_x64', | 208 'Site Isolation Win': 'gyp_release_trybot_x64', |
| 209 'Vista Tests (dbg)(1)': 'none', | 209 'Vista Tests (dbg)(1)': 'none', |
| 210 'Vista Tests (dbg)(2)': 'none', | 210 'Vista Tests (dbg)(2)': 'none', |
| 211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', | 211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', |
| 212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', | 212 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', |
| 213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', | 213 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', |
| 214 'Win8 Tests (1)': 'none', | 214 'Win8 Tests (1)': 'none', |
| 215 'Win8 Tests (2)': 'none', | 215 'Win8 Tests (2)': 'none', |
| 216 'WinClang': 'win_clang_debug_bot', | |
| 217 'Windows Browser (DrMemory light) (1)': 'none', | 216 'Windows Browser (DrMemory light) (1)': 'none', |
| 218 'Windows Browser (DrMemory light) (2)': 'none', | 217 'Windows Browser (DrMemory light) (2)': 'none', |
| 219 | 218 |
| 220 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', | 219 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', |
| 221 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', | 220 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', |
| 222 }, | 221 }, |
| 223 | 222 |
| 224 'chromium.gpu': { | 223 'chromium.gpu': { |
| 225 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot', | 224 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot', |
| 226 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot', | 225 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot', |
| (...skipping 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1884 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1883 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1885 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1884 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 1886 }, | 1885 }, |
| 1887 | 1886 |
| 1888 'valgrind': { | 1887 'valgrind': { |
| 1889 # TODO: add gn_args for 'build_for_tool=memcheck' | 1888 # TODO: add gn_args for 'build_for_tool=memcheck' |
| 1890 'gyp_defines': 'build_for_tool=memcheck', | 1889 'gyp_defines': 'build_for_tool=memcheck', |
| 1891 } | 1890 } |
| 1892 }, | 1891 }, |
| 1893 } | 1892 } |
| OLD | NEW |