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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 'chromium.perf': { | 298 'chromium.perf': { |
299 'Android Builder': 'official_goma_minimal_symbols_android', | 299 'Android Builder': 'official_goma_minimal_symbols_android', |
300 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64', | 300 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64', |
301 'Linux Builder': 'official_goma', | 301 'Linux Builder': 'official_goma', |
302 'Mac Builder': 'official_goma', | 302 'Mac Builder': 'official_goma', |
303 'Win Builder': 'official_goma_x86', | 303 'Win Builder': 'official_goma_x86', |
304 'Win x64 Builder': 'official_goma', | 304 'Win x64 Builder': 'official_goma', |
305 }, | 305 }, |
306 | 306 |
307 'chromium.perf.fyi': { | 307 'chromium.perf.fyi': { |
| 308 'Android Builder FYI': 'official_goma_minimal_symbols_android', |
308 'Win Builder FYI': 'official_goma', | 309 'Win Builder FYI': 'official_goma', |
309 'Win Clang Builder': 'official_goma_minimal_symbols_clang', | 310 'Win Clang Builder': 'official_goma_minimal_symbols_clang', |
310 }, | 311 }, |
311 | 312 |
312 'client.nacl.sdk': { | 313 'client.nacl.sdk': { |
313 'linux-sdk-asan-multi': 'release_bot', | 314 'linux-sdk-asan-multi': 'release_bot', |
314 'linux-sdk-multi': 'release_bot', | 315 'linux-sdk-multi': 'release_bot', |
315 'linux-sdk-multirel': 'release_bot', | 316 'linux-sdk-multirel': 'release_bot', |
316 'mac-sdk-multi': 'release_bot', | 317 'mac-sdk-multi': 'release_bot', |
317 'mac-sdk-multirel': 'release_bot', | 318 'mac-sdk-multirel': 'release_bot', |
(...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1774 'gn_args': 'target_cpu="x86"', | 1775 'gn_args': 'target_cpu="x86"', |
1775 }, | 1776 }, |
1776 | 1777 |
1777 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1778 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
1778 | 1779 |
1779 'drmemory': { | 1780 'drmemory': { |
1780 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1781 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
1781 }, | 1782 }, |
1782 }, | 1783 }, |
1783 } | 1784 } |
OLD | NEW |