| 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 'Windows Content Browser (DrMemory)': 'none', | 502 'Windows Content Browser (DrMemory)': 'none', |
| 503 'Windows Unit (DrMemory full) (1)': 'none', | 503 'Windows Unit (DrMemory full) (1)': 'none', |
| 504 'Windows Unit (DrMemory full) (2)': 'none', | 504 'Windows Unit (DrMemory full) (2)': 'none', |
| 505 'Windows Unit (DrMemory full) (3)': 'none', | 505 'Windows Unit (DrMemory full) (3)': 'none', |
| 506 'Windows Unit (DrMemory full) (4)': 'none', | 506 'Windows Unit (DrMemory full) (4)': 'none', |
| 507 'Windows Unit (DrMemory full) (5)': 'none', | 507 'Windows Unit (DrMemory full) (5)': 'none', |
| 508 'Windows Unit (DrMemory x64)': 'none', | 508 'Windows Unit (DrMemory x64)': 'none', |
| 509 'Windows Unit (DrMemory)': 'none', | 509 'Windows Unit (DrMemory)': 'none', |
| 510 }, | 510 }, |
| 511 | 511 |
| 512 'chromium.perf.fyi': { |
| 513 'Win 10 Low-End 2 Core Perf': 'none', |
| 514 'Win 10 Low-End 4 Core Perf': 'none', |
| 515 }, |
| 516 |
| 512 'chromium.perf': { | 517 'chromium.perf': { |
| 513 'Android Builder': 'gn_official_goma_minimal_symbols_android', | 518 'Android Builder': 'gn_official_goma_minimal_symbols_android', |
| 514 'Android Galaxy S5 Perf (1)': 'none', | 519 'Android Galaxy S5 Perf (1)': 'none', |
| 515 'Android Galaxy S5 Perf (2)': 'none', | 520 'Android Galaxy S5 Perf (2)': 'none', |
| 516 'Android Galaxy S5 Perf (3)': 'none', | 521 'Android Galaxy S5 Perf (3)': 'none', |
| 517 'Android Nexus5 Perf (1)': 'none', | 522 'Android Nexus5 Perf (1)': 'none', |
| 518 'Android Nexus5 Perf (2)': 'none', | 523 'Android Nexus5 Perf (2)': 'none', |
| 519 'Android Nexus5 Perf (3)': 'none', | 524 'Android Nexus5 Perf (3)': 'none', |
| 520 'Android Nexus5X Perf (1)': 'none', | 525 'Android Nexus5X Perf (1)': 'none', |
| 521 'Android Nexus5X Perf (2)': 'none', | 526 'Android Nexus5X Perf (2)': 'none', |
| (...skipping 1946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2468 }, | 2473 }, |
| 2469 | 2474 |
| 2470 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 2475 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
| 2471 | 2476 |
| 2472 'drmemory': { | 2477 'drmemory': { |
| 2473 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 2478 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
| 2474 'gyp_defines': 'component=shared_library build_for_tool=drmemory', | 2479 'gyp_defines': 'component=shared_library build_for_tool=drmemory', |
| 2475 }, | 2480 }, |
| 2476 }, | 2481 }, |
| 2477 } | 2482 } |
| OLD | NEW |