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

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

Issue 2059003003: Flip remaining Linux builders to GN. (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 | « 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'ASan Debug (32-bit x86 with V8-ARM)': 323 'ASan Debug (32-bit x86 with V8-ARM)':
324 'gn_asan_edge_v8_heap_debug_bot_hybrid', 324 'gn_asan_edge_v8_heap_debug_bot_hybrid',
325 'ASan Release (32-bit x86 with V8-ARM)': 325 'ASan Release (32-bit x86 with V8-ARM)':
326 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid', 326 'gn_asan_edge_fuzzer_v8_heap_release_bot_hybrid',
327 'ASan Release (32-bit x86 with V8-ARM, symbolized)': 327 'ASan Release (32-bit x86 with V8-ARM, symbolized)':
328 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid', 328 'gn_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid',
329 'ASan Release Media (32-bit x86 with V8-ARM)': 329 'ASan Release Media (32-bit x86 with V8-ARM)':
330 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid', 330 'gn_asan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot_hybrid',
331 'ChromiumOS ASAN Release': 331 'ChromiumOS ASAN Release':
332 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot', 332 'gyp_chromeos_asan_lsan_edge_fuzzer_v8_heap_release_bot',
333 'MSAN Release (chained origins)': 'gyp_msan_edge_release_bot', 333 'MSAN Release (chained origins)': 'gn_msan_edge_release_bot',
334 'MSAN Release (no origins)': 'gyp_msan_no_origins_edge_release_bot', 334 'MSAN Release (no origins)': 'gn_msan_no_origins_edge_release_bot',
335 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot', 335 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot',
336 'Mac ASAN Release Media': 336 'Mac ASAN Release Media':
337 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot', 337 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot',
338 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot', 338 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot',
339 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot', 339 'TSAN Debug': 'gn_tsan_disable_nacl_line_tables_debug_bot',
340 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot', 340 'TSAN Release': 'gn_tsan_disable_nacl_line_tables_release_bot',
341 'Telemetry Harness Upload': 'none', 341 'Telemetry Harness Upload': 'none',
342 'UBSan Release': 'gn_ubsan_release_bot', 342 'UBSan Release': 'gn_ubsan_release_bot',
343 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot', 343 'UBSan vptr Release': 'gn_ubsan_vptr_edge_release_bot',
344 'Win ASan Release Coverage': 344 'Win ASan Release Coverage':
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 'V8-Blink Mac': 'noswarming_gn_release_bot_x64', 544 'V8-Blink Mac': 'noswarming_gn_release_bot_x64',
545 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86', 545 'V8-Blink Win': 'noswarming_gn_release_bot_minimal_symbols_x86',
546 }, 546 },
547 547
548 'chromium.webkit': { 548 'chromium.webkit': {
549 'Android Builder': 'android_gn_release_bot_minimal_symbols', 549 'Android Builder': 'android_gn_release_bot_minimal_symbols',
550 'WebKit Android (Nexus4)': 'none', 550 'WebKit Android (Nexus4)': 'none',
551 'WebKit Linux (dbg)': 'swarming_gn_debug_bot', 551 'WebKit Linux (dbg)': 'swarming_gn_debug_bot',
552 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot', 552 'WebKit Linux ASAN': 'swarming_gn_asan_lsan_release_bot',
553 'WebKit Linux Leak': 'swarming_gn_release_bot', 553 'WebKit Linux Leak': 'swarming_gn_release_bot',
554 'WebKit Linux MSAN': 'swarming_gyp_msan_release_bot', 554 'WebKit Linux MSAN': 'swarming_gn_msan_release_bot',
555 'WebKit Linux Trusty': 'swarming_gn_release_bot', 555 'WebKit Linux Trusty': 'swarming_gn_release_bot',
556 'WebKit Linux': 'swarming_gn_release_bot', 556 'WebKit Linux': 'swarming_gn_release_bot',
557 'WebKit Mac Builder (dbg)': 'swarming_gn_debug_bot', 557 'WebKit Mac Builder (dbg)': 'swarming_gn_debug_bot',
558 'WebKit Mac Builder': 'swarming_gn_release_bot', 558 'WebKit Mac Builder': 'swarming_gn_release_bot',
559 'WebKit Mac10.10': 'none', 559 'WebKit Mac10.10': 'none',
560 'WebKit Mac10.11 (dbg)': 'none', 560 'WebKit Mac10.11 (dbg)': 'none',
561 'WebKit Mac10.11 (retina)': 'swarming_gn_release_bot', 561 'WebKit Mac10.11 (retina)': 'swarming_gn_release_bot',
562 'WebKit Mac10.11': 'none', 562 'WebKit Mac10.11': 'none',
563 'WebKit Mac10.9': 'swarming_gn_release_bot', 563 'WebKit Mac10.9': 'swarming_gn_release_bot',
564 'WebKit Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86', 564 'WebKit Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 ], 1297 ],
1298 1298
1299 'gyp_drmemory_shared_release_x86': [ 1299 'gyp_drmemory_shared_release_x86': [
1300 'gyp', 'drmemory', 'shared', 'release', 'x86', 1300 'gyp', 'drmemory', 'shared', 'release', 'x86',
1301 ], 1301 ],
1302 1302
1303 'gyp_drmemory_shared_release_x64': [ 1303 'gyp_drmemory_shared_release_x64': [
1304 'gyp', 'drmemory', 'shared', 'release', 'x64', 1304 'gyp', 'drmemory', 'shared', 'release', 'x64',
1305 ], 1305 ],
1306 1306
1307 'gyp_msan_edge_release_bot': [ 1307 'gn_msan_edge_release_bot': [
1308 'gyp', 'msan', 'edge', 'release_bot', 1308 'gn', 'msan', 'edge', 'release_bot',
1309 ], 1309 ],
1310 1310
1311 'gyp_msan_no_origins_edge_release_bot': [ 1311 'gn_msan_no_origins_edge_release_bot': [
1312 'gyp', 'msan_no_origins', 'edge', 'release_bot', 1312 'gn', 'msan_no_origins', 'edge', 'release_bot',
1313 ], 1313 ],
1314 1314
1315 'gyp_official': [ 1315 'gyp_official': [
1316 'gyp', 'official', 1316 'gyp', 'official',
1317 ], 1317 ],
1318 1318
1319 'gyp_official_goma': [ 1319 'gyp_official_goma': [
1320 'gyp', 'official', 'goma', 1320 'gyp', 'official', 'goma',
1321 ], 1321 ],
1322 1322
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1571 ], 1571 ],
1572 1572
1573 'swarming_gn_debug_trybot': [ 1573 'swarming_gn_debug_trybot': [
1574 'swarming', 'gn', 'debug_trybot', 1574 'swarming', 'gn', 'debug_trybot',
1575 ], 1575 ],
1576 1576
1577 'swarming_gn_debug_trybot_x86': [ 1577 'swarming_gn_debug_trybot_x86': [
1578 'swarming', 'gn', 'debug_trybot', 'x86', 1578 'swarming', 'gn', 'debug_trybot', 'x86',
1579 ], 1579 ],
1580 1580
1581 'swarming_gyp_msan_release_bot': [ 1581 'swarming_gn_msan_release_bot': [
1582 'swarming', 'gyp', 'msan', 'release_bot', 1582 'swarming', 'gn', 'msan', 'release_bot',
1583 ], 1583 ],
1584 1584
1585 'swarming_gn_release_bot': [ 1585 'swarming_gn_release_bot': [
1586 'swarming', 'gn', 'release_bot', 1586 'swarming', 'gn', 'release_bot',
1587 ], 1587 ],
1588 1588
1589 'swarming_gn_release_bot_arm': [ 1589 'swarming_gn_release_bot_arm': [
1590 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile', 1590 'swarming', 'gn', 'release_bot', 'arm', 'crosscompile',
1591 ], 1591 ],
1592 1592
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 }, 2327 },
2328 2328
2329 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2329 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2330 2330
2331 'drmemory': { 2331 'drmemory': {
2332 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2332 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2333 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2333 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2334 }, 2334 },
2335 }, 2335 },
2336 } 2336 }
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