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 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1315 | 1315 |
1316 'official_syzyasan_x86': [ | 1316 'official_syzyasan_x86': [ |
1317 'official', 'syzyasan', 'x86', | 1317 'official', 'syzyasan', 'x86', |
1318 ], | 1318 ], |
1319 | 1319 |
1320 'official_x86': [ | 1320 'official_x86': [ |
1321 'official', 'x86', | 1321 'official', 'x86', |
1322 ], | 1322 ], |
1323 | 1323 |
1324 'release_bot_ozone_linux': [ | 1324 'release_bot_ozone_linux': [ |
1325 'release_bot', 'ozone_linux', | 1325 'release_bot', 'ozone', 'ozone_linux', |
1326 ], | 1326 ], |
1327 | 1327 |
1328 'release_afl_asan': [ | 1328 'release_afl_asan': [ |
1329 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', | 1329 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', |
1330 ], | 1330 ], |
1331 | 1331 |
1332 'release_bot': [ | 1332 'release_bot': [ |
1333 'release_bot', | 1333 'release_bot', |
1334 ], | 1334 ], |
1335 | 1335 |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1829 'gn_args': 'target_cpu="x86"', | 1829 'gn_args': 'target_cpu="x86"', |
1830 }, | 1830 }, |
1831 | 1831 |
1832 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1832 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
1833 | 1833 |
1834 'drmemory': { | 1834 'drmemory': { |
1835 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1835 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
1836 }, | 1836 }, |
1837 }, | 1837 }, |
1838 } | 1838 } |
OLD | NEW |