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

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

Issue 1910333002: Add MB configs for ClangToTLinux* bots on FYI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Update 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'Blink Linux LSan ASan': 'tbd', 85 'Blink Linux LSan ASan': 'tbd',
86 'Browser Side Navigation Linux': 'tbd', 86 'Browser Side Navigation Linux': 'tbd',
87 'Chromium Builder': 'tbd', 87 'Chromium Builder': 'tbd',
88 'Chromium Builder (dbg)': 'tbd', 88 'Chromium Builder (dbg)': 'tbd',
89 'Chromium Linux Goma Canary': 'tbd', 89 'Chromium Linux Goma Canary': 'tbd',
90 'Chromium Linux Goma Canary (clobber)': 'tbd', 90 'Chromium Linux Goma Canary (clobber)': 'tbd',
91 'Chromium Linux Precise Goma LinkTest': 'tbd', 91 'Chromium Linux Precise Goma LinkTest': 'tbd',
92 'Chromium Linux32 Goma Canary (clobber)': 'tbd', 92 'Chromium Linux32 Goma Canary (clobber)': 'tbd',
93 'Chromium Win x64 Clobber': 'tbd', 93 'Chromium Win x64 Clobber': 'tbd',
94 'ChromiumOS Linux Tests': 'tbd', 94 'ChromiumOS Linux Tests': 'tbd',
95 'ClangToTAndroidASan':
96 'android_clang_no_chrome_plugins_asan_gn_debug_bot_minimal_symbols',
97 'ClangToTLinux': 'tbd',
98 'ClangToTLinux (dbg)': 'tbd',
99 'ClangToTLinuxASan': 'tbd',
100 'ClangToTLinuxUBSanVptr': 'tbd',
101 'ClangToTMac': 'tbd', 95 'ClangToTMac': 'tbd',
102 'ClangToTMac (dbg)': 'tbd', 96 'ClangToTMac (dbg)': 'tbd',
103 'ClangToTMacASan': 'tbd', 97 'ClangToTMacASan': 'tbd',
104 'ClangToTWin': 'tbd', 98 'ClangToTWin': 'tbd',
105 'ClangToTWin(dbg)': 'tbd', 99 'ClangToTWin(dbg)': 'tbd',
106 'ClangToTWin(dll)': 'tbd', 100 'ClangToTWin(dll)': 'tbd',
107 'ClangToTWin64': 'tbd', 101 'ClangToTWin64': 'tbd',
108 'ClangToTWin64(dbg)': 'tbd', 102 'ClangToTWin64(dbg)': 'tbd',
109 'ClangToTWin64(dll)': 'tbd', 103 'ClangToTWin64(dll)': 'tbd',
110 'ClangToTiOS': 'tbd', 104 'ClangToTiOS': 'tbd',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86', 148 'CrWin7Goma(dbg)': 'gyp_debug_bot_minimal_symbols_x86',
155 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 149 'CrWin7Goma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
156 'CrWinClang': 150 'CrWinClang':
157 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86', 151 'swarming_gyp_clang_official_release_bot_minimal_symbols_x86',
158 'CrWinClang(dbg)': 152 'CrWinClang(dbg)':
159 'swarming_gyp_clang_debug_bot_minimal_symbols_x86', 153 'swarming_gyp_clang_debug_bot_minimal_symbols_x86',
160 'CrWinClang64': 154 'CrWinClang64':
161 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', 155 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64',
162 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', 156 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86',
163 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', 157 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86',
158 'ClangToTAndroidASan':
159 'android_clang_no_chrome_plugins_asan_gn_debug_bot_minimal_symbols',
164 'ClangToTAndroidASan tester': 'none', 160 'ClangToTAndroidASan tester': 'none',
161 'ClangToTLinux':
162 ('swarming_gyp_clang_no_chrome_plugins_'
163 'linux_dump_symbols_shared_release'),
165 'ClangToTLinux tester': 'none', 164 'ClangToTLinux tester': 'none',
165 'ClangToTLinux (dbg)':
166 'swarming_gyp_clang_no_chrome_plugins_shared_debug',
167 'ClangToTLinuxASan':
168 'swarming_gyp_clang_no_chrome_plugins_asan_lsan_static_release',
166 'ClangToTLinuxASan tester': 'none', 169 'ClangToTLinuxASan tester': 'none',
170 'ClangToTLinuxUBSanVptr':
171 'swarming_gyp_clang_no_chrome_plugins_edge_ubsan_vptr_static_release',
167 'ClangToTLinuxUBSanVptr tester': 'none', 172 'ClangToTLinuxUBSanVptr tester': 'none',
168 'ClangToTMac tester': 'none', 173 'ClangToTMac tester': 'none',
169 'ClangToTMacASan tester': 'none', 174 'ClangToTMacASan tester': 'none',
170 'ClangToTWin tester': 'none', 175 'ClangToTWin tester': 'none',
171 'ClangToTWin(dbg) tester': 'none', 176 'ClangToTWin(dbg) tester': 'none',
172 'ClangToTWin(dll) tester': 'none', 177 'ClangToTWin(dll) tester': 'none',
173 'ClangToTWin64 tester': 'none', 178 'ClangToTWin64 tester': 'none',
174 'ClangToTWin64(dbg) tester': 'none', 179 'ClangToTWin64(dbg) tester': 'none',
175 'ClangToTWin64(dll) tester': 'none', 180 'ClangToTWin64(dll) tester': 'none',
176 'CrWinAsan': 181 'CrWinAsan':
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 ], 1525 ],
1521 1526
1522 'swarming_chromeos_gyp_release_trybot': [ 1527 'swarming_chromeos_gyp_release_trybot': [
1523 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot', 1528 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot',
1524 ], 1529 ],
1525 1530
1526 'swarming_chromeos_ozone_gyp_release_bot': [ 1531 'swarming_chromeos_ozone_gyp_release_bot': [
1527 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming', 1532 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming',
1528 ], 1533 ],
1529 1534
1535 'swarming_gyp_clang_no_chrome_plugins_edge_ubsan_vptr_static_release': [
1536 'swarming', 'gyp', 'clang_no_chrome_plugins', 'edge', 'ubsan_vptr',
1537 'static', 'release',
Dirk Pranke 2016/04/22 00:48:06 Hm. Looks like this bot specifies "release_extra_c
krasin 2016/04/22 00:54:07 Good catch! This was introduced due to an LLVM bu
1538 ],
1539
1540 'swarming_gyp_clang_no_chrome_plugins_asan_lsan_static_release': [
1541 'swarming', 'gyp', 'clang_no_chrome_plugins', 'asan', 'lsan', 'static',
1542 'release',
1543 ],
1544
1545 'swarming_gyp_clang_no_chrome_plugins_shared_debug': [
1546 'swarming', 'gyp', 'clang_no_chrome_plugins', 'shared', 'debug',
1547 ],
1548
1549 'swarming_gyp_clang_no_chrome_plugins_linux_dump_symbols_shared_release': [
Nico 2016/04/22 00:53:23 can you add the comment # Enable debug in
Dirk Pranke 2016/04/22 01:06:02 Yes, I can add that comment.
1550 'swarming', 'gyp', 'clang_no_chrome_plugins', 'linux_dump_symbols',
1551 'shared', 'release',
1552 ],
1553
1530 'swarming_gyp_debug_trybot': [ 1554 'swarming_gyp_debug_trybot': [
1531 'swarming', 'gyp', 'debug_trybot', 1555 'swarming', 'gyp', 'debug_trybot',
1532 ], 1556 ],
1533 1557
1534 'swarming_gpu_tests_gyp_release_trybot': [ 1558 'swarming_gpu_tests_gyp_release_trybot': [
1535 'swarming', 'gpu_tests', 'gyp', 'release_trybot', 1559 'swarming', 'gpu_tests', 'gyp', 'release_trybot',
1536 ], 1560 ],
1537 1561
1538 'swarming_msan_gyp_release_trybot': [ 1562 'swarming_msan_gyp_release_trybot': [
1539 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot', 1563 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot',
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 'gn_args': 'emma_coverage=true emma_filter="org.chromium.*"', 2099 'gn_args': 'emma_coverage=true emma_filter="org.chromium.*"',
2076 }, 2100 },
2077 2101
2078 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, 2102 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' },
2079 2103
2080 'line_tables': { 2104 'line_tables': {
2081 'gn_args': '', # TODO(GYP): check that this is not needed 2105 'gn_args': '', # TODO(GYP): check that this is not needed
2082 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"', 2106 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"',
2083 }, 2107 },
2084 2108
2109 'linux_dump_symbols': {
2110 'gn_args': 'error', # TODO(aneeshm): what is the GN equivalent of this?
2111 'gyp_defines': 'linux_dump_symbols=1',
2112 },
2113
2085 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' }, 2114 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' },
2086 2115
2087 'lsan': { 2116 'lsan': {
2088 'gn_args': 'is_lsan=true', 2117 'gn_args': 'is_lsan=true',
2089 'gyp_defines': 'lsan=1', 2118 'gyp_defines': 'lsan=1',
2090 }, 2119 },
2091 2120
2092 'lto': { 2121 'lto': {
2093 'gn_args': 'allow_posix_link_time_opt=true', 2122 'gn_args': 'allow_posix_link_time_opt=true',
2094 'gyp_defines': 'use_lto=1', 2123 'gyp_defines': 'use_lto=1',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2257 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2286 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2258 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2287 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2259 }, 2288 },
2260 2289
2261 'valgrind': { 2290 'valgrind': {
2262 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck 2291 'gn_args': 'error', # TODO(GYP): implement build_for_tool=memcheck
2263 'gyp_defines': 'build_for_tool=memcheck', 2292 'gyp_defines': 'build_for_tool=memcheck',
2264 } 2293 }
2265 }, 2294 },
2266 } 2295 }
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