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 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1115 | 1115 |
1116 'debug_bot': [ | 1116 'debug_bot': [ |
1117 'debug_bot', | 1117 'debug_bot', |
1118 ], | 1118 ], |
1119 | 1119 |
1120 'debug_bot_x86': [ | 1120 'debug_bot_x86': [ |
1121 'debug_bot', 'x86', | 1121 'debug_bot', 'x86', |
1122 ], | 1122 ], |
1123 | 1123 |
1124 'debug_libfuzzer_asan': [ | 1124 'debug_libfuzzer_asan': [ |
1125 'debug', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl'
, | 1125 'debug', 'libfuzzer', 'asan', 'lsan', 'chromeos_codecs', 'pdf_xfa', 'disab
le_nacl', |
1126 ], | 1126 ], |
1127 | 1127 |
1128 'drmemory_shared_release': [ | 1128 'drmemory_shared_release': [ |
1129 'drmemory', 'shared', 'release', | 1129 'drmemory', 'shared', 'release', |
1130 ], | 1130 ], |
1131 | 1131 |
1132 'drmemory_shared_release_x86': [ | 1132 'drmemory_shared_release_x86': [ |
1133 'drmemory', 'shared', 'release', 'x86', | 1133 'drmemory', 'shared', 'release', 'x86', |
1134 ], | 1134 ], |
1135 | 1135 |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1350 | 1350 |
1351 'release_drmemory_drfuzz': [ | 1351 'release_drmemory_drfuzz': [ |
1352 'release', 'drmemory', 'drfuzz', 'chrome_with_codecs', | 1352 'release', 'drmemory', 'drfuzz', 'chrome_with_codecs', |
1353 ], | 1353 ], |
1354 | 1354 |
1355 'release_drmemory_drfuzz_x86': [ | 1355 'release_drmemory_drfuzz_x86': [ |
1356 'release', 'drmemory', 'drfuzz', 'x86', 'chrome_with_codecs', | 1356 'release', 'drmemory', 'drfuzz', 'x86', 'chrome_with_codecs', |
1357 ], | 1357 ], |
1358 | 1358 |
1359 'release_libfuzzer_asan': [ | 1359 'release_libfuzzer_asan': [ |
1360 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nac
l', 'optimize_for_fuzzing', | 1360 'release', 'libfuzzer', 'asan', 'lsan', 'chromeos_codecs', 'pdf_xfa', 'dis
able_nacl', 'optimize_for_fuzzing', |
1361 ], | 1361 ], |
1362 | 1362 |
1363 'release_libfuzzer_asan_clang_tot': [ | 1363 'release_libfuzzer_asan_clang_tot': [ |
1364 'clang_tot', 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa',
'disable_nacl', | 1364 'clang_tot', 'release', 'libfuzzer', 'asan', 'lsan', 'chromeos_codecs', 'p
df_xfa', 'disable_nacl', |
1365 ], | 1365 ], |
1366 | 1366 |
1367 'release_libfuzzer_mac_asan': [ | 1367 'release_libfuzzer_mac_asan': [ |
1368 'release', 'libfuzzer', 'asan', 'chrome_with_codecs', 'pdf_xfa', 'disable_
nacl', 'optimize_for_fuzzing', | 1368 'release', 'libfuzzer', 'asan', 'chrome_with_codecs', 'pdf_xfa', 'disable_
nacl', 'optimize_for_fuzzing', |
1369 ], | 1369 ], |
1370 | 1370 |
1371 'release_libfuzzer_msan': [ | 1371 'release_libfuzzer_msan': [ |
1372 'release', 'libfuzzer', 'msan', 'chromeos_codecs', 'pdf_xfa', 'disable_nac
l', 'optimize_for_fuzzing', | 1372 'release', 'libfuzzer', 'msan', 'chromeos_codecs', 'pdf_xfa', 'disable_nac
l', 'optimize_for_fuzzing', |
1373 ], | 1373 ], |
1374 | 1374 |
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1810 'gn_args': 'target_cpu="x86"', | 1810 'gn_args': 'target_cpu="x86"', |
1811 }, | 1811 }, |
1812 | 1812 |
1813 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, | 1813 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, |
1814 | 1814 |
1815 'drmemory': { | 1815 'drmemory': { |
1816 'gn_args': 'is_component_build=true enable_iterator_debugging=false', | 1816 'gn_args': 'is_component_build=true enable_iterator_debugging=false', |
1817 }, | 1817 }, |
1818 }, | 1818 }, |
1819 } | 1819 } |
OLD | NEW |