| 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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 'Win 8 Perf (5)': 'none', | 601 'Win 8 Perf (5)': 'none', |
| 602 'Win Builder': 'gn_official_goma_minimal_symbols_x86', | 602 'Win Builder': 'gn_official_goma_minimal_symbols_x86', |
| 603 'Win Zenbook Perf (1)': 'none', | 603 'Win Zenbook Perf (1)': 'none', |
| 604 'Win Zenbook Perf (2)': 'none', | 604 'Win Zenbook Perf (2)': 'none', |
| 605 'Win Zenbook Perf (3)': 'none', | 605 'Win Zenbook Perf (3)': 'none', |
| 606 'Win Zenbook Perf (4)': 'none', | 606 'Win Zenbook Perf (4)': 'none', |
| 607 'Win Zenbook Perf (5)': 'none', | 607 'Win Zenbook Perf (5)': 'none', |
| 608 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', | 608 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', |
| 609 }, | 609 }, |
| 610 | 610 |
| 611 'client.nacl.sdk': { |
| 612 'linux-sdk-asan-multi': 'gn_release_bot', |
| 613 'linux-sdk-multi': 'gn_release_bot', |
| 614 'linux-sdk-multirel': 'gn_release_bot', |
| 615 'mac-sdk-multi': 'gn_release_bot', |
| 616 'mac-sdk-multirel': 'gn_release_bot', |
| 617 'windows-sdk-multi': 'gn_release_bot_minimal_symbols_x86', |
| 618 'windows-sdk-multirel': 'gn_release_bot_minimal_symbols_x86', |
| 619 }, |
| 620 |
| 611 'client.v8.fyi': { | 621 'client.v8.fyi': { |
| 612 'Android Builder': 'gn_official_goma_minimal_symbols_android', | 622 'Android Builder': 'gn_official_goma_minimal_symbols_android', |
| 613 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot', | 623 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot', |
| 614 'Chromium ASAN (symbolized)': | 624 'Chromium ASAN (symbolized)': |
| 615 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', | 625 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', |
| 616 'Chromium Win SyzyASAN': 'gn_syzyasan_no_pch_release_x86', | 626 'Chromium Win SyzyASAN': 'gn_syzyasan_no_pch_release_x86', |
| 617 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot', | 627 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot', |
| 618 'Linux Debug Builder': 'gn_debug_bot', | 628 'Linux Debug Builder': 'gn_debug_bot', |
| 619 'Linux Snapshot Builder': 'gn_release_bot', | 629 'Linux Snapshot Builder': 'gn_release_bot', |
| 620 'V8 Android GN (dbg)': 'android_gn_debug_bot', | 630 'V8 Android GN (dbg)': 'android_gn_debug_bot', |
| (...skipping 1848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2469 }, | 2479 }, |
| 2470 | 2480 |
| 2471 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2481 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2472 | 2482 |
| 2473 'drmemory': { | 2483 'drmemory': { |
| 2474 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2484 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2475 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2485 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2476 }, | 2486 }, |
| 2477 }, | 2487 }, |
| 2478 } | 2488 } |
| OLD | NEW |