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

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

Issue 2094543002: Flip "Linux ChromeOS MSan Builder" on memory.fyi back to GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'Linux ASan Tests (sandboxed)': 'none', 369 'Linux ASan Tests (sandboxed)': 'none',
370 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot', 370 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot',
371 'Mac ASan 64 Tests (1)': 'none', 371 'Mac ASan 64 Tests (1)': 'none',
372 'Linux Chromium OS ASan LSan Builder': 372 'Linux Chromium OS ASan LSan Builder':
373 'swarming_asan_lsan_chromeos_gn_release_bot', 373 'swarming_asan_lsan_chromeos_gn_release_bot',
374 'Linux Chromium OS ASan LSan Tests (1)': 'none', 374 'Linux Chromium OS ASan LSan Tests (1)': 'none',
375 }, 375 },
376 376
377 'chromium.memory.fyi': { 377 'chromium.memory.fyi': {
378 'Chromium Linux ChromeOS MSan Builder': 378 'Chromium Linux ChromeOS MSan Builder':
379 'swarming_gn_chromeos_msan_release_bot', 379 'swarming_gyp_chromeos_msan_release_bot',
380 'Chromium Linux MSan Builder': 380 'Chromium Linux MSan Builder':
381 'swarming_msan_gn_release_bot', 381 'swarming_msan_gn_release_bot',
382 'Chromium Linux TSan Builder': 382 'Chromium Linux TSan Builder':
383 'swarming_tsan_disable_nacl_gn_release_bot', 383 'swarming_tsan_disable_nacl_gn_release_bot',
384 'Chromium Windows Builder (DrMemory x64)': 384 'Chromium Windows Builder (DrMemory x64)':
385 'gyp_drmemory_shared_release_x64', 385 'gyp_drmemory_shared_release_x64',
386 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86', 386 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
387 'Linux ChromeOS MSan Tests': 'none', 387 'Linux ChromeOS MSan Tests': 'none',
388 'Linux MSan Tests': 'none', 388 'Linux MSan Tests': 'none',
389 'Linux TSan Tests': 'none', 389 'Linux TSan Tests': 'none',
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [ 1683 'swarming_gyp_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release': [
1684 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap', 1684 'swarming', 'gyp', 'asan', 'clang_tot', 'fuzzer', 'static', 'v8_heap',
1685 'full_symbols', 'release', 1685 'full_symbols', 'release',
1686 ], 1686 ],
1687 1687
1688 'swarming_gyp_asan_clang_tot_full_symbols_static_release': [ 1688 'swarming_gyp_asan_clang_tot_full_symbols_static_release': [
1689 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static', 1689 'swarming', 'gyp', 'asan', 'clang_tot', 'full_symbols', 'static',
1690 'release', 1690 'release',
1691 ], 1691 ],
1692 1692
1693 'swarming_gn_chromeos_msan_release_bot': [ 1693 'swarming_gyp_chromeos_msan_release_bot': [
1694 'swarming', 'gn', 'chromeos', 'msan', 'release_bot', 1694 'swarming', 'gyp', 'chromeos', 'msan', 'release_bot',
1695 ], 1695 ],
1696 1696
1697 'swarming_gyp_clang_debug_bot_minimal_symbols_x86': [ 1697 'swarming_gyp_clang_debug_bot_minimal_symbols_x86': [
1698 'swarming', 'gyp', 'clang', 'debug_bot', 'minimal_symbols', 'x86', 1698 'swarming', 'gyp', 'clang', 'debug_bot', 'minimal_symbols', 'x86',
1699 ], 1699 ],
1700 1700
1701 'swarming_gyp_clang_debug_trybot_x86': [ 1701 'swarming_gyp_clang_debug_trybot_x86': [
1702 'swarming', 'gyp', 'clang', 'debug_trybot', 'x86', 1702 'swarming', 'gyp', 'clang', 'debug_trybot', 'x86',
1703 ], 1703 ],
1704 1704
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2276 }, 2276 },
2277 2277
2278 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2278 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2279 2279
2280 'drmemory': { 2280 'drmemory': {
2281 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2281 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2282 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2282 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2283 }, 2283 },
2284 }, 2284 },
2285 } 2285 }
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