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

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

Issue 2048513002: Flip LKGR/ClusterFuzz, WebKit MSAN bots back to GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « third_party/instrumented_libraries/BUILD.gn ('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 # 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'ASan Debug (32-bit x86 with V8-ARM)': 327 'ASan Debug (32-bit x86 with V8-ARM)':
328 'gn_asan_edge_fuzzer_v8_heap_debug_bot_hybrid', 328 'gn_asan_edge_fuzzer_v8_heap_debug_bot_hybrid',
329 'ASan Release (32-bit x86 with V8-ARM)': 329 'ASan Release (32-bit x86 with V8-ARM)':
330 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid', 330 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid',
331 'ASan Release (32-bit x86 with V8-ARM, symbolized)': 331 'ASan Release (32-bit x86 with V8-ARM, symbolized)':
332 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid', 332 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid',
333 'ASan Release Media (32-bit x86 with V8-ARM)': 333 'ASan Release Media (32-bit x86 with V8-ARM)':
334 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid', 334 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid',
335 'ChromiumOS ASAN Release': 335 'ChromiumOS ASAN Release':
336 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot', 336 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
337 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot', 337 'MSAN Release (chained origins)': 'gyp_msan_edge_release_bot',
338 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot', 338 'MSAN Release (no origins)': 'gyp_msan_no_origins_edge_release_bot',
339 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot', 339 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot',
340 'Mac ASAN Release Media': 340 'Mac ASAN Release Media':
341 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot', 341 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot',
342 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot', 342 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot',
343 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot', 343 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot',
344 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot', 344 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot',
345 'Telemetry Harness Upload': 'none', 345 'Telemetry Harness Upload': 'none',
346 'UBSan Release': 'gn_ubsan_release_bot', 346 'UBSan Release': 'gn_ubsan_release_bot',
347 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot', 347 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot',
348 'Win ASan Release Coverage': 348 'Win ASan Release Coverage':
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'V8-Blink Mac': 'noswarming_gn_release_bot_x64', 545 'V8-Blink Mac': 'noswarming_gn_release_bot_x64',
546 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86', 546 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
547 }, 547 },
548 548
549 'chromium.webkit': { 549 'chromium.webkit': {
550 'Android Builder': 'android_gn_release_bot_minimal_symbols', 550 'Android Builder': 'android_gn_release_bot_minimal_symbols',
551 'WebKit Android (Nexus4)': 'none', 551 'WebKit Android (Nexus4)': 'none',
552 'WebKit Linux (dbg)': 'swarming_gn_debug_bot', 552 'WebKit Linux (dbg)': 'swarming_gn_debug_bot',
553 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot', 553 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot',
554 'WebKit Linux Leak': 'swarming_gn_release_bot', 554 'WebKit Linux Leak': 'swarming_gn_release_bot',
555 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot', 555 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot',
556 'WebKit Linux Trusty': 'swarming_gn_release_bot', 556 'WebKit Linux Trusty': 'swarming_gn_release_bot',
557 'WebKit Linux': 'swarming_gn_release_bot', 557 'WebKit Linux': 'swarming_gn_release_bot',
558 'WebKit Mac Builder (dbg)': 'swarming_gn_debug_bot', 558 'WebKit Mac Builder (dbg)': 'swarming_gn_debug_bot',
559 'WebKit Mac Builder': 'swarming_gn_release_bot', 559 'WebKit Mac Builder': 'swarming_gn_release_bot',
560 'WebKit Mac10.10': 'none', 560 'WebKit Mac10.10': 'none',
561 'WebKit Mac10.11 (dbg)': 'none', 561 'WebKit Mac10.11 (dbg)': 'none',
562 'WebKit Mac10.11 (retina)': 'swarming_gn_release_bot', 562 'WebKit Mac10.11 (retina)': 'swarming_gn_release_bot',
563 'WebKit Mac10.11': 'none', 563 'WebKit Mac10.11': 'none',
564 'WebKit Mac10.9': 'swarming_gn_release_bot', 564 'WebKit Mac10.9': 'swarming_gn_release_bot',
565 'WebKit Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86', 565 'WebKit Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 ], 1302 ],
1303 1303
1304 'gyp_drmemory_shared_release_x86': [ 1304 'gyp_drmemory_shared_release_x86': [
1305 'gyp', 'drmemory', 'shared', 'release', 'x86', 1305 'gyp', 'drmemory', 'shared', 'release', 'x86',
1306 ], 1306 ],
1307 1307
1308 'gyp_drmemory_shared_release_x64': [ 1308 'gyp_drmemory_shared_release_x64': [
1309 'gyp', 'drmemory', 'shared', 'release', 'x64', 1309 'gyp', 'drmemory', 'shared', 'release', 'x64',
1310 ], 1310 ],
1311 1311
1312 'gn_msan_edge_release_bot': [ 1312 'gyp_msan_edge_release_bot': [
1313 'gn', 'msan', 'edge', 'release_bot', 1313 'gyp', 'msan', 'edge', 'release_bot',
1314 ], 1314 ],
1315 1315
1316 'gn_msan_no_origins_edge_release_bot': [ 1316 'gyp_msan_no_origins_edge_release_bot': [
1317 'gn', 'msan_no_origins', 'edge', 'release_bot', 1317 'gyp', 'msan_no_origins', 'edge', 'release_bot',
1318 ], 1318 ],
1319 1319
1320 'gyp_official': [ 1320 'gyp_official': [
1321 'gyp', 'official', 1321 'gyp', 'official',
1322 ], 1322 ],
1323 1323
1324 'gyp_official_goma': [ 1324 'gyp_official_goma': [
1325 'gyp', 'official', 'goma', 1325 'gyp', 'official', 'goma',
1326 ], 1326 ],
1327 1327
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 ], 1572 ],
1573 1573
1574 'swarming_gn_debug_trybot': [ 1574 'swarming_gn_debug_trybot': [
1575 'swarming', 'gn', 'debug_trybot', 1575 'swarming', 'gn', 'debug_trybot',
1576 ], 1576 ],
1577 1577
1578 'swarming_gn_debug_trybot_x86': [ 1578 'swarming_gn_debug_trybot_x86': [
1579 'swarming', 'gn', 'debug_trybot', 'x86', 1579 'swarming', 'gn', 'debug_trybot', 'x86',
1580 ], 1580 ],
1581 1581
1582 'swarming_gn_msan_release_bot': [ 1582 'swarming_gyp_msan_release_bot': [
1583 'swarming', 'gn', 'msan', 'release_bot', 1583 'swarming', 'gyp', 'msan', 'release_bot',
1584 ], 1584 ],
1585 1585
1586 'swarming_gn_release_bot': [ 1586 'swarming_gn_release_bot': [
1587 'swarming', 'gn', 'release_bot', 1587 'swarming', 'gn', 'release_bot',
1588 ], 1588 ],
1589 1589
1590 'swarming_gn_release_bot_arm': [ 1590 'swarming_gn_release_bot_arm': [
1591 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile', 1591 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile',
1592 ], 1592 ],
1593 1593
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 ], 1836 ],
1837 1837
1838 'swarming_gyp_debug_bot': [ 1838 'swarming_gyp_debug_bot': [
1839 'swarming', 'gyp', 'debug_bot', 1839 'swarming', 'gyp', 'debug_bot',
1840 ], 1840 ],
1841 1841
1842 'swarming_gyp_debug_trybot': [ 1842 'swarming_gyp_debug_trybot': [
1843 'swarming', 'gyp', 'debug_trybot', 1843 'swarming', 'gyp', 'debug_trybot',
1844 ], 1844 ],
1845 1845
1846 'swarming_gyp_msan_release_bot': [
1847 'swarming', 'gyp', 'msan', 'release_bot',
1848 ],
1849
1850 'swarming_gn_release_trybot_arm': [ 1846 'swarming_gn_release_trybot_arm': [
1851 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile', 1847 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile',
1852 ], 1848 ],
1853 1849
1854 'swarming_gyp_syzyasan_release_trybot_x86': [ 1850 'swarming_gyp_syzyasan_release_trybot_x86': [
1855 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1851 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86',
1856 ], 1852 ],
1857 1853
1858 'swarming_tsan_disable_nacl_gn_release_bot': [ 1854 'swarming_tsan_disable_nacl_gn_release_bot': [
1859 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot', 1855 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 }, 2314 },
2319 2315
2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2316 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2321 2317
2322 'drmemory': { 2318 'drmemory': {
2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2319 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2320 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2325 }, 2321 },
2326 }, 2322 },
2327 } 2323 }
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698