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

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

Issue 1973663002: MB: Flip Android bots in chromium.webrtc.fyi to GN. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86', 546 'WebKit Win Builder': 'swarming_gyp_release_bot_minimal_symbols_x86',
547 'WebKit Win x64 Builder (dbg)': 547 'WebKit Win x64 Builder (dbg)':
548 'swarming_gn_debug_bot_minimal_symbols_x64', 548 'swarming_gn_debug_bot_minimal_symbols_x64',
549 'WebKit Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64', 549 'WebKit Win x64 Builder': 'swarming_gn_release_bot_minimal_symbols_x64',
550 'WebKit Win10': 'none', 550 'WebKit Win10': 'none',
551 'WebKit Win7 (dbg)': 'none', 551 'WebKit Win7 (dbg)': 'none',
552 'WebKit Win7': 'none', 552 'WebKit Win7': 'none',
553 }, 553 },
554 554
555 'chromium.webrtc.fyi': { 555 'chromium.webrtc.fyi': {
556 'Android Builder (dbg)': 556 'Android Builder (dbg)': 'android_gn_debug_static_bot',
557 'android_blink_logging_gyp_debug_static_bot', 557 'Android Builder ARM64 (dbg)': 'android_gn_debug_static_bot_arm64',
558 'Android Builder ARM64 (dbg)':
559 'android_blink_logging_gyp_debug_static_bot_arm64',
560 'Android GN (dbg)': 'android_gn_debug_bot', 558 'Android GN (dbg)': 'android_gn_debug_bot',
561 'Android GN': 'android_gn_release_bot', 559 'Android GN': 'android_gn_release_bot',
562 'Android Tests (dbg) (K Nexus5)': 'none', 560 'Android Tests (dbg) (K Nexus5)': 'none',
563 'Android Tests (dbg) (L Nexus5)': 'none', 561 'Android Tests (dbg) (L Nexus5)': 'none',
564 'Android Tests (dbg) (L Nexus6)': 'none', 562 'Android Tests (dbg) (L Nexus6)': 'none',
565 'Android Tests (dbg) (L Nexus7.2)': 'none', 563 'Android Tests (dbg) (L Nexus7.2)': 'none',
566 'Android Tests (dbg) (L Nexus9)': 'none', 564 'Android Tests (dbg) (L Nexus9)': 'none',
567 'Linux Builder': 'gn_release_bot_chrome_with_codecs', 565 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
568 'Linux Tester': 'none', 566 'Linux Tester': 'none',
569 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot', 567 'Mac Builder': 'chrome_with_codecs_blink_logging_gyp_release_trybot',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'precise64 beta': 'gn_official', 612 'precise64 beta': 'gn_official',
615 'precise64 stable': 'gn_official', 613 'precise64 stable': 'gn_official',
616 'precise64 trunk': 'gn_official', 614 'precise64 trunk': 'gn_official',
617 'win beta': 'gyp_official', 615 'win beta': 'gyp_official',
618 'win stable': 'gyp_official', 616 'win stable': 'gyp_official',
619 'win trunk': 'gyp_official', 617 'win trunk': 'gyp_official',
620 }, 618 },
621 619
622 'tryserver.blink': { 620 'tryserver.blink': {
623 # Most tryservers should have '_trybot' in their config names, but 621 # Most tryservers should have '_trybot' in their config names, but
624 # 'release_trybot' includes 'dcheck_always_on', and the blink 622 # 'release_trybot' includes 'dcheck_always_on', and the blink
625 # release trybots must *not* enable dchecks, because that could 623 # release trybots must *not* enable dchecks, because that could
626 # cause them to produce different baselines than the release 624 # cause them to produce different baselines than the release
627 # waterfall bots, and run-webkit-tests can't handle that (by design). 625 # waterfall bots, and run-webkit-tests can't handle that (by design).
628 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot', 626 'linux_blink_compile_dbg': 'swarming_gn_debug_trybot',
629 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols', 627 'linux_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols',
630 'linux_blink_dbg': 'swarming_gn_debug_trybot', 628 'linux_blink_dbg': 'swarming_gn_debug_trybot',
631 'linux_blink_rel': 'swarming_gn_release_bot_minimal_symbols', 629 'linux_blink_rel': 'swarming_gn_release_bot_minimal_symbols',
632 'mac_blink_compile_dbg': 'swarming_gyp_debug_trybot', 630 'mac_blink_compile_dbg': 'swarming_gyp_debug_trybot',
633 'mac_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols', 631 'mac_blink_compile_rel': 'swarming_gyp_release_bot_minimal_symbols',
634 'mac_blink_dbg': 'swarming_gyp_debug_trybot', 632 'mac_blink_dbg': 'swarming_gyp_debug_trybot',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 # This is the list of configs that you can pass to mb; each config 869 # This is the list of configs that you can pass to mb; each config
872 # represents a particular combination of GYP_DEFINES/gn args that 870 # represents a particular combination of GYP_DEFINES/gn args that
873 # we must support. A given config *may* be platform-specific but 871 # we must support. A given config *may* be platform-specific but
874 # is not necessarily so (i.e., we might have mac, win, and linux 872 # is not necessarily so (i.e., we might have mac, win, and linux
875 # bots all using the 'gn_release_bot' config). 873 # bots all using the 'gn_release_bot' config).
876 'configs': { 874 'configs': {
877 'android_asan_gn_clang_shared_debug_minimal_symbols': [ 875 'android_asan_gn_clang_shared_debug_minimal_symbols': [
878 'android', 'asan', 'gn', 'clang', 'shared', 'debug', 'minimal_symbols', 876 'android', 'asan', 'gn', 'clang', 'shared', 'debug', 'minimal_symbols',
879 ], 877 ],
880 878
881 'android_blink_logging_gyp_debug_static_bot': [
882 'android', 'blink_logging', 'gyp', 'debug_static_bot',
883 ],
884
885 'android_blink_logging_gyp_debug_static_bot_arm64': [
886 'android', 'blink_logging', 'gyp', 'debug_static_bot', 'arm64',
887 ],
888
889 'android_cast_gn_debug_static_bot': [ 879 'android_cast_gn_debug_static_bot': [
890 'android', 'cast', 'gn', 'clang', 'debug_static_bot', 880 'android', 'cast', 'gn', 'clang', 'debug_static_bot',
891 ], 881 ],
892 882
893 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols': [ 883 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols': [
894 'android', 'clang', 'asan', 'findbugs', 'gn', 884 'android', 'clang', 'asan', 'findbugs', 'gn',
895 'debug_bot_minimal_symbols', 885 'debug_bot_minimal_symbols',
896 ], 886 ],
897 887
898 'android_clang_asan_findbugs_gn_debug_trybot': [ 888 'android_clang_asan_findbugs_gn_debug_trybot': [
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 'gyp_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [ 1197 'gyp_asan_edge_fuzzer_v8_heap_symbolized_release_bot_hybrid': [
1208 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'symbolized', 1198 'gyp', 'asan', 'edge', 'fuzzer', 'v8_heap', 'symbolized',
1209 'release_bot', 'hybrid', 1199 'release_bot', 'hybrid',
1210 ], 1200 ],
1211 1201
1212 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot': [ 1202 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot': [
1213 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot', 1203 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 'release_bot',
1214 ], 1204 ],
1215 1205
1216 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86': [ 1206 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_static_x86': [
1217 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs', 1207 'gyp', 'asan', 'fuzzer', 'v8_heap', 'chrome_with_codecs',
1218 'release', 'static', 'x86', 1208 'release', 'static', 'x86',
1219 ], 1209 ],
1220 1210
1221 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot': [ 1211 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot': [
1222 'gyp', 'asan', 'fuzzer', 'v8_heap', 'debug_symbols_static_bot', 1212 'gyp', 'asan', 'fuzzer', 'v8_heap', 'debug_symbols_static_bot',
1223 ], 1213 ],
1224 1214
1225 'gyp_asan_fuzzer_v8_heap_release_bot': [ 1215 'gyp_asan_fuzzer_v8_heap_release_bot': [
1226 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot', 1216 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release_bot',
1227 ], 1217 ],
1228 1218
1229 'gyp_asan_fuzzer_v8_heap_release_static_x86': [ 1219 'gyp_asan_fuzzer_v8_heap_release_static_x86': [
1230 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86', 1220 'gyp', 'asan', 'fuzzer', 'v8_heap', 'release', 'static', 'x86',
1231 ], 1221 ],
1232 1222
1233 'gyp_asan_lsan_edge_fuzzer_debug_bot': [ 1223 'gyp_asan_lsan_edge_fuzzer_debug_bot': [
1234 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot', 1224 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_bot',
1235 ], 1225 ],
1236 1226
1237 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [ 1227 'gyp_asan_lsan_edge_fuzzer_v8_heap_chromeos_codecs_release_bot': [
1238 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs', 1228 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'chromeos_codecs',
1239 'release_bot', 1229 'release_bot',
1240 ], 1230 ],
1241 1231
1242 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot': [ 1232 'gyp_asan_lsan_edge_fuzzer_v8_heap_release_bot': [
1243 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot', 1233 'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'v8_heap', 'release_bot',
1244 ], 1234 ],
1245 1235
1246 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [ 1236 'gyp_asan_lsan_edge_fuzzer_v8_heap_symbolized_release_bot': [
1247 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot', 1237 'gyp', 'asan', 'lsan', 'edge', 'v8_heap', 'symbolized', 'release_bot',
1248 ], 1238 ],
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 }, 2279 },
2290 2280
2291 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2281 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2292 2282
2293 'drmemory': { 2283 'drmemory': {
2294 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2284 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2295 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2285 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2296 }, 2286 },
2297 }, 2287 },
2298 } 2288 }
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