| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'Mac Builder (dbg)': 'debug_bot', | 301 'Mac Builder (dbg)': 'debug_bot', |
| 302 'ios-device': 'ios', | 302 'ios-device': 'ios', |
| 303 'ios-device-xcode-clang': 'ios', | 303 'ios-device-xcode-clang': 'ios', |
| 304 'ios-simulator': 'ios', | 304 'ios-simulator': 'ios', |
| 305 'ios-simulator-cronet': 'ios', | 305 'ios-simulator-cronet': 'ios', |
| 306 'ios-simulator-xcode-clang': 'ios', | 306 'ios-simulator-xcode-clang': 'ios', |
| 307 }, | 307 }, |
| 308 | 308 |
| 309 'chromium.memory': { | 309 'chromium.memory': { |
| 310 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', | 310 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', |
| 311 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot'
, |
| 312 'Linux TSan Builder': 'tsan_disable_nacl_release_bot', |
| 311 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_
always_on', | 313 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_
always_on', |
| 312 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot'
, | |
| 313 }, | 314 }, |
| 314 | 315 |
| 315 'chromium.memory.fyi': { | 316 'chromium.memory.fyi': { |
| 316 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', | 317 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', |
| 317 'Chromium Linux MSan Builder': 'msan_release_bot', | 318 'Chromium Linux MSan Builder': 'msan_release_bot', |
| 318 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot', | |
| 319 }, | 319 }, |
| 320 | 320 |
| 321 'chromium.memory.full': { | 321 'chromium.memory.full': { |
| 322 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', | 322 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', |
| 323 'Chromium Linux MSan Builder': 'msan_release_bot', | 323 'Chromium Linux MSan Builder': 'msan_release_bot', |
| 324 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot', | 324 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot', |
| 325 }, | 325 }, |
| 326 | 326 |
| 327 'chromium.perf': { | 327 'chromium.perf': { |
| 328 'Android Builder': 'official_goma_minimal_symbols_android', | 328 'Android Builder': 'official_goma_minimal_symbols_android', |
| (...skipping 1548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1877 | 1877 |
| 1878 'x64': { | 1878 'x64': { |
| 1879 'gn_args': 'target_cpu="x64"', | 1879 'gn_args': 'target_cpu="x64"', |
| 1880 }, | 1880 }, |
| 1881 | 1881 |
| 1882 'x86': { | 1882 'x86': { |
| 1883 'gn_args': 'target_cpu="x86"', | 1883 'gn_args': 'target_cpu="x86"', |
| 1884 }, | 1884 }, |
| 1885 }, | 1885 }, |
| 1886 } | 1886 } |
| OLD | NEW |