| 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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 'linux_chromium_headless_dbg': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_dbg.gn', | 532 'linux_chromium_headless_dbg': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_dbg.gn', |
| 533 'linux_chromium_headless_rel': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_rel.gn', | 533 'linux_chromium_headless_rel': '//build/args/bots/tryserver.chromium.linux
/linux_chromium_headless_rel.gn', |
| 534 | 534 |
| 535 # This is intentionally a release_bot and not a release_trybot; | 535 # This is intentionally a release_bot and not a release_trybot; |
| 536 # enabling DCHECKs seems to cause flaky failures that don't show up | 536 # enabling DCHECKs seems to cause flaky failures that don't show up |
| 537 # on the continuous builder. | 537 # on the continuous builder. |
| 538 'linux_chromium_msan_rel_ng': 'msan_release_bot', | 538 'linux_chromium_msan_rel_ng': 'msan_release_bot', |
| 539 | 539 |
| 540 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', | 540 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', |
| 541 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', | 541 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', |
| 542 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', |
| 542 | 543 |
| 543 # This is 'release_bot' rather than 'release_trybot' because | 544 # This is 'release_bot' rather than 'release_trybot' because |
| 544 # 'release_trybot' includes 'dcheck_always_on', which might cause | 545 # 'release_trybot' includes 'dcheck_always_on', which might cause |
| 545 # some layout test results to be different than for normal release | 546 # some layout test results to be different than for normal release |
| 546 # builds (and we only store baselines for release builds). | 547 # builds (and we only store baselines for release builds). |
| 547 'linux_layout_tests_slimming_paint_v2': 'release_bot', | 548 'linux_layout_tests_slimming_paint_v2': 'release_bot', |
| 548 | 549 |
| 549 'linux_nacl_sdk_build': 'release_bot', | 550 'linux_nacl_sdk_build': 'release_bot', |
| 550 'linux_nacl_sdk': 'release_bot', | 551 'linux_nacl_sdk': 'release_bot', |
| 551 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot', | 552 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot', |
| (...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1426 ], | 1427 ], |
| 1427 | 1428 |
| 1428 'ubsan_vptr_edge_release_bot': [ | 1429 'ubsan_vptr_edge_release_bot': [ |
| 1429 'ubsan_vptr', 'edge', 'release_bot', | 1430 'ubsan_vptr', 'edge', 'release_bot', |
| 1430 ], | 1431 ], |
| 1431 | 1432 |
| 1432 'ubsan_vptr_release_bot': [ | 1433 'ubsan_vptr_release_bot': [ |
| 1433 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', | 1434 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_bot', |
| 1434 ], | 1435 ], |
| 1435 | 1436 |
| 1437 'ubsan_vptr_release_trybot': [ |
| 1438 'ubsan_vptr', 'ubsan_no_recover_hack', 'release_trybot', |
| 1439 ], |
| 1440 |
| 1436 'win_clang_debug_bot': [ | 1441 'win_clang_debug_bot': [ |
| 1437 'clang', 'debug_bot', 'minimal_symbols', | 1442 'clang', 'debug_bot', 'minimal_symbols', |
| 1438 ], | 1443 ], |
| 1439 | 1444 |
| 1440 'windows_analyze': [ | 1445 'windows_analyze': [ |
| 1441 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', | 1446 'no_symbols', 'no_pch', 'shared', 'x86', 'win_analyze', |
| 1442 ], | 1447 ], |
| 1443 }, | 1448 }, |
| 1444 | 1449 |
| 1445 # This is a dict mapping a given 'mixin' name to a dict of settings that | 1450 # This is a dict mapping a given 'mixin' name to a dict of settings that |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1825 'gn_args': 'target_cpu="x86"', | 1830 'gn_args': 'target_cpu="x86"', |
| 1826 }, | 1831 }, |
| 1827 | 1832 |
| 1828 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1833 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 1829 | 1834 |
| 1830 'drmemory': { | 1835 'drmemory': { |
| 1831 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1836 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 1832 }, | 1837 }, |
| 1833 }, | 1838 }, |
| 1834 } | 1839 } |
| OLD | NEW |