Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2334963002: Add NaCl SDK bots to mbconfig.pyl (Closed)
Patch Set: . Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'Win 8 Perf (5)': 'none', 611 'Win 8 Perf (5)': 'none',
612 'Win Builder': 'gn_official_goma_minimal_symbols_x86', 612 'Win Builder': 'gn_official_goma_minimal_symbols_x86',
613 'Win Zenbook Perf (1)': 'none', 613 'Win Zenbook Perf (1)': 'none',
614 'Win Zenbook Perf (2)': 'none', 614 'Win Zenbook Perf (2)': 'none',
615 'Win Zenbook Perf (3)': 'none', 615 'Win Zenbook Perf (3)': 'none',
616 'Win Zenbook Perf (4)': 'none', 616 'Win Zenbook Perf (4)': 'none',
617 'Win Zenbook Perf (5)': 'none', 617 'Win Zenbook Perf (5)': 'none',
618 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64', 618 'Win x64 Builder': 'gn_official_goma_minimal_symbols_x64',
619 }, 619 },
620 620
621 'client.nacl.sdk': {
622 'linux-sdk-asan-multi': 'gn_release_bot',
623 'linux-sdk-multi': 'gn_release_bot',
624 'linux-sdk-multirel': 'gn_release_bot',
625 'mac-sdk-multi': 'gn_release_bot',
626 'mac-sdk-multirel': 'gn_release_bot',
627 'windows-sdk-multi': 'gn_release_bot_minimal_symbols_x86',
628 'windows-sdk-multirel': 'gn_release_bot_minimal_symbols_x86',
629 },
630
621 'client.v8.fyi': { 631 'client.v8.fyi': {
622 'Android Builder': 'gn_official_goma_minimal_symbols_android', 632 'Android Builder': 'gn_official_goma_minimal_symbols_android',
623 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot', 633 'Chromium ASAN - debug': 'gn_asan_lsan_edge_debug_bot',
624 'Chromium ASAN (symbolized)': 634 'Chromium ASAN (symbolized)':
625 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', 635 'gn_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
626 'Chromium Win SyzyASAN': 'gn_syzyasan_no_pch_release_x86', 636 'Chromium Win SyzyASAN': 'gn_syzyasan_no_pch_release_x86',
627 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot', 637 'Linux ASAN Builder': 'swarming_asan_lsan_gn_release_bot',
628 'Linux Debug Builder': 'gn_debug_bot', 638 'Linux Debug Builder': 'gn_debug_bot',
629 'Linux Snapshot Builder': 'gn_release_bot', 639 'Linux Snapshot Builder': 'gn_release_bot',
630 'V8 Android GN (dbg)': 'android_gn_debug_bot', 640 'V8 Android GN (dbg)': 'android_gn_debug_bot',
(...skipping 1869 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 }, 2510 },
2501 2511
2502 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2512 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2503 2513
2504 'drmemory': { 2514 'drmemory': {
2505 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2515 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2506 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2516 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2507 }, 2517 },
2508 }, 2518 },
2509 } 2519 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698