| 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 'chromeos.chrome': { | 10 'chromeos.chrome': { |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'Android Builder': 'android_release_bot_minimal_symbols', | 222 'Android Builder': 'android_release_bot_minimal_symbols', |
| 223 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', | 223 'Android Clang Builder (dbg)': 'android_clang_asan_errorprone_findbugs_deb
ug_bot_minimal_symbols', |
| 224 'Android Tests (dbg)': 'android_debug_static_bot', | 224 'Android Tests (dbg)': 'android_debug_static_bot', |
| 225 'Android Tests': 'android_release_bot_minimal_symbols', | 225 'Android Tests': 'android_release_bot_minimal_symbols', |
| 226 'Blimp Linux (dbg)': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn'
, | 226 'Blimp Linux (dbg)': '//build/args/bots/chromium.linux/blimp_linux_dbg.gn'
, |
| 227 'Cast Android (dbg)': 'android_cast_debug_static_bot', | 227 'Cast Android (dbg)': 'android_cast_debug_static_bot', |
| 228 'Cast Linux': 'cast_release_bot', | 228 'Cast Linux': 'cast_release_bot', |
| 229 'Linux Builder (dbg)': 'debug_bot', | 229 'Linux Builder (dbg)': 'debug_bot', |
| 230 'Linux Builder (dbg)(32)': 'debug_bot_x86', | 230 'Linux Builder (dbg)(32)': 'debug_bot_x86', |
| 231 'Linux Builder': 'release_bot', | 231 'Linux Builder': 'release_bot', |
| 232 # Trusty bots. |
| 233 'Cast Linux Trusty': 'cast_release_bot', |
| 234 'Linux Builder Trusty (dbg)': 'debug_bot', |
| 235 'Linux Builder Trusty (dbg)(32)': 'debug_bot_x86', |
| 236 'Linux Builder Trusty': 'release_bot', |
| 232 }, | 237 }, |
| 233 | 238 |
| 234 'chromium.lkgr': { | 239 'chromium.lkgr': { |
| 235 'ASAN Debug': 'asan_lsan_edge_debug_bot', | 240 'ASAN Debug': 'asan_lsan_edge_debug_bot', |
| 236 'ASAN Release Media': 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_relea
se_bot', | 241 'ASAN Release Media': 'asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_relea
se_bot', |
| 237 'ASAN Release': 'asan_lsan_edge_fuzzer_v8_heap_release_bot', | 242 'ASAN Release': 'asan_lsan_edge_fuzzer_v8_heap_release_bot', |
| 238 'ASan Debug (32-bit x86 with V8-ARM)': 'asan_edge_v8_heap_debug_bot_hybrid
', | 243 'ASan Debug (32-bit x86 with V8-ARM)': 'asan_edge_v8_heap_debug_bot_hybrid
', |
| 239 'ASan Release (32-bit x86 with V8-ARM)': 'asan_edge_fuzzer_v8_heap_release
_bot_hybrid', | 244 'ASan Release (32-bit x86 with V8-ARM)': 'asan_edge_fuzzer_v8_heap_release
_bot_hybrid', |
| 240 'ASan Release Media (32-bit x86 with V8-ARM)': 'asan_edge_fuzzer_v8_heap_c
hromeos_codecs_release_bot_hybrid', | 245 'ASan Release Media (32-bit x86 with V8-ARM)': 'asan_edge_fuzzer_v8_heap_c
hromeos_codecs_release_bot_hybrid', |
| 241 'ChromiumOS ASAN Release': 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release
_bot', | 246 'ChromiumOS ASAN Release': 'chromeos_asan_lsan_edge_fuzzer_v8_heap_release
_bot', |
| (...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1745 'gn_args': 'target_cpu="x86"', | 1750 'gn_args': 'target_cpu="x86"', |
| 1746 }, | 1751 }, |
| 1747 | 1752 |
| 1748 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1753 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 1749 | 1754 |
| 1750 'drmemory': { | 1755 'drmemory': { |
| 1751 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1756 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1752 }, | 1757 }, |
| 1753 }, | 1758 }, |
| 1754 } | 1759 } |
| OLD | NEW |