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

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

Issue 2081393005: Reland of Flip remaining chromium.webrtc* builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_skia
Patch Set: Created 4 years, 5 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'swarming_gn_debug_bot_minimal_symbols_x64', 572 'swarming_gn_debug_bot_minimal_symbols_x64',
573 'WebKit Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64', 573 'WebKit Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
574 'WebKit Win10': 'none', 574 'WebKit Win10': 'none',
575 'WebKit Win7 (dbg)': 'none', 575 'WebKit Win7 (dbg)': 'none',
576 'WebKit Win7': 'none', 576 'WebKit Win7': 'none',
577 }, 577 },
578 578
579 'chromium.webrtc': { 579 'chromium.webrtc': {
580 'Linux Builder': 'gn_release_bot_chrome_with_codecs', 580 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
581 'Linux Tester': 'none', 581 'Linux Tester': 'none',
582 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot', 582 'Mac Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot',
583 'Mac Tester': 'none', 583 'Mac Tester': 'none',
584 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86', 584 'Win Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot_x86',
585 'Win10 Tester': 'none', 585 'Win10 Tester': 'none',
586 'Win7 Tester': 'none', 586 'Win7 Tester': 'none',
587 'Win8 Tester': 'none', 587 'Win8 Tester': 'none',
588 }, 588 },
589 589
590 'chromium.webrtc.fyi': { 590 'chromium.webrtc.fyi': {
591 'Android Builder (dbg)': 'android_gn_debug_static_bot', 591 'Android Builder (dbg)': 'android_gn_debug_static_bot',
592 'Android Builder ARM64 (dbg)': 'android_gn_debug_static_bot_arm64', 592 'Android Builder ARM64 (dbg)': 'android_gn_debug_static_bot_arm64',
593 'Android Tests (dbg) (K Nexus5)': 'none', 593 'Android Tests (dbg) (K Nexus5)': 'none',
594 'Android Tests (dbg) (L Nexus5)': 'none', 594 'Android Tests (dbg) (L Nexus5)': 'none',
595 'Android Tests (dbg) (L Nexus6)': 'none', 595 'Android Tests (dbg) (L Nexus6)': 'none',
596 'Android Tests (dbg) (L Nexus7.2)': 'none', 596 'Android Tests (dbg) (L Nexus7.2)': 'none',
597 'Android Tests (dbg) (L Nexus9)': 'none', 597 'Android Tests (dbg) (L Nexus9)': 'none',
598 'Linux Builder': 'gn_release_bot_chrome_with_codecs', 598 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
599 'Linux Tester': 'none', 599 'Linux Tester': 'none',
600 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot', 600 'Mac Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot',
601 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs', 601 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
602 'Mac GN': 'gn_release_bot_chrome_with_codecs', 602 'Mac GN': 'gn_release_bot_chrome_with_codecs',
603 'Mac Tester': 'none', 603 'Mac Tester': 'none',
604 'Win Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86', 604 'Win Builder': 'chrome_with_codecs_blink_logging_gn_release_trybot_x86',
605 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs', 605 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
606 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs', 606 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
607 'Win10 Tester': 'none', 607 'Win10 Tester': 'none',
608 'Win7 Tester': 'none', 608 'Win7 Tester': 'none',
609 }, 609 },
610 610
611 'chromium.win': { 611 'chromium.win': {
612 # Windows bots take too long to link w/ full symbols and time out. 612 # Windows bots take too long to link w/ full symbols and time out.
613 'Win Builder': 'swarming_gn_release_bot_minimal_symbols_x86', 613 'Win Builder': 'swarming_gn_release_bot_minimal_symbols_x86',
614 'Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86', 614 'Win Builder (dbg)': 'swarming_gn_debug_bot_minimal_symbols_x86',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 ], 1035 ],
1036 1036
1037 'cast_gn_release_bot': [ 1037 'cast_gn_release_bot': [
1038 'cast', 'gn', 'release_bot', 1038 'cast', 'gn', 'release_bot',
1039 ], 1039 ],
1040 1040
1041 'cast_gn_release_trybot': [ 1041 'cast_gn_release_trybot': [
1042 'cast', 'gn', 'release_trybot', 1042 'cast', 'gn', 'release_trybot',
1043 ], 1043 ],
1044 1044
1045 'chrome_with_codecs_blink_logging_gyp_release_trybot': [ 1045 'chrome_with_codecs_blink_logging_gn_release_trybot': [
1046 'chrome_with_codecs', 'blink_logging', 'gyp', 'release_trybot', 1046 'chrome_with_codecs', 'blink_logging', 'gn', 'release_trybot',
1047 ], 1047 ],
1048 1048
1049 'chrome_with_codecs_blink_logging_gyp_release_trybot_x86': [ 1049 'chrome_with_codecs_blink_logging_gn_release_trybot_x86': [
1050 'chrome_with_codecs', 'blink_logging', 'gyp', 'release_trybot', 'x86', 1050 'chrome_with_codecs', 'blink_logging', 'gn', 'release_trybot', 'x86',
1051 ], 1051 ],
1052 1052
1053 'chromeos_gn_debug_bot': [ 1053 'chromeos_gn_debug_bot': [
1054 'chromeos', 'gn', 'debug_bot', 1054 'chromeos', 'gn', 'debug_bot',
1055 ], 1055 ],
1056 1056
1057 'chromeos_ozone_gn_release_bot': [ 1057 'chromeos_ozone_gn_release_bot': [
1058 'chromeos', 'ozone', 'gn', 'release_bot', 1058 'chromeos', 'ozone', 'gn', 'release_bot',
1059 ], 1059 ],
1060 1060
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2299 }, 2299 },
2300 2300
2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2301 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2302 2302
2303 'drmemory': { 2303 'drmemory': {
2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2304 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2305 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2306 }, 2306 },
2307 }, 2307 },
2308 } 2308 }
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