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

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

Issue 1915833004: Flip all remaining Linux x86 (32-bit) bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 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 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'Android Asan Builder Tests (dbg)': 109 'Android Asan Builder Tests (dbg)':
110 'android_asan_gn_clang_debug_bot_minimal_symbols', 110 'android_asan_gn_clang_debug_bot_minimal_symbols',
111 'Android Builder (dbg)': 'android_gn_debug_static_bot', 111 'Android Builder (dbg)': 'android_gn_debug_static_bot',
112 'Browser Side Navigation Linux': 'gyp_release_bot', 112 'Browser Side Navigation Linux': 'gyp_release_bot',
113 'CFI Linux CF': 'gn_cfi_diag_release_bot', 113 'CFI Linux CF': 'gn_cfi_diag_release_bot',
114 'CFI Linux ToT': 'gn_cfi_release_bot', 114 'CFI Linux ToT': 'gn_cfi_release_bot',
115 'CFI Linux': 'gn_cfi_release_bot', 115 'CFI Linux': 'gn_cfi_release_bot',
116 'Chromium Linux Goma Canary': 'gn_release_bot', 116 'Chromium Linux Goma Canary': 'gn_release_bot',
117 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', 117 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot',
118 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', 118 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot',
119 'Chromium Linux32 Goma Canary (clobber)': 'gyp_release_bot_x86', 119 'Chromium Linux32 Goma Canary (clobber)': 'gn_release_bot_x86',
120 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot', 120 'Chromium Mac 10.10 MacViews': 'mac_views_browser_gyp_release_bot',
121 'Chromium Mac 10.11': 'gyp_release_bot', 121 'Chromium Mac 10.11': 'gyp_release_bot',
122 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot', 122 'Chromium Mac 10.11 Force Mac Toolchain': 'gyp_release_bot',
123 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot', 123 'Chromium Mac 10.9 Goma Canary': 'gyp_release_bot',
124 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot', 124 'Chromium Mac 10.9 Goma Canary (clobber)': 'gyp_release_bot',
125 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot', 125 'Chromium Mac 10.9 Goma Canary (dbg)': 'gyp_debug_bot',
126 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot', 126 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'gyp_debug_bot',
127 'Chromium Win PGO Builder': 'gyp_official_winpgo', 127 'Chromium Win PGO Builder': 'gyp_official_winpgo',
128 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64', 128 'Chromium Win x64 PGO Builder': 'gyp_official_winpgo_x64',
129 'Chromium Windows Analyze': 'gn_windows_analyze', 129 'Chromium Windows Analyze': 'gn_windows_analyze',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols', 283 'Android Builder': 'swarming_android_gyp_release_bot_minimal_symbols',
284 'Android Clang Builder (dbg)': 284 'Android Clang Builder (dbg)':
285 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols', 285 'android_clang_asan_findbugs_gyp_debug_bot_minimal_symbols',
286 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols', 286 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols',
287 'Android GN': 'android_gn_release_bot_minimal_symbols', 287 'Android GN': 'android_gn_release_bot_minimal_symbols',
288 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot', 288 'Android Tests (dbg)': 'swarming_android_gyp_debug_static_bot',
289 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols', 289 'Android Tests': 'swarming_android_gyp_release_bot_minimal_symbols',
290 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot', 290 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot',
291 'Cast Linux': 'cast_gn_release_bot', 291 'Cast Linux': 'cast_gn_release_bot',
292 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 292 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
293 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 293 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_no_symbols_x86',
294 'Linux Builder': 'swarming_gn_release_bot', 294 'Linux Builder': 'swarming_gn_release_bot',
295 'Linux Tests (dbg)(1)': 'none', 295 'Linux Tests (dbg)(1)': 'none',
296 'Linux Tests (dbg)(1)(32)': 'none', 296 'Linux Tests (dbg)(1)(32)': 'none',
297 'Linux Tests': 'none', 297 'Linux Tests': 'none',
298 }, 298 },
299 299
300 'chromium.lkgr': { 300 'chromium.lkgr': {
301 'ASAN Debug': 'gyp_asan_lsan_edge_fuzzer_debug_bot', 301 'ASAN Debug': 'gyp_asan_lsan_edge_fuzzer_debug_bot',
302 'ASAN Release (symbolized)': 302 'ASAN Release (symbolized)':
303 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot', 303 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'linux_chromium_chromeos_dbg_ng': 702 'linux_chromium_chromeos_dbg_ng':
703 'swarming_chromeos_gyp_debug_trybot', 703 'swarming_chromeos_gyp_debug_trybot',
704 'linux_chromium_chromeos_msan_rel_ng': 704 'linux_chromium_chromeos_msan_rel_ng':
705 'swarming_msan_gyp_release_trybot', 705 'swarming_msan_gyp_release_trybot',
706 'linux_chromium_chromeos_ozone_rel_ng': 706 'linux_chromium_chromeos_ozone_rel_ng':
707 'swarming_chromeos_gyp_ozone_release_trybot', 707 'swarming_chromeos_gyp_ozone_release_trybot',
708 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot', 708 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
709 'linux_chromium_chromeos_variable': 'findit', 709 'linux_chromium_chromeos_variable': 'findit',
710 'linux_chromium_chromeos_variable_chrome': 'findit', 710 'linux_chromium_chromeos_variable_chrome': 'findit',
711 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', 711 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
712 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 712 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
713 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 713 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
714 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 714 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
715 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 715 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
716 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 716 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
717 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 717 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
718 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', 718 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
719 'linux_chromium_gn_chromeos_variable': 'findit', 719 'linux_chromium_gn_chromeos_variable': 'findit',
720 'linux_chromium_gn_upload': 'gn_linux_upload', 720 'linux_chromium_gn_upload': 'gn_linux_upload',
721 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 721 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
722 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', 722 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
723 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 723 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
724 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', 724 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
725 'linux_chromium_tsan_rel_ng': 725 'linux_chromium_tsan_rel_ng':
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 ], 1111 ],
1112 1112
1113 'gn_official_goma_minimal_symbols_android_arm64': [ 1113 'gn_official_goma_minimal_symbols_android_arm64': [
1114 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64', 1114 'gn', 'official', 'goma', 'minimal_symbols', 'android', 'arm64',
1115 ], 1115 ],
1116 1116
1117 'gn_release_bot': [ 1117 'gn_release_bot': [
1118 'gn', 'release_bot', 1118 'gn', 'release_bot',
1119 ], 1119 ],
1120 1120
1121 'gn_release_bot_x86': [
1122 'gn', 'release_bot', 'x86',
1123 ],
1124
1121 'gn_release_bot_minimal_symbols': [ 1125 'gn_release_bot_minimal_symbols': [
1122 'gn', 'release_bot_minimal_symbols', 1126 'gn', 'release_bot_minimal_symbols',
1123 ], 1127 ],
1124 1128
1125 'gn_release_bot_minimal_symbols_x86': [ 1129 'gn_release_bot_minimal_symbols_x86': [
1126 'gn', 'release_bot_minimal_symbols', 'x86', 1130 'gn', 'release_bot_minimal_symbols', 'x86',
1127 ], 1131 ],
1128 1132
1129 'gn_release_trybot': [ 1133 'gn_release_trybot': [
1130 'gn', 'release_trybot', 1134 'gn', 'release_trybot',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 ], 1306 ],
1303 1307
1304 'gyp_release_bot': [ 1308 'gyp_release_bot': [
1305 'gyp', 'release_bot', 1309 'gyp', 'release_bot',
1306 ], 1310 ],
1307 1311
1308 'gyp_release_bot_android': [ 1312 'gyp_release_bot_android': [
1309 'gyp', 'release_bot', 'android', 1313 'gyp', 'release_bot', 'android',
1310 ], 1314 ],
1311 1315
1312 'gyp_release_bot_x86': [
1313 'gyp', 'release_bot', 'x86',
1314 ],
1315
1316 'gyp_release_trybot': [ 1316 'gyp_release_trybot': [
1317 'gyp', 'release_trybot', 1317 'gyp', 'release_trybot',
1318 ], 1318 ],
1319 1319
1320 'gyp_release_trybot_x64': [ 1320 'gyp_release_trybot_x64': [
1321 'gyp', 'release_trybot', 'x64', 1321 'gyp', 'release_trybot', 'x64',
1322 ], 1322 ],
1323 1323
1324 'gn_release_libfuzzer_asan': [ 1324 'gn_release_libfuzzer_asan': [
1325 'gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa', 1325 'gn', 'release', 'libfuzzer', 'asan', 'proprietary_codecs', 'pdf_xfa',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1658 1658
1659 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86': [ 1659 'swarming_gpu_tests_gyp_release_trybot_minimal_symbols_x86': [
1660 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'minimal_symbols', 1660 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 'minimal_symbols',
1661 'x86', 1661 'x86',
1662 ], 1662 ],
1663 1663
1664 'swarming_gn_debug_bot': [ 1664 'swarming_gn_debug_bot': [
1665 'swarming', 'gn', 'debug_bot', 1665 'swarming', 'gn', 'debug_bot',
1666 ], 1666 ],
1667 1667
1668 'swarming_gn_debug_bot_no_symbols_x86': [
1669 'swarming', 'gn', 'debug_bot', 'no_symbols', 'x86',
1670 ],
1671
1672 'swarming_gn_debug_trybot_x86': [
1673 'swarming', 'gn', 'debug_trybot', 'x86',
1674 ],
1675
1668 'swarming_gn_debug_bot_minimal_symbols_x64': [ 1676 'swarming_gn_debug_bot_minimal_symbols_x64': [
1669 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64', 1677 'swarming', 'gn', 'debug_bot_minimal_symbols', 'x64',
1670 ], 1678 ],
1671 1679
1672 'swarming_gn_debug_bot_x64': [ 1680 'swarming_gn_debug_bot_x64': [
1673 'swarming', 'gn', 'debug_bot', 'x64', 1681 'swarming', 'gn', 'debug_bot', 'x64',
1674 ], 1682 ],
1675 1683
1676 'swarming_gn_debug_trybot': [ 1684 'swarming_gn_debug_trybot': [
1677 'swarming', 'gn', 'debug_trybot', 1685 'swarming', 'gn', 'debug_trybot',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 ], 1743 ],
1736 1744
1737 'swarming_gyp_debug_bot_minimal_symbols_x64': [ 1745 'swarming_gyp_debug_bot_minimal_symbols_x64': [
1738 'swarming', 'gyp', 'debug_bot_minimal_symbols', 'x64', 1746 'swarming', 'gyp', 'debug_bot_minimal_symbols', 'x64',
1739 ], 1747 ],
1740 1748
1741 'swarming_gyp_debug_bot_minimal_symbols_x86': [ 1749 'swarming_gyp_debug_bot_minimal_symbols_x86': [
1742 'swarming', 'gyp', 'debug_bot_minimal_symbols', 'x86', 1750 'swarming', 'gyp', 'debug_bot_minimal_symbols', 'x86',
1743 ], 1751 ],
1744 1752
1745 'swarming_gyp_debug_bot_no_symbols_x86': [
1746 'swarming', 'gyp', 'debug_bot', 'no_symbols', 'x86',
1747 ],
1748
1749 'swarming_gyp_debug_trybot_x86': [
1750 'swarming', 'gyp', 'debug_trybot', 'x86',
1751 ],
1752
1753 'swarming_gyp_msan_release_bot': [ 1753 'swarming_gyp_msan_release_bot': [
1754 'swarming', 'gyp', 'msan', 'release_bot', 1754 'swarming', 'gyp', 'msan', 'release_bot',
1755 ], 1755 ],
1756 1756
1757 'swarming_gyp_release_bot': [ 1757 'swarming_gyp_release_bot': [
1758 'swarming', 'gyp', 'release_bot', 1758 'swarming', 'gyp', 'release_bot',
1759 ], 1759 ],
1760 1760
1761 'swarming_gyp_release_bot_arm': [ 1761 'swarming_gyp_release_bot_arm': [
1762 'swarming', 'gyp', 'release_bot', 'arm', 'crosscompile', 1762 'swarming', 'gyp', 'release_bot', 'arm', 'crosscompile',
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2266 }, 2266 },
2267 2267
2268 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2268 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2269 2269
2270 'drmemory': { 2270 'drmemory': {
2271 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2271 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2272 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2272 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2273 }, 2273 },
2274 }, 2274 },
2275 } 2275 }
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