| 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot', | 520 'linux_chromium_chromeos_msan_rel_ng': 'chromeos_msan_release_bot', |
| 521 'linux_chromium_chromeos_ozone_rel_ng': 'chromeos_with_codecs_ozone_releas
e_trybot', | 521 'linux_chromium_chromeos_ozone_rel_ng': 'chromeos_with_codecs_ozone_releas
e_trybot', |
| 522 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot', | 522 'linux_chromium_chromeos_rel_ng': 'chromeos_with_codecs_release_trybot', |
| 523 'linux_chromium_clobber_rel_ng': 'release_trybot', | 523 'linux_chromium_clobber_rel_ng': 'release_trybot', |
| 524 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', | 524 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', |
| 525 'linux_chromium_compile_dbg_ng': 'debug_trybot', | 525 'linux_chromium_compile_dbg_ng': 'debug_trybot', |
| 526 'linux_chromium_compile_rel_ng': 'release_trybot', | 526 'linux_chromium_compile_rel_ng': 'release_trybot', |
| 527 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', | 527 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', |
| 528 'linux_chromium_dbg_ng': 'debug_trybot', | 528 'linux_chromium_dbg_ng': 'debug_trybot', |
| 529 'linux_chromium_gn_upload': 'gn_linux_upload', | 529 'linux_chromium_gn_upload': 'gn_linux_upload', |
| 530 'linux_chromium_headless_dbg': '//build/args/bots/tryserver.chromium.linux
/headless_linux_dbg_trybot.gn', | 530 'linux_chromium_headless_dbg': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_dbg.gn', |
| 531 'linux_chromium_headless_rel': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_rel.gn', |
| 531 | 532 |
| 532 # This is intentionally a release_bot and not a release_trybot; | 533 # This is intentionally a release_bot and not a release_trybot; |
| 533 # enabling DCHECKs seems to cause flaky failures that don't show up | 534 # enabling DCHECKs seems to cause flaky failures that don't show up |
| 534 # on the continuous builder. | 535 # on the continuous builder. |
| 535 'linux_chromium_msan_rel_ng': 'msan_release_bot', | 536 'linux_chromium_msan_rel_ng': 'msan_release_bot', |
| 536 | 537 |
| 537 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', | 538 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', |
| 538 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', | 539 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', |
| 539 | 540 |
| 540 # This is 'release_bot' rather than 'release_trybot' because | 541 # This is 'release_bot' rather than 'release_trybot' because |
| (...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1810 'gn_args': 'target_cpu="x86"', | 1811 'gn_args': 'target_cpu="x86"', |
| 1811 }, | 1812 }, |
| 1812 | 1813 |
| 1813 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1814 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 1814 | 1815 |
| 1815 'drmemory': { | 1816 'drmemory': { |
| 1816 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1817 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1817 }, | 1818 }, |
| 1818 }, | 1819 }, |
| 1819 } | 1820 } |
| OLD | NEW |