| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'Linux remote_run Tester': 'release_bot', | 179 'Linux remote_run Tester': 'release_bot', |
| 180 'Linux V8 API Stability': 'release_bot', | 180 'Linux V8 API Stability': 'release_bot', |
| 181 'Mac deterministic': 'release_bot_mac_strip', | 181 'Mac deterministic': 'release_bot_mac_strip', |
| 182 'Mac deterministic (dbg)': 'debug_bot', | 182 'Mac deterministic (dbg)': 'debug_bot', |
| 183 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', | 183 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', |
| 184 'Mojo Windows': 'release_bot_x86', | 184 'Mojo Windows': 'release_bot_x86', |
| 185 'Ozone Linux': 'release_bot_ozone_linux', | 185 'Ozone Linux': 'release_bot_ozone_linux', |
| 186 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64', | 186 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64', |
| 187 'Site Isolation Linux': 'release_trybot', | 187 'Site Isolation Linux': 'release_trybot', |
| 188 'Site Isolation Win': 'release_trybot_x86', | 188 'Site Isolation Win': 'release_trybot_x86', |
| 189 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static', | 189 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static_use_lld', |
| 190 'UBSanVptr Linux': 'ubsan_vptr_release_bot', | 190 'UBSanVptr Linux': 'ubsan_vptr_release_bot', |
| 191 'WebKit Linux - TraceWrappables': 'debug_bot', | 191 'WebKit Linux - TraceWrappables': 'debug_bot', |
| 192 'WebKit Linux - WPTServe': 'release_bot', | 192 'WebKit Linux - WPTServe': 'release_bot', |
| 193 'WebKit Mac - WPTServe': 'release_bot', | 193 'WebKit Mac - WPTServe': 'release_bot', |
| 194 'WebKit Win - WPTServe': 'release_bot_x86', | 194 'WebKit Win - WPTServe': 'release_bot_x86', |
| 195 'WebKit Linux - RandomOrder': 'release_bot', | 195 'WebKit Linux - RandomOrder': 'release_bot', |
| 196 'WebKit Mac - RandomOrder': 'release_bot', | 196 'WebKit Mac - RandomOrder': 'release_bot', |
| 197 'WebKit Win - RandomOrder': 'release_bot_x86', | 197 'WebKit Win - RandomOrder': 'release_bot_x86', |
| 198 'Win 10 Fast Ring': 'release_trybot', | 198 'Win 10 Fast Ring': 'release_trybot', |
| 199 'Windows deterministic': 'release_bot_x86', | 199 'Windows deterministic': 'release_bot_x86', |
| (...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1398 ], | 1398 ], |
| 1399 | 1399 |
| 1400 'shared_release_bot_x86': [ | 1400 'shared_release_bot_x86': [ |
| 1401 'shared_release_bot', 'x86', | 1401 'shared_release_bot', 'x86', |
| 1402 ], | 1402 ], |
| 1403 | 1403 |
| 1404 'syzyasan_no_pch_release_x86': [ | 1404 'syzyasan_no_pch_release_x86': [ |
| 1405 'syzyasan', 'no_pch', 'release', 'x86', | 1405 'syzyasan', 'no_pch', 'release', 'x86', |
| 1406 ], | 1406 ], |
| 1407 | 1407 |
| 1408 'thin_lto_clang_tot_release_static': [ | 1408 'thin_lto_clang_tot_release_static_use_lld': [ |
| 1409 'thin_lto', 'clang_tot', 'release', 'static', | 1409 'thin_lto', 'clang_tot', 'release', 'static', 'use_lld', |
| 1410 ], | 1410 ], |
| 1411 | 1411 |
| 1412 'tsan_disable_nacl_debug_bot': [ | 1412 'tsan_disable_nacl_debug_bot': [ |
| 1413 'tsan', 'disable_nacl', 'debug_bot', | 1413 'tsan', 'disable_nacl', 'debug_bot', |
| 1414 ], | 1414 ], |
| 1415 | 1415 |
| 1416 'tsan_disable_nacl_release_bot': [ | 1416 'tsan_disable_nacl_release_bot': [ |
| 1417 'tsan', 'disable_nacl', 'release_bot', | 1417 'tsan', 'disable_nacl', 'release_bot', |
| 1418 ], | 1418 ], |
| 1419 | 1419 |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1823 | 1823 |
| 1824 'x64': { | 1824 'x64': { |
| 1825 'gn_args': 'target_cpu="x64"', | 1825 'gn_args': 'target_cpu="x64"', |
| 1826 }, | 1826 }, |
| 1827 | 1827 |
| 1828 'x86': { | 1828 'x86': { |
| 1829 'gn_args': 'target_cpu="x86"', | 1829 'gn_args': 'target_cpu="x86"', |
| 1830 }, | 1830 }, |
| 1831 }, | 1831 }, |
| 1832 } | 1832 } |
| OLD | NEW |