| 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot', | 525 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot', |
| 526 'linux_chromium_clobber_rel_ng': 'release_trybot', | 526 'linux_chromium_clobber_rel_ng': 'release_trybot', |
| 527 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', | 527 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', |
| 528 'linux_chromium_compile_dbg_ng': 'debug_trybot', | 528 'linux_chromium_compile_dbg_ng': 'debug_trybot', |
| 529 'linux_chromium_compile_rel_ng': 'release_trybot', | 529 'linux_chromium_compile_rel_ng': 'release_trybot', |
| 530 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', | 530 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', |
| 531 'linux_chromium_dbg_ng': 'debug_trybot', | 531 'linux_chromium_dbg_ng': 'debug_trybot', |
| 532 'linux_chromium_gn_upload': 'gn_linux_upload', | 532 'linux_chromium_gn_upload': 'gn_linux_upload', |
| 533 'linux_chromium_headless_dbg': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_dbg.gn', | 533 'linux_chromium_headless_dbg': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_dbg.gn', |
| 534 'linux_chromium_headless_rel': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_rel.gn', | 534 'linux_chromium_headless_rel': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_rel.gn', |
| 535 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot', |
| 535 | 536 |
| 536 # This is intentionally a release_bot and not a release_trybot; | 537 # This is intentionally a release_bot and not a release_trybot; |
| 537 # enabling DCHECKs seems to cause flaky failures that don't show up | 538 # enabling DCHECKs seems to cause flaky failures that don't show up |
| 538 # on the continuous builder. | 539 # on the continuous builder. |
| 539 'linux_chromium_msan_rel_ng': 'msan_release_bot', | 540 'linux_chromium_msan_rel_ng': 'msan_release_bot', |
| 540 | 541 |
| 541 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', | 542 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', |
| 542 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', | 543 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', |
| 543 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', | 544 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', |
| 544 | 545 |
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1312 ], | 1313 ], |
| 1313 | 1314 |
| 1314 'official_x86': [ | 1315 'official_x86': [ |
| 1315 'official', 'x86', | 1316 'official', 'x86', |
| 1316 ], | 1317 ], |
| 1317 | 1318 |
| 1318 'release_bot_ozone_linux': [ | 1319 'release_bot_ozone_linux': [ |
| 1319 'release_bot', 'ozone', 'ozone_linux', | 1320 'release_bot', 'ozone', 'ozone_linux', |
| 1320 ], | 1321 ], |
| 1321 | 1322 |
| 1323 'ozone_linux_release_trybot': [ |
| 1324 'release_trybot', 'ozone', 'ozone_linux', |
| 1325 ], |
| 1326 |
| 1322 'release_afl_asan': [ | 1327 'release_afl_asan': [ |
| 1323 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', | 1328 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', |
| 1324 ], | 1329 ], |
| 1325 | 1330 |
| 1326 'release_bot': [ | 1331 'release_bot': [ |
| 1327 'release_bot', | 1332 'release_bot', |
| 1328 ], | 1333 ], |
| 1329 | 1334 |
| 1330 'release_bot_arm': [ | 1335 'release_bot_arm': [ |
| 1331 'release_bot', 'arm', | 1336 'release_bot', 'arm', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1809 | 1814 |
| 1810 'x64': { | 1815 'x64': { |
| 1811 'gn_args': 'target_cpu="x64"', | 1816 'gn_args': 'target_cpu="x64"', |
| 1812 }, | 1817 }, |
| 1813 | 1818 |
| 1814 'x86': { | 1819 'x86': { |
| 1815 'gn_args': 'target_cpu="x86"', | 1820 'gn_args': 'target_cpu="x86"', |
| 1816 }, | 1821 }, |
| 1817 }, | 1822 }, |
| 1818 } | 1823 } |
| OLD | NEW |