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

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

Issue 1908293002: Add MB configs for ClangToTLinux* bots on FYI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'Blink Linux LSan ASan': 'tbd', 86 'Blink Linux LSan ASan': 'tbd',
87 'Browser Side Navigation Linux': 'tbd', 87 'Browser Side Navigation Linux': 'tbd',
88 'Chromium Builder': 'tbd', 88 'Chromium Builder': 'tbd',
89 'Chromium Builder (dbg)': 'tbd', 89 'Chromium Builder (dbg)': 'tbd',
90 'Chromium Linux Goma Canary': 'tbd', 90 'Chromium Linux Goma Canary': 'tbd',
91 'Chromium Linux Goma Canary (clobber)': 'tbd', 91 'Chromium Linux Goma Canary (clobber)': 'tbd',
92 'Chromium Linux Precise Goma LinkTest': 'tbd', 92 'Chromium Linux Precise Goma LinkTest': 'tbd',
93 'Chromium Linux32 Goma Canary (clobber)': 'tbd', 93 'Chromium Linux32 Goma Canary (clobber)': 'tbd',
94 'Chromium Win x64 Clobber': 'tbd', 94 'Chromium Win x64 Clobber': 'tbd',
95 'ChromiumOS Linux Tests': 'tbd', 95 'ChromiumOS Linux Tests': 'tbd',
96 'ClangToTAndroidASan':
97 'android_clang_no_chrome_plugins_asan_gn_debug_bot_minimal_symbols',
98 'ClangToTLinux': 'tbd',
99 'ClangToTLinux (dbg)': 'tbd',
100 'ClangToTLinuxASan': 'tbd',
101 'ClangToTLinuxUBSanVptr': 'tbd',
102 'ClangToTMac': 'tbd', 96 'ClangToTMac': 'tbd',
103 'ClangToTMac (dbg)': 'tbd', 97 'ClangToTMac (dbg)': 'tbd',
104 'ClangToTMacASan': 'tbd', 98 'ClangToTMacASan': 'tbd',
105 'ClangToTWin': 'tbd', 99 'ClangToTWin': 'tbd',
106 'ClangToTWin(dbg)': 'tbd', 100 'ClangToTWin(dbg)': 'tbd',
107 'ClangToTWin(dll)': 'tbd', 101 'ClangToTWin(dll)': 'tbd',
108 'ClangToTWin64': 'tbd', 102 'ClangToTWin64': 'tbd',
109 'ClangToTWin64(dbg)': 'tbd', 103 'ClangToTWin64(dbg)': 'tbd',
110 'ClangToTWin64(dll)': 'tbd', 104 'ClangToTWin64(dll)': 'tbd',
111 'ClangToTiOS': 'tbd', 105 'ClangToTiOS': 'tbd',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86', 149 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86',
156 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 150 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
157 'CrWinClang': 151 'CrWinClang':
158 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86', 152 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86',
159 'CrWinClang(dbg)': 153 'CrWinClang(dbg)':
160 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', 154 'swarming_gyp_clang_debug_bot_minimal_symbols_x86',
161 'CrWinClang64': 155 'CrWinClang64':
162 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', 156 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64',
163 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', 157 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86',
164 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 158 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
159 'ClangToTAndroidASan':
160 'android_clang_no_chrome_plugins_asan_gn_debug_bot_minimal_symbols',
165 'ClangToTAndroidASan tester': 'none', 161 'ClangToTAndroidASan tester': 'none',
162 'ClangToTLinux':
163 ('swarming_gyp_clang_no_chrome_plugins_'
164 'linux_dump_symbols_shared_release'),
166 'ClangToTLinux tester': 'none', 165 'ClangToTLinux tester': 'none',
166 'ClangToTLinux (dbg)':
167 'swarming_gyp_clang_no_chrome_plugins_shared_debug',
168 'ClangToTLinuxASan':
169 'swarming_gyp_clang_no_chrome_plugins_asan_lsan_static_release',
167 'ClangToTLinuxASan tester': 'none', 170 'ClangToTLinuxASan tester': 'none',
171 'ClangToTLinuxUBSanVptr':
172 'swarming_gyp_clang_no_chrome_plugins_edge_ubsan_hack_static_release',
168 'ClangToTLinuxUBSanVptr tester': 'none', 173 'ClangToTLinuxUBSanVptr tester': 'none',
169 'ClangToTMac tester': 'none', 174 'ClangToTMac tester': 'none',
170 'ClangToTMacASan tester': 'none', 175 'ClangToTMacASan tester': 'none',
171 'ClangToTWin tester': 'none', 176 'ClangToTWin tester': 'none',
172 'ClangToTWin(dbg) tester': 'none', 177 'ClangToTWin(dbg) tester': 'none',
173 'ClangToTWin(dll) tester': 'none', 178 'ClangToTWin(dll) tester': 'none',
174 'ClangToTWin64 tester': 'none', 179 'ClangToTWin64 tester': 'none',
175 'ClangToTWin64(dbg) tester': 'none', 180 'ClangToTWin64(dbg) tester': 'none',
176 'ClangToTWin64(dll) tester': 'none', 181 'ClangToTWin64(dll) tester': 'none',
177 'CrWinAsan': 182 'CrWinAsan':
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 ], 1535 ],
1531 1536
1532 'swarming_chromeos_gyp_release_trybot': [ 1537 'swarming_chromeos_gyp_release_trybot': [
1533 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot', 1538 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot',
1534 ], 1539 ],
1535 1540
1536 'swarming_chromeos_ozone_gyp_release_bot': [ 1541 'swarming_chromeos_ozone_gyp_release_bot': [
1537 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming', 1542 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming',
1538 ], 1543 ],
1539 1544
1545 'swarming_gyp_clang_no_chrome_plugins_edge_ubsan_hack_static_release': [
1546 'swarming', 'gyp', 'clang_no_chrome_plugins', 'edge', 'ubsan_hack',
1547 'static', 'release',
1548 ],
1549
1550 'swarming_gyp_clang_no_chrome_plugins_asan_lsan_static_release': [
1551 'swarming', 'gyp', 'clang_no_chrome_plugins', 'asan', 'lsan', 'static',
1552 'release',
1553 ],
1554
1555 'swarming_gyp_clang_no_chrome_plugins_shared_debug': [
1556 'swarming', 'gyp', 'clang_no_chrome_plugins', 'shared', 'debug',
1557 ],
1558
1559 'swarming_gyp_clang_no_chrome_plugins_linux_dump_symbols_shared_release': [
1560 # Enable debug info, as on official builders, to catch issues with
1561 # optimized debug info.
1562 'swarming', 'gyp', 'clang_no_chrome_plugins', 'linux_dump_symbols',
1563 'shared', 'release',
1564 ],
1565
1540 'swarming_gyp_debug_trybot': [ 1566 'swarming_gyp_debug_trybot': [
1541 'swarming', 'gyp', 'debug_trybot', 1567 'swarming', 'gyp', 'debug_trybot',
1542 ], 1568 ],
1543 1569
1544 'swarming_gpu_tests_gyp_release_trybot': [ 1570 'swarming_gpu_tests_gyp_release_trybot': [
1545 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 1571 'swarming', 'gpu_tests', 'gyp', 'release_trybot',
1546 ], 1572 ],
1547 1573
1548 'swarming_msan_gyp_release_trybot': [ 1574 'swarming_msan_gyp_release_trybot': [
1549 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot', 1575 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
2085 'gn_args': 'emma_coverage=true emma_filter="org.chromium.*"', 2111 'gn_args': 'emma_coverage=true emma_filter="org.chromium.*"',
2086 }, 2112 },
2087 2113
2088 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, 2114 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
2089 2115
2090 'line_tables': { 2116 'line_tables': {
2091 'gn_args': '', # TODO(GYP): check that this is not needed 2117 'gn_args': '', # TODO(GYP): check that this is not needed
2092 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"', 2118 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"',
2093 }, 2119 },
2094 2120
2121 'linux_dump_symbols': {
2122 'gn_args': 'error', # TODO(aneeshm): what is the GN equivalent of this?
2123 'gyp_defines': 'linux_dump_symbols=1',
2124 },
2125
2095 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' }, 2126 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' },
2096 2127
2097 'lsan': { 2128 'lsan': {
2098 'gn_args': 'is_lsan=true', 2129 'gn_args': 'is_lsan=true',
2099 'gyp_defines': 'lsan=1', 2130 'gyp_defines': 'lsan=1',
2100 }, 2131 },
2101 2132
2102 'lto': { 2133 'lto': {
2103 'gn_args': 'allow_posix_link_time_opt=true', 2134 'gn_args': 'allow_posix_link_time_opt=true',
2104 'gyp_defines': 'use_lto=1', 2135 'gyp_defines': 'use_lto=1',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 'tsan': { 2255 'tsan': {
2225 'gn_args': 'is_tsan=true', 2256 'gn_args': 'is_tsan=true',
2226 'gyp_defines': 'tsan=1', 2257 'gyp_defines': 'tsan=1',
2227 }, 2258 },
2228 2259
2229 'ubsan': { 2260 'ubsan': {
2230 'gn_args': 'is_ubsan=true', 2261 'gn_args': 'is_ubsan=true',
2231 'gyp_defines': 'ubsan=1', 2262 'gyp_defines': 'ubsan=1',
2232 }, 2263 },
2233 2264
2265 'ubsan_hack': {
krasin 2016/04/22 01:09:14 Please, rename it to "ubsan_no_recover_hack" to ma
Dirk Pranke 2016/04/22 01:14:24 Unfortunately, that'd push the config name on line
2266 # TODO(krasin): Remove when https://llvm.org/bugs/show_bug.cgi?id=25569
2267 # is fixed and just use ubsan_vptr instead.
2268 'mixins': ['ubsan_vptr'],
2269 'gn_args': 'error', # TODO(GYP): need a GN equivalent for this
2270 'gyp_defines': 'release_extra_cflags=-fno-sanitize-recover=undefined',
2271 },
2272
2234 'ubsan_vptr': { 2273 'ubsan_vptr': {
2235 'gn_args': 'is_ubsan_vptr=true', 2274 'gn_args': 'is_ubsan_vptr=true',
2236 'gyp_defines': 'ubsan_vptr=1', 2275 'gyp_defines': 'ubsan_vptr=1',
2237 }, 2276 },
2238 2277
2239 'v8_heap': { 2278 'v8_heap': {
2240 'gn_args': 'error', # TODO(GYP): implement v8_enable_verify_heap=true 2279 'gn_args': 'error', # TODO(GYP): implement v8_enable_verify_heap=true
2241 'gyp_defines': 'v8_enable_verify_heap=1', 2280 'gyp_defines': 'v8_enable_verify_heap=1',
2242 }, 2281 },
2243 2282
(...skipping 23 matching lines...) Expand all
2267 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2306 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2268 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2307 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2269 }, 2308 },
2270 2309
2271 'valgrind': { 2310 'valgrind': {
2272 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck 2311 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck
2273 'gyp_defines': 'build_for_tool=memcheck', 2312 'gyp_defines': 'build_for_tool=memcheck',
2274 } 2313 }
2275 }, 2314 },
2276 } 2315 }
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