| 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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 'WebKit Linux Leak': 'swarming_gn_release_bot_x64', | 503 'WebKit Linux Leak': 'swarming_gn_release_bot_x64', |
| 504 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot_x64', | 504 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot_x64', |
| 505 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64', | 505 'WebKit Linux Trusty': 'swarming_gn_release_bot_x64', |
| 506 'WebKit Linux': 'swarming_gn_release_bot_x64', | 506 'WebKit Linux': 'swarming_gn_release_bot_x64', |
| 507 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot', | 507 'WebKit Mac Builder (dbg)': 'swarming_gyp_debug_bot', |
| 508 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64', | 508 'WebKit Mac Builder': 'swarming_gyp_release_bot_x64', |
| 509 'WebKit Mac10.10': 'none', | 509 'WebKit Mac10.10': 'none', |
| 510 'WebKit Mac10.11 (dbg)': 'none', | 510 'WebKit Mac10.11 (dbg)': 'none', |
| 511 'WebKit Mac10.11 (retina)': 'swarming_gyp_release_bot_x64', | 511 'WebKit Mac10.11 (retina)': 'swarming_gyp_release_bot_x64', |
| 512 'WebKit Mac10.11': 'none', | 512 'WebKit Mac10.11': 'none', |
| 513 'WebKit Mac10.9': 'none', | 513 'WebKit Mac10.9': 'swarming_gyp_release_bot_x64', |
| 514 'WebKit Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', | 514 'WebKit Win Builder (dbg)': 'swarming_gyp_debug_bot_minimal_symbols_x86', |
| 515 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86', | 515 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86', |
| 516 'WebKit Win x64 Builder (dbg)': | 516 'WebKit Win x64 Builder (dbg)': |
| 517 'swarming_gyp_debug_bot_minimal_symbols_x64', | 517 'swarming_gyp_debug_bot_minimal_symbols_x64', |
| 518 'WebKit Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64', | 518 'WebKit Win x64 Builder': 'swarming_gyp_release_bot_minimal_symbols_x64', |
| 519 'WebKit Win10': 'none', | 519 'WebKit Win10': 'none', |
| 520 'WebKit Win7 (dbg)': 'none', | 520 'WebKit Win7 (dbg)': 'none', |
| 521 'WebKit Win7': 'none', | 521 'WebKit Win7': 'none', |
| 522 }, | 522 }, |
| 523 | 523 |
| (...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1858 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1858 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1859 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 1859 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 1860 }, | 1860 }, |
| 1861 | 1861 |
| 1862 'valgrind': { | 1862 'valgrind': { |
| 1863 # TODO: add gn_args for 'build_for_tool=memcheck' | 1863 # TODO: add gn_args for 'build_for_tool=memcheck' |
| 1864 'gyp_defines': 'build_for_tool=memcheck', | 1864 'gyp_defines': 'build_for_tool=memcheck', |
| 1865 } | 1865 } |
| 1866 }, | 1866 }, |
| 1867 } | 1867 } |
| OLD | NEW |