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

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

Issue 2455463002: Remove references to DrMemory from chromium repo. (Closed)
Patch Set: Buildbot Created 4 years, 1 month 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 | « tools/gn/docs/cookbook.md ('k') | 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static', 188 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static',
189 'UBSanVptr Linux': 'ubsan_vptr_release_bot', 189 'UBSanVptr Linux': 'ubsan_vptr_release_bot',
190 'WebKit Linux - TraceWrappables': 'debug_bot', 190 'WebKit Linux - TraceWrappables': 'debug_bot',
191 'WebKit Linux - WPTServe': 'release_bot', 191 'WebKit Linux - WPTServe': 'release_bot',
192 'WebKit Mac - WPTServe': 'release_bot', 192 'WebKit Mac - WPTServe': 'release_bot',
193 'WebKit Win - WPTServe': 'release_bot_x86', 193 'WebKit Win - WPTServe': 'release_bot_x86',
194 'WebKit Linux - RandomOrder': 'release_bot', 194 'WebKit Linux - RandomOrder': 'release_bot',
195 'Win 10 Fast Ring': 'release_trybot', 195 'Win 10 Fast Ring': 'release_trybot',
196 'Windows deterministic': 'release_bot_x86', 196 'Windows deterministic': 'release_bot_x86',
197 'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86', 197 'Windows Clang deterministic': 'clang_release_bot_minimal_symbols_x86',
198 'Win LKGR (DrM 64)': 'release_drmemory_drfuzz',
199 'Win LKGR (DrM)': 'release_drmemory_drfuzz_x86',
200 }, 198 },
201 199
202 'chromium.goma': { 200 'chromium.goma': {
203 'Chromium Linux Goma Staging': 'release_bot', 201 'Chromium Linux Goma Staging': 'release_bot',
204 'Chromium Mac Goma Staging': 'release_bot', 202 'Chromium Mac Goma Staging': 'release_bot',
205 'CrWinGomaStaging': 'release_bot_x86', 203 'CrWinGomaStaging': 'release_bot_x86',
206 }, 204 },
207 205
208 'chromium.gpu': { 206 'chromium.gpu': {
209 # These all use the 'trybot' mixins to ensure that dcheck is on. 207 # These all use the 'trybot' mixins to ensure that dcheck is on.
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'chromium.memory': { 289 'chromium.memory': {
292 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', 290 'Linux ASan LSan Builder': 'asan_lsan_release_trybot',
293 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_ always_on', 291 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_ always_on',
294 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' , 292 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' ,
295 }, 293 },
296 294
297 'chromium.memory.fyi': { 295 'chromium.memory.fyi': {
298 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', 296 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot',
299 'Chromium Linux MSan Builder': 'msan_release_bot', 297 'Chromium Linux MSan Builder': 'msan_release_bot',
300 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot', 298 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot',
301 'Chromium Windows Builder (DrMemory x64)': 'drmemory_shared_release',
302 'Chromium Windows Builder (DrMemory)': 'drmemory_shared_release_x86',
303 }, 299 },
304 300
305 'chromium.memory.full': { 301 'chromium.memory.full': {
306 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', 302 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot',
307 'Chromium Linux MSan Builder': 'msan_release_bot', 303 'Chromium Linux MSan Builder': 'msan_release_bot',
308 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot', 304 'Chromium Linux TSan Builder': 'tsan_disable_nacl_release_bot',
309 'Chromium Windows Builder (DrMemory x64)': 'drmemory_shared_release',
310 'Chromium Windows Builder (DrMemory)': 'drmemory_shared_release_x86',
311 }, 305 },
312 306
313 'chromium.perf': { 307 'chromium.perf': {
314 'Android Builder': 'official_goma_minimal_symbols_android', 308 'Android Builder': 'official_goma_minimal_symbols_android',
315 'Android Compile': 'official_goma_minimal_symbols_android', 309 'Android Compile': 'official_goma_minimal_symbols_android',
316 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64', 310 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64',
317 'Linux Builder': 'official_goma', 311 'Linux Builder': 'official_goma',
318 'Mac Builder': 'official_goma', 312 'Mac Builder': 'official_goma',
319 'Win Builder': 'official_goma_x86', 313 'Win Builder': 'official_goma_x86',
320 'Win x64 Builder': 'official_goma', 314 'Win x64 Builder': 'official_goma',
(...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 ], 1117 ],
1124 1118
1125 'debug_bot_x86': [ 1119 'debug_bot_x86': [
1126 'debug_bot', 'x86', 1120 'debug_bot', 'x86',
1127 ], 1121 ],
1128 1122
1129 'debug_libfuzzer_asan': [ 1123 'debug_libfuzzer_asan': [
1130 'debug', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl' , 1124 'debug', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl' ,
1131 ], 1125 ],
1132 1126
1133 'drmemory_shared_release': [
1134 'drmemory', 'shared', 'release',
1135 ],
1136
1137 'drmemory_shared_release_x86': [
1138 'drmemory', 'shared', 'release', 'x86',
1139 ],
1140
1141 'debug_trybot': [ 1127 'debug_trybot': [
1142 'debug_trybot', 1128 'debug_trybot',
1143 ], 1129 ],
1144 1130
1145 'debug_trybot_x86': [ 1131 'debug_trybot_x86': [
1146 'debug_trybot', 'x86', 1132 'debug_trybot', 'x86',
1147 ], 1133 ],
1148 1134
1149 'gpu_fyi_tests_chromeos_release_trybot': [ 1135 'gpu_fyi_tests_chromeos_release_trybot': [
1150 'gpu_fyi_tests', 'release_trybot', 'chromeos', 1136 'gpu_fyi_tests', 'release_trybot', 'chromeos',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ], 1336 ],
1351 1337
1352 'release_bot_minimal_symbols': [ 1338 'release_bot_minimal_symbols': [
1353 'release_bot', 'minimal_symbols', 1339 'release_bot', 'minimal_symbols',
1354 ], 1340 ],
1355 1341
1356 'release_bot_x86': [ 1342 'release_bot_x86': [
1357 'release_bot', 'x86', 1343 'release_bot', 'x86',
1358 ], 1344 ],
1359 1345
1360 'release_drmemory_drfuzz': [
1361 'release', 'drmemory', 'drfuzz', 'chrome_with_codecs',
1362 ],
1363
1364 'release_drmemory_drfuzz_x86': [
1365 'release', 'drmemory', 'drfuzz', 'x86', 'chrome_with_codecs',
1366 ],
1367
1368 'release_libfuzzer_asan': [ 1346 'release_libfuzzer_asan': [
1369 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nac l', 'optimize_for_fuzzing', 1347 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nac l', 'optimize_for_fuzzing',
1370 ], 1348 ],
1371 1349
1372 'release_libfuzzer_asan_clang_tot': [ 1350 'release_libfuzzer_asan_clang_tot': [
1373 'clang_tot', 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', 1351 'clang_tot', 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
1374 ], 1352 ],
1375 1353
1376 'release_libfuzzer_mac_asan': [ 1354 'release_libfuzzer_mac_asan': [
1377 'release', 'libfuzzer', 'asan', 'chrome_with_codecs', 'pdf_xfa', 'disable_ nacl', 'optimize_for_fuzzing', 1355 'release', 'libfuzzer', 'asan', 'chrome_with_codecs', 'pdf_xfa', 'disable_ nacl', 'optimize_for_fuzzing',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1817 'gn_args': 'use_vs_code_analysis=true', 1795 'gn_args': 'use_vs_code_analysis=true',
1818 }, 1796 },
1819 1797
1820 'x64': { 1798 'x64': {
1821 'gn_args': 'target_cpu="x64"', 1799 'gn_args': 'target_cpu="x64"',
1822 }, 1800 },
1823 1801
1824 'x86': { 1802 'x86': {
1825 'gn_args': 'target_cpu="x86"', 1803 'gn_args': 'target_cpu="x86"',
1826 }, 1804 },
1827
1828 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1829
1830 'drmemory': {
1831 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1832 },
1833 }, 1805 },
1834 } 1806 }
OLDNEW
« no previous file with comments | « tools/gn/docs/cookbook.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698