| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 216 'WinClang': 'win_clang_debug_bot', |
| 217 'WinClang64 (dbg)': 'win_clang_debug_bot', |
| 217 'Windows Browser (DrMemory light) (1)': 'none', | 218 'Windows Browser (DrMemory light) (1)': 'none', |
| 218 'Windows Browser (DrMemory light) (2)': 'none', | 219 'Windows Browser (DrMemory light) (2)': 'none', |
| 219 | 220 |
| 220 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', | 221 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', |
| 221 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', | 222 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', |
| 222 }, | 223 }, |
| 223 | 224 |
| 224 'chromium.gpu': { | 225 'chromium.gpu': { |
| 225 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot', | 226 'Android Debug (Nexus 5)': 'android_gn_debug_static_bot', |
| 226 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot', | 227 'Android Debug (Nexus 6)': 'android_gn_debug_static_bot', |
| (...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1856 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1857 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1857 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1858 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 1858 }, | 1859 }, |
| 1859 | 1860 |
| 1860 'valgrind': { | 1861 'valgrind': { |
| 1861 # TODO: add gn_args for 'build_for_tool=memcheck' | 1862 # TODO: add gn_args for 'build_for_tool=memcheck' |
| 1862 'gyp_defines': 'build_for_tool=memcheck', | 1863 'gyp_defines': 'build_for_tool=memcheck', |
| 1863 } | 1864 } |
| 1864 }, | 1865 }, |
| 1865 } | 1866 } |
| OLD | NEW |