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

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

Issue 2191323004: Copy memory.fyi definitions to memory.full. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 4 years, 4 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 | « testing/buildbot/chromium.memory.full.json ('k') | 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'Windows Content Browser (DrMemory)': 'none', 444 'Windows Content Browser (DrMemory)': 'none',
445 'Windows Unit (DrMemory full) (1)': 'none', 445 'Windows Unit (DrMemory full) (1)': 'none',
446 'Windows Unit (DrMemory full) (2)': 'none', 446 'Windows Unit (DrMemory full) (2)': 'none',
447 'Windows Unit (DrMemory full) (3)': 'none', 447 'Windows Unit (DrMemory full) (3)': 'none',
448 'Windows Unit (DrMemory full) (4)': 'none', 448 'Windows Unit (DrMemory full) (4)': 'none',
449 'Windows Unit (DrMemory full) (5)': 'none', 449 'Windows Unit (DrMemory full) (5)': 'none',
450 'Windows Unit (DrMemory x64)': 'none', 450 'Windows Unit (DrMemory x64)': 'none',
451 'Windows Unit (DrMemory)': 'none', 451 'Windows Unit (DrMemory)': 'none',
452 }, 452 },
453 453
454 'chromium.memory.full': {
455 'Chromium Linux ChromeOS MSan Builder':
456 'swarming_gn_chromeos_msan_release_bot',
457 'Chromium Linux MSan Builder':
458 'swarming_msan_gn_release_bot',
459 'Chromium Linux TSan Builder':
460 'swarming_tsan_disable_nacl_gn_release_bot',
461 'Chromium Windows Builder (DrMemory x64)':
462 'gyp_drmemory_shared_release_x64',
463 'Chromium Windows Builder (DrMemory)': 'gyp_drmemory_shared_release_x86',
464 'Linux ChromeOS MSan Tests': 'none',
465 'Linux MSan Tests': 'none',
466 'Linux TSan Tests': 'none',
467 'Windows Browser (DrMemory full) (1)': 'none',
468 'Windows Browser (DrMemory full) (10)': 'none',
469 'Windows Browser (DrMemory full) (11)': 'none',
470 'Windows Browser (DrMemory full) (12)': 'none',
471 'Windows Browser (DrMemory full) (2)': 'none',
472 'Windows Browser (DrMemory full) (3)': 'none',
473 'Windows Browser (DrMemory full) (4)': 'none',
474 'Windows Browser (DrMemory full) (5)': 'none',
475 'Windows Browser (DrMemory full) (6)': 'none',
476 'Windows Browser (DrMemory full) (7)': 'none',
477 'Windows Browser (DrMemory full) (8)': 'none',
478 'Windows Browser (DrMemory full) (9)': 'none',
479 'Windows Content Browser (DrMemory full) (1)': 'none',
480 'Windows Content Browser (DrMemory full) (2)': 'none',
481 'Windows Content Browser (DrMemory full) (3)': 'none',
482 'Windows Content Browser (DrMemory full) (4)': 'none',
483 'Windows Content Browser (DrMemory full) (5)': 'none',
484 'Windows Content Browser (DrMemory full) (6)': 'none',
485 'Windows Content Browser (DrMemory)': 'none',
486 'Windows Unit (DrMemory full) (1)': 'none',
487 'Windows Unit (DrMemory full) (2)': 'none',
488 'Windows Unit (DrMemory full) (3)': 'none',
489 'Windows Unit (DrMemory full) (4)': 'none',
490 'Windows Unit (DrMemory full) (5)': 'none',
491 'Windows Unit (DrMemory x64)': 'none',
492 'Windows Unit (DrMemory)': 'none',
493 },
494
454 'chromium.perf': { 495 'chromium.perf': {
455 'Android Builder': 'gn_official_goma_minimal_symbols_android', 496 'Android Builder': 'gn_official_goma_minimal_symbols_android',
456 'Android Galaxy S5 Perf (1)': 'none', 497 'Android Galaxy S5 Perf (1)': 'none',
457 'Android Galaxy S5 Perf (2)': 'none', 498 'Android Galaxy S5 Perf (2)': 'none',
458 'Android Galaxy S5 Perf (3)': 'none', 499 'Android Galaxy S5 Perf (3)': 'none',
459 'Android Nexus5 Perf (1)': 'none', 500 'Android Nexus5 Perf (1)': 'none',
460 'Android Nexus5 Perf (2)': 'none', 501 'Android Nexus5 Perf (2)': 'none',
461 'Android Nexus5 Perf (3)': 'none', 502 'Android Nexus5 Perf (3)': 'none',
462 'Android Nexus5X Perf (1)': 'none', 503 'Android Nexus5X Perf (1)': 'none',
463 'Android Nexus5X Perf (2)': 'none', 504 'Android Nexus5X Perf (2)': 'none',
(...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 }, 2414 },
2374 2415
2375 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2416 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2376 2417
2377 'drmemory': { 2418 'drmemory': {
2378 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2419 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2379 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2420 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2380 }, 2421 },
2381 }, 2422 },
2382 } 2423 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.full.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698