| 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 1787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1798 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', | 1798 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', |
| 1799 ], | 1799 ], |
| 1800 | 1800 |
| 1801 'swarming_gpu_tests_gn_release_bot': [ | 1801 'swarming_gpu_tests_gn_release_bot': [ |
| 1802 'swarming', 'gpu_tests', 'gn', 'release_bot', | 1802 'swarming', 'gpu_tests', 'gn', 'release_bot', |
| 1803 ], | 1803 ], |
| 1804 | 1804 |
| 1805 ('swarming_gn_asan_clang_edge_fuzzer' | 1805 ('swarming_gn_asan_clang_edge_fuzzer' |
| 1806 '_static_v8_heap_x86_full_symbols_release'): [ | 1806 '_static_v8_heap_x86_full_symbols_release'): [ |
| 1807 'swarming', 'gn', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', | 1807 'swarming', 'gn', 'asan', 'clang_tot', 'edge', 'fuzzer', 'static', |
| 1808 'v8_heap', 'full_symbols', 'release', | 1808 'v8_heap', 'full_symbols', 'release', 'x86', |
| 1809 ], | 1809 ], |
| 1810 | 1810 |
| 1811 'swarming_gn_asan_clang_shared_v8_heap_x86_full_symbols_release': [ | 1811 'swarming_gn_asan_clang_shared_v8_heap_x86_full_symbols_release': [ |
| 1812 'swarming', 'gn', 'asan', 'clang_tot', 'shared', 'v8_heap', | 1812 'swarming', 'gn', 'asan', 'clang_tot', 'shared', 'v8_heap', |
| 1813 'full_symbols', 'release', | 1813 'full_symbols', 'release', 'x86', |
| 1814 ], | 1814 ], |
| 1815 | 1815 |
| 1816 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ | 1816 'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ |
| 1817 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', | 1817 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', |
| 1818 'full_symbols', 'release', | 1818 'full_symbols', 'release', 'x86', |
| 1819 ], | 1819 ], |
| 1820 | 1820 |
| 1821 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [ | 1821 'swarming_gn_asan_disable_nacl_clang_tot_full_symbols_static_release': [ |
| 1822 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static', | 1822 'swarming', 'gn', 'asan', 'clang_tot', 'full_symbols', 'static', |
| 1823 'release', | 1823 'release', |
| 1824 ], | 1824 ], |
| 1825 | 1825 |
| 1826 'swarming_gn_chromeos_msan_release_bot': [ | 1826 'swarming_gn_chromeos_msan_release_bot': [ |
| 1827 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', | 1827 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', |
| 1828 ], | 1828 ], |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2427 }, | 2427 }, |
| 2428 | 2428 |
| 2429 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2429 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2430 | 2430 |
| 2431 'drmemory': { | 2431 'drmemory': { |
| 2432 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2432 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2433 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2433 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2434 }, | 2434 }, |
| 2435 }, | 2435 }, |
| 2436 } | 2436 } |
| OLD | NEW |