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

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

Issue 2349573002: Add new perf.fyi builder to mb_config.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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'Windows Unit (DrMemory full) (3)': 'none', 512 'Windows Unit (DrMemory full) (3)': 'none',
513 'Windows Unit (DrMemory full) (4)': 'none', 513 'Windows Unit (DrMemory full) (4)': 'none',
514 'Windows Unit (DrMemory full) (5)': 'none', 514 'Windows Unit (DrMemory full) (5)': 'none',
515 'Windows Unit (DrMemory x64)': 'none', 515 'Windows Unit (DrMemory x64)': 'none',
516 'Windows Unit (DrMemory)': 'none', 516 'Windows Unit (DrMemory)': 'none',
517 }, 517 },
518 518
519 'chromium.perf.fyi': { 519 'chromium.perf.fyi': {
520 'Win 10 Low-End 2 Core Perf': 'none', 520 'Win 10 Low-End 2 Core Perf': 'none',
521 'Win 10 Low-End 4 Core Perf': 'none', 521 'Win 10 Low-End 4 Core Perf': 'none',
522 'Win Builder': 'gn_official_goma_minimal_symbols_x64',
522 }, 523 },
523 524
524 'chromium.perf': { 525 'chromium.perf': {
525 'Android Builder': 'gn_official_goma_minimal_symbols_android', 526 'Android Builder': 'gn_official_goma_minimal_symbols_android',
526 'Android Galaxy S5 Perf (1)': 'none', 527 'Android Galaxy S5 Perf (1)': 'none',
527 'Android Galaxy S5 Perf (2)': 'none', 528 'Android Galaxy S5 Perf (2)': 'none',
528 'Android Galaxy S5 Perf (3)': 'none', 529 'Android Galaxy S5 Perf (3)': 'none',
529 'Android Nexus5 Perf (1)': 'none', 530 'Android Nexus5 Perf (1)': 'none',
530 'Android Nexus5 Perf (2)': 'none', 531 'Android Nexus5 Perf (2)': 'none',
531 'Android Nexus5 Perf (3)': 'none', 532 'Android Nexus5 Perf (3)': 'none',
(...skipping 1989 matching lines...) Expand 10 before | Expand all | Expand 10 after
2521 }, 2522 },
2522 2523
2523 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2524 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2524 2525
2525 'drmemory': { 2526 'drmemory': {
2526 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2527 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2527 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2528 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2528 }, 2529 },
2529 }, 2530 },
2530 } 2531 }
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