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

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

Issue 2047583002: Update MB config with missing builder entries, etc. (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 19 matching lines...) Expand all
30 'android_cronet_gn_release_bot_minimal_symbols', 30 'android_cronet_gn_release_bot_minimal_symbols',
31 'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot', 31 'Android Cronet Builder (dbg)': 'android_cronet_gn_debug_static_bot',
32 'Android Cronet Data Reduction Proxy Builder': 32 'Android Cronet Data Reduction Proxy Builder':
33 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols', 33 'android_cronet_data_reduction_proxy_gn_release_bot_minimal_symbols',
34 'Android Cronet MIPS Builder': 34 'Android Cronet MIPS Builder':
35 'android_cronet_gn_release_bot_minimal_symbols_mipsel', 35 'android_cronet_gn_release_bot_minimal_symbols_mipsel',
36 'Android Cronet x86 Builder': 36 'Android Cronet x86 Builder':
37 'android_cronet_gn_release_bot_minimal_symbols_x86', 37 'android_cronet_gn_release_bot_minimal_symbols_x86',
38 'Android Cronet x86 Builder (dbg)': 38 'Android Cronet x86 Builder (dbg)':
39 'android_cronet_gn_debug_static_bot_x86', 39 'android_cronet_gn_debug_static_bot_x86',
40 'Android GN Builder (dbg)': 'android_gn_debug_bot_minimal_symbols',
41 'Android MIPS Builder (dbg)': 40 'Android MIPS Builder (dbg)':
42 'android_gn_debug_static_minimal_symbols_mipsel', 41 'android_gn_debug_static_minimal_symbols_mipsel',
43 'Android N5X Swarm Builder': 42 'Android N5X Swarm Builder':
44 'swarming_android_gn_release_bot_minimal_symbols_arm64', 43 'swarming_android_gn_release_bot_minimal_symbols_arm64',
45 'Android Swarm Builder': 44 'Android Swarm Builder':
46 'swarming_android_gn_release_bot_minimal_symbols', 45 'swarming_android_gn_release_bot_minimal_symbols',
47 'Android WebView CTS L-MR1 (dbg)': 'none', 46 'Android WebView CTS L-MR1 (dbg)': 'none',
48 'Android Webview L (dbg)': 'none', 47 'Android Webview L (dbg)': 'none',
49 'Android Webview M (dbg)': 'none', 48 'Android Webview M (dbg)': 'none',
50 'Android arm Builder (dbg)': 'android_gn_debug_static_bot', 49 'Android arm Builder (dbg)': 'android_gn_debug_static_bot',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'Linux ChromiumOS Tests (1)': 'none', 82 'Linux ChromiumOS Tests (1)': 'none',
84 'Linux ChromiumOS Tests (dbg)(1)': 'none', 83 'Linux ChromiumOS Tests (dbg)(1)': 'none',
85 }, 84 },
86 85
87 'chromium.fyi': { 86 'chromium.fyi': {
88 'Android ChromeDriver Tests (dbg)': 'none', 87 'Android ChromeDriver Tests (dbg)': 'none',
89 'Android Cloud Tests': 'android_gn_debug_static_bot_x86', 88 'Android Cloud Tests': 'android_gn_debug_static_bot_x86',
90 'Android Remoting Tests': 'none', 89 'Android Remoting Tests': 'none',
91 'Android Tests (trial)(dbg)': 'none', 90 'Android Tests (trial)(dbg)': 'none',
92 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86', 91 'Android Tests (x86 emulator)': 'android_gn_debug_static_bot_x86',
93 'Android Asan Builder Tests (dbg)':
94 'android_asan_gn_clang_shared_debug_minimal_symbols',
95 'Android Builder (dbg)': 'android_gn_debug_static_bot', 92 'Android Builder (dbg)': 'android_gn_debug_static_bot',
96 'Blimp Linux (dbg)': 93 'Blimp Linux (dbg)':
97 '//build/args/bots/chromium.fyi/blimp_linux_dbg.gn', 94 '//build/args/bots/chromium.fyi/blimp_linux_dbg.gn',
98 'Browser Side Navigation Linux': 'gn_release_bot', 95 'Browser Side Navigation Linux': 'gn_release_bot',
99 'CFI Linux CF': 'gn_cfi_diag_release_static', 96 'CFI Linux CF': 'gn_cfi_diag_release_static',
100 'CFI Linux ToT': 'gn_cfi_release_static', 97 'CFI Linux ToT': 'gn_cfi_release_static',
101 'CFI Linux': 'gn_cfi_release_static', 98 'CFI Linux': 'gn_cfi_release_static',
102 'Chromium Linux Goma Canary': 'gn_release_bot', 99 'Chromium Linux Goma Canary': 'gn_release_bot',
103 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot', 100 'Chromium Linux Goma Canary (clobber)': 'gn_release_bot',
104 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot', 101 'Chromium Linux Precise Goma LinkTest': 'gn_release_bot',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'CrWinClangLLD tester': 'none', 189 'CrWinClangLLD tester': 'none',
193 'CrWinClangLLD64': 190 'CrWinClangLLD64':
194 'swarming_gyp_clang_tot_minimal_symbols_shared_release_use_lld_x64', 191 'swarming_gyp_clang_tot_minimal_symbols_shared_release_use_lld_x64',
195 'CrWinClangLLD64 tester': 'none', 192 'CrWinClangLLD64 tester': 'none',
196 'CrWinClngLLD64dbg': 193 'CrWinClngLLD64dbg':
197 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x64', 194 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x64',
198 'CrWinClngLLD64dbg tester': 'none', 195 'CrWinClngLLD64dbg tester': 'none',
199 'CrWinClngLLDdbg': 196 'CrWinClngLLDdbg':
200 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x86', 197 'swarming_gyp_clang_tot_minimal_symbols_shared_debug_use_lld_x86',
201 'CrWinClngLLDdbg tester': 'none', 198 'CrWinClngLLDdbg tester': 'none',
199 'EarlGreyiOS': 'ios_gyp',
202 'Headless Linux (dbg)': 200 'Headless Linux (dbg)':
203 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', 201 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn',
204 'MD Top Chrome ChromeOS material-hybrid': 202 'MD Top Chrome ChromeOS material-hybrid':
205 'gyp_chromeos_with_codecs_debug_bot', 203 'gyp_chromeos_with_codecs_debug_bot',
206 'MD Top Chrome ChromeOS non-material': 204 'MD Top Chrome ChromeOS non-material':
207 'gyp_chromeos_with_codecs_debug_bot', 205 'gyp_chromeos_with_codecs_debug_bot',
208 'MD Top Chrome Win material': 206 'MD Top Chrome Win material':
209 'gyp_debug_bot_minimal_symbols_x64', 207 'gyp_debug_bot_minimal_symbols_x64',
210 'MD Top Chrome Linux material': 'gn_debug_bot', 208 'MD Top Chrome Linux material': 'gn_debug_bot',
211 'LTO Linux': 'gn_official_goma_lto', 209 'LTO Linux': 'gn_official_goma_lto',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'Win8 Release (NVIDIA)': 'none', 294 'Win8 Release (NVIDIA)': 'none',
297 }, 295 },
298 296
299 'chromium.linux': { 297 'chromium.linux': {
300 'Android Arm64 Builder (dbg)': 298 'Android Arm64 Builder (dbg)':
301 'swarming_android_gn_debug_static_bot_arm64', 299 'swarming_android_gn_debug_static_bot_arm64',
302 'Android Builder (dbg)': 'swarming_android_gn_debug_static_bot', 300 'Android Builder (dbg)': 'swarming_android_gn_debug_static_bot',
303 'Android Builder': 'swarming_android_gn_release_bot_minimal_symbols', 301 'Android Builder': 'swarming_android_gn_release_bot_minimal_symbols',
304 'Android Clang Builder (dbg)': 302 'Android Clang Builder (dbg)':
305 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols', 303 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols',
306 'Android GN (dbg)': 'android_gn_debug_bot_minimal_symbols',
307 'Android GN': 'android_gn_release_bot_minimal_symbols',
308 'Android Tests (dbg)': 'swarming_android_gn_debug_static_bot', 304 'Android Tests (dbg)': 'swarming_android_gn_debug_static_bot',
309 'Android Tests': 'swarming_android_gn_release_bot_minimal_symbols', 305 'Android Tests': 'swarming_android_gn_release_bot_minimal_symbols',
310 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot', 306 'Cast Android (dbg)': 'android_cast_gn_debug_static_bot',
311 'Cast Linux': 'cast_gn_release_bot', 307 'Cast Linux': 'cast_gn_release_bot',
312 'Linux Builder (dbg)': 'swarming_gn_debug_bot', 308 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
313 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86', 309 'Linux Builder (dbg)(32)': 'swarming_gn_debug_bot_x86',
314 'Linux Builder': 'swarming_gn_release_bot', 310 'Linux Builder': 'swarming_gn_release_bot',
315 'Linux Tests (dbg)(1)': 'none', 311 'Linux Tests (dbg)(1)': 'none',
316 'Linux Tests (dbg)(1)(32)': 'none', 312 'Linux Tests (dbg)(1)(32)': 'none',
317 'Linux Tests': 'none', 313 'Linux Tests': 'none',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'Mac10.11 Tests': 'none', 358 'Mac10.11 Tests': 'none',
363 'Mac10.9 Tests (dbg)': 'none', 359 'Mac10.9 Tests (dbg)': 'none',
364 'Mac10.9 Tests': 'none', 360 'Mac10.9 Tests': 'none',
365 'ios-device': 'ios_gyp', 361 'ios-device': 'ios_gyp',
366 'ios-device-gn': 'ios_gn', 362 'ios-device-gn': 'ios_gn',
367 'ios-simulator': 'ios_gyp', 363 'ios-simulator': 'ios_gyp',
368 'ios-simulator-gn': 'ios_gn', 364 'ios-simulator-gn': 'ios_gn',
369 }, 365 },
370 366
371 'chromium.memory': { 367 'chromium.memory': {
372 'Linux ASAN LSAN Builder': 'swarming_asan_lsan_gn_release_bot', 368 'Linux ASan LSan Builder': 'swarming_asan_lsan_gn_release_bot',
373 'Linux ASAN LSAN Tests (1)': 'none', 369 'Linux ASan LSan Tests (1)': 'none',
374 'Linux ASAN LSAN Tests (sandboxed)': 'none', 370 'Linux ASan LSan Tests (sandboxed)': 'none',
375 'Mac ASAN 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot', 371 'Mac ASan 64 Builder': 'swarming_asan_lsan_full_symbols_gyp_release_bot',
376 'Mac ASAN 64 Tests (1)': 'none', 372 'Mac ASan 64 Tests (1)': 'none',
377 'Linux Chromium OS ASAN LSAN Builder': 373 'Linux Chromium OS ASan LSan Builder':
378 'swarming_asan_lsan_chromeos_gyp_release_bot', 374 'swarming_asan_lsan_chromeos_gyp_release_bot',
379 'Linux Chromium OS ASAN LSAN Tests (1)': 'none', 375 'Linux Chromium OS ASan LSan Tests (1)': 'none',
380 }, 376 },
381 377
382 'chromium.memory.fyi': { 378 'chromium.memory.fyi': {
383 'Chromium Linux ChromeOS MSan Builder': 379 'Chromium Linux ChromeOS MSan Builder':
384 'swarming_gyp_chromeos_msan_release_bot', 380 'swarming_gyp_chromeos_msan_release_bot',
385 'Chromium Linux MSan Builder': 381 'Chromium Linux MSan Builder':
386 'swarming_gyp_msan_release_bot', 382 'swarming_gyp_msan_release_bot',
387 'Chromium Linux TSan Builder': 383 'Chromium Linux TSan Builder':
388 'swarming_tsan_disable_nacl_gn_release_bot', 384 'swarming_tsan_disable_nacl_gn_release_bot',
389 'Chromium Windows Builder (DrMemory x64)': 385 'Chromium Windows Builder (DrMemory x64)':
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'Android Builder': 'gn_official_goma_minimal_symbols_android', 426 'Android Builder': 'gn_official_goma_minimal_symbols_android',
431 'Android Galaxy S5 Perf (1)': 'none', 427 'Android Galaxy S5 Perf (1)': 'none',
432 'Android Galaxy S5 Perf (2)': 'none', 428 'Android Galaxy S5 Perf (2)': 'none',
433 'Android Galaxy S5 Perf (3)': 'none', 429 'Android Galaxy S5 Perf (3)': 'none',
434 'Android Nexus5 Perf (1)': 'none', 430 'Android Nexus5 Perf (1)': 'none',
435 'Android Nexus5 Perf (2)': 'none', 431 'Android Nexus5 Perf (2)': 'none',
436 'Android Nexus5 Perf (3)': 'none', 432 'Android Nexus5 Perf (3)': 'none',
437 'Android Nexus5X Perf (1)': 'none', 433 'Android Nexus5X Perf (1)': 'none',
438 'Android Nexus5X Perf (2)': 'none', 434 'Android Nexus5X Perf (2)': 'none',
439 'Android Nexus5X Perf (3)': 'none', 435 'Android Nexus5X Perf (3)': 'none',
436 'Android Nexus5X WebView Perf (1)': 'none',
437 'Android Nexus5X WebView Perf (2)': 'none',
438 'Android Nexus5X WebView Perf (3)': 'none',
440 'Android Nexus6 Perf (1)': 'none', 439 'Android Nexus6 Perf (1)': 'none',
441 'Android Nexus6 Perf (2)': 'none', 440 'Android Nexus6 Perf (2)': 'none',
442 'Android Nexus6 Perf (3)': 'none', 441 'Android Nexus6 Perf (3)': 'none',
443 'Android Nexus7v2 Perf (1)': 'none', 442 'Android Nexus7v2 Perf (1)': 'none',
444 'Android Nexus7v2 Perf (2)': 'none', 443 'Android Nexus7v2 Perf (2)': 'none',
445 'Android Nexus7v2 Perf (3)': 'none', 444 'Android Nexus7v2 Perf (3)': 'none',
446 'Android Nexus9 Perf (1)': 'none', 445 'Android Nexus9 Perf (1)': 'none',
447 'Android Nexus9 Perf (2)': 'none', 446 'Android Nexus9 Perf (2)': 'none',
448 'Android Nexus9 Perf (3)': 'none', 447 'Android Nexus9 Perf (3)': 'none',
449 'Android One Perf (1)': 'none', 448 'Android One Perf (1)': 'none',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'win_blink_compile_dbg': 'swarming_gn_debug_trybot_x86', 662 'win_blink_compile_dbg': 'swarming_gn_debug_trybot_x86',
664 'win_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86', 663 'win_blink_compile_rel': 'swarming_gn_release_bot_minimal_symbols_x86',
665 'win_blink_dbg': 'swarming_gn_debug_trybot_x86', 664 'win_blink_dbg': 'swarming_gn_debug_trybot_x86',
666 'win_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86', 665 'win_blink_rel': 'swarming_gn_release_bot_minimal_symbols_x86',
667 }, 666 },
668 667
669 'tryserver.chromium.android': { 668 'tryserver.chromium.android': {
670 'android_archive_rel_ng': 'android_gn_release_trybot', 669 'android_archive_rel_ng': 'android_gn_release_trybot',
671 'android_arm64_dbg_recipe': 'swarming_android_gn_debug_trybot_arm64', 670 'android_arm64_dbg_recipe': 'swarming_android_gn_debug_trybot_arm64',
672 'android_blink_rel': 'swarming_android_gn_release_trybot', 671 'android_blink_rel': 'swarming_android_gn_release_trybot',
673 'android_chromium_gn_compile_dbg': 'android_gn_debug_trybot',
674 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
675 'android_chromium_gn_rel': 'android_gn_release_trybot',
676 'android_chromium_variable': 'findit', 672 'android_chromium_variable': 'findit',
677 'android_chromium_variable_archive': 'findit', 673 'android_chromium_variable_archive': 'findit',
678 'android_chromium_variable_arm64': 'findit', 674 'android_chromium_variable_arm64': 'findit',
679 'android_chromium_variable_cast_shell': 'findit', 675 'android_chromium_variable_cast_shell': 'findit',
680 'android_chromium_variable_clang': 'findit', 676 'android_chromium_variable_clang': 'findit',
681 'android_chromium_variable_gn': 'findit', 677 'android_chromium_variable_gn': 'findit',
682 'android_chromium_variable_nexus4': 'findit', 678 'android_chromium_variable_nexus4': 'findit',
683 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gn_debug_trybot', 679 'android_clang_dbg_recipe': 'android_clang_asan_findbugs_gn_debug_trybot',
684 'android_compile_dbg': 'swarming_android_gn_debug_trybot', 680 'android_compile_dbg': 'swarming_android_gn_debug_trybot',
685 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel', 681 'android_compile_mips_dbg': 'android_gn_debug_trybot_mipsel',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'linux_chromium_variable': 'findit', 760 'linux_chromium_variable': 'findit',
765 'linux_chromium_variable_32': 'findit', 761 'linux_chromium_variable_32': 'findit',
766 'linux_chromium_variable_chrome': 'findit', 762 'linux_chromium_variable_chrome': 'findit',
767 'linux_chromium_variable_clobber': 'findit', 763 'linux_chromium_variable_clobber': 'findit',
768 'linux_chromium_variable_32_chrome': 'findit', 764 'linux_chromium_variable_32_chrome': 'findit',
769 'linux_chromium_variable_32_clobber': 'findit', 765 'linux_chromium_variable_32_clobber': 'findit',
770 'linux_chromium_webkit_asan_variable': 'findit', 766 'linux_chromium_webkit_asan_variable': 'findit',
771 'linux_chromium_webkit_leak_variable': 'findit', 767 'linux_chromium_webkit_leak_variable': 'findit',
772 'linux_chromium_webkit_msan_variable': 'findit', 768 'linux_chromium_webkit_msan_variable': 'findit',
773 'linux_chromium_webkit_variable': 'findit', 769 'linux_chromium_webkit_variable': 'findit',
770 'linux_chromiumos_full_variable': 'findit',
774 'linux_nacl_sdk': 'gn_release_bot', 771 'linux_nacl_sdk': 'gn_release_bot',
775 'linux_nacl_sdk_build': 'gn_release_bot', 772 'linux_nacl_sdk_build': 'gn_release_bot',
776 'linux_optional_gpu_tests_rel': 773 'linux_optional_gpu_tests_rel':
777 'swarming_gpu_fyi_tests_gn_release_trybot', 774 'swarming_gpu_fyi_tests_gn_release_trybot',
778 'linux_site_isolation': 'gn_release_trybot', 775 'linux_site_isolation': 'gn_release_trybot',
779 'linux_upload_clang': 'gn_release_bot', 776 'linux_upload_clang': 'gn_release_bot',
780 }, 777 },
781 778
782 'tryserver.chromium.mac': { 779 'tryserver.chromium.mac': {
783 'ios-device': 'ios_gyp', 780 'ios-device': 'ios_gyp',
784 'ios-device-gn': 'ios_gn', 781 'ios-device-gn': 'ios_gn',
785 'ios-simulator': 'ios_gyp', 782 'ios-simulator': 'ios_gyp',
786 'ios-simulator-gn': 'ios_gn', 783 'ios-simulator-gn': 'ios_gn',
787 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 784 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
785 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot',
788 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_trybot', 786 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_trybot',
789 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 787 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot',
790 'mac_chromium_asan_variable': 'findit', 788 'mac_chromium_asan_variable': 'findit',
791 'mac_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', 789 'mac_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot',
792 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 790 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
793 'mac_chromium_dbg_ng': 'swarming_gyp_debug_trybot', 791 'mac_chromium_dbg_ng': 'swarming_gyp_debug_trybot',
794 'mac_chromium_gn_dbg': 'gn_debug_bot', 792 'mac_chromium_gn_dbg': 'gn_debug_bot',
795 'mac_chromium_gn_rel': 'gn_release_trybot', 793 'mac_chromium_gn_rel': 'gn_release_trybot',
796 'mac_chromium_gn_upload': 'gn_release_bot', 794 'mac_chromium_gn_upload': 'gn_release_bot',
797 'mac_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 795 'mac_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
798 'mac_chromium_variable': 'findit', 796 'mac_chromium_variable': 'findit',
799 'mac_chromium_variable_10.10': 'findit', 797 'mac_chromium_variable_10.10': 'findit',
798 'mac_chromium_variable_10.10_macviews': 'findit',
800 'mac_chromium_variable_10.10_layout': 'findit', 799 'mac_chromium_variable_10.10_layout': 'findit',
800 'mac_chromium_variable_10.11': 'findit',
801 'mac_chromium_variable_10.11_layout': 'findit',
801 'mac_chromium_variable_archive': 'findit', 802 'mac_chromium_variable_archive': 'findit',
802 'mac_chromium_variable_chrome': 'findit', 803 'mac_chromium_variable_chrome': 'findit',
803 'mac_chromium_variable_gn': 'findit', 804 'mac_chromium_variable_gn': 'findit',
804 'mac_chromium_variable_layout': 'findit', 805 'mac_chromium_variable_layout': 'findit',
805 'mac_nacl_sdk': 'nacl_annotator', 806 'mac_nacl_sdk': 'nacl_annotator',
806 'mac_nacl_sdk_build': 'nacl_annotator', 807 'mac_nacl_sdk_build': 'nacl_annotator',
807 'mac_optional_gpu_tests_rel': 808 'mac_optional_gpu_tests_rel':
808 'swarming_gpu_fyi_tests_gyp_release_trybot', 809 'swarming_gpu_fyi_tests_gyp_release_trybot',
809 'mac_upload_clang': 'gn_release_bot', 810 'mac_upload_clang': 'gn_release_bot',
810 }, 811 },
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 'win_archive': 'noswarming_gn_release_trybot_x86', 863 'win_archive': 'noswarming_gn_release_trybot_x86',
863 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86', 864 'win_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot_x86',
864 'win_chromium_compile_rel_ng': 865 'win_chromium_compile_rel_ng':
865 'swarming_gpu_tests_gn_release_trybot_x86', 866 'swarming_gpu_tests_gn_release_trybot_x86',
866 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86', 867 'win_chromium_dbg_ng': 'swarming_gn_debug_trybot_x86',
867 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86', 868 'win_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot_x86',
868 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86', 869 'win_chromium_syzyasan_rel': 'swarming_gyp_syzyasan_release_trybot_x86',
869 'win_chromium_variable': 'findit', 870 'win_chromium_variable': 'findit',
870 'win_chromium_variable_archive': 'findit', 871 'win_chromium_variable_archive': 'findit',
871 'win_chromium_variable_chrome': 'findit', 872 'win_chromium_variable_chrome': 'findit',
873 'win_chromium_variable_clang': 'findit',
872 'win_chromium_variable_gn': 'findit', 874 'win_chromium_variable_gn': 'findit',
873 'win_chromium_variable_webkit_builder': 'findit', 875 'win_chromium_variable_webkit_builder': 'findit',
874 'win_chromium_variable_webkit_layout': 'findit', 876 'win_chromium_variable_webkit_layout': 'findit',
875 'win_chromium_variable_webkit_win7_builder': 'findit', 877 'win_chromium_variable_webkit_win7_builder': 'findit',
876 'win_chromium_variable_webkit_win7_builder_x64': 'findit', 878 'win_chromium_variable_webkit_win7_builder_x64': 'findit',
877 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64', 879 'win_chromium_x64_rel_ng': 'swarming_gn_release_trybot_x64',
878 'win_clang': 'win_clang_debug_bot', 880 'win_clang': 'win_clang_debug_bot',
879 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86', 881 'win_clang_dbg': 'swarming_gyp_clang_debug_trybot_x86',
880 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86', 882 'win_clang_rel': 'swarming_gyp_clang_official_release_trybot_x86',
881 'win_clang_x64_dbg': 'win_clang_debug_bot', 883 'win_clang_x64_dbg': 'win_clang_debug_bot',
882 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64', 884 'win_clang_x64_rel': 'swarming_gyp_clang_official_release_trybot_x64',
883 'win_nacl_sdk': 'nacl_annotator', 885 'win_nacl_sdk': 'nacl_annotator',
884 'win_nacl_sdk_build': 'nacl_annotator', 886 'win_nacl_sdk_build': 'nacl_annotator',
885 'win_optional_gpu_tests_rel': 887 'win_optional_gpu_tests_rel':
886 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 888 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86',
887 'win_pgo': 'gyp_official_winpgo', 889 'win_pgo': 'gyp_official_winpgo',
888 'win_upload_clang': 'gn_release_bot', 890 'win_upload_clang': 'gn_release_bot',
889 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86', 891 'win_chrome_official': 'gn_official_goma_minimal_symbols_x86',
892 'win_x64_chromium_variable_builder': 'findit',
890 }, 893 },
891 894
892 'tryserver.v8': { 895 'tryserver.v8': {
893 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 896 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
894 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64', 897 'v8_linux_blink_rel': 'swarming_gn_release_trybot_x64',
895 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 898 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
896 }, 899 },
897 }, 900 },
898 901
899 902
900 # This is the list of configs that you can pass to mb; each config 903 # This is the list of configs that you can pass to mb; each config
901 # represents a particular combination of GYP_DEFINES/gn args that 904 # represents a particular combination of GYP_DEFINES/gn args that
902 # we must support. A given config *may* be platform-specific but 905 # we must support. A given config *may* be platform-specific but
903 # is not necessarily so (i.e., we might have mac, win, and linux 906 # is not necessarily so (i.e., we might have mac, win, and linux
904 # bots all using the 'gn_release_bot' config). 907 # bots all using the 'gn_release_bot' config).
905 'configs': { 908 'configs': {
906 'android_asan_gn_clang_shared_debug_minimal_symbols': [
907 'android', 'asan', 'gn', 'clang', 'shared', 'debug', 'minimal_symbols',
908 ],
909
910 'android_cast_gn_debug_static_bot': [ 909 'android_cast_gn_debug_static_bot': [
911 'android', 'cast', 'gn', 'clang', 'debug_static_bot', 910 'android', 'cast', 'gn', 'clang', 'debug_static_bot',
912 ], 911 ],
913 912
914 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols': [ 913 'android_clang_asan_findbugs_gn_debug_bot_minimal_symbols': [
915 'android', 'clang', 'asan', 'findbugs', 'gn', 914 'android', 'clang', 'asan', 'findbugs', 'gn',
916 'debug_bot_minimal_symbols', 915 'debug_bot_minimal_symbols',
917 ], 916 ],
918 917
919 'android_clang_asan_findbugs_gn_debug_trybot': [ 918 'android_clang_asan_findbugs_gn_debug_trybot': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 ], 958 ],
960 959
961 'android_cronet_gn_release_bot_minimal_symbols_x86': [ 960 'android_cronet_gn_release_bot_minimal_symbols_x86': [
962 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86' 961 'android', 'cronet', 'gn', 'release_bot_minimal_symbols', 'x86'
963 ], 962 ],
964 963
965 'android_gn_debug_bot': [ 964 'android_gn_debug_bot': [
966 'android', 'gn', 'debug_bot', 965 'android', 'gn', 'debug_bot',
967 ], 966 ],
968 967
969 'android_gn_debug_bot_minimal_symbols': [
970 'android', 'gn', 'debug_bot_minimal_symbols',
971 ],
972
973 'android_gn_debug_static_bot': [ 968 'android_gn_debug_static_bot': [
974 'android', 'gn', 'debug_static_bot', 969 'android', 'gn', 'debug_static_bot',
975 ], 970 ],
976 971
977 'android_gn_debug_static_bot_arm64': [ 972 'android_gn_debug_static_bot_arm64': [
978 'android', 'gn', 'debug_static_bot', 'arm64', 973 'android', 'gn', 'debug_static_bot', 'arm64',
979 ], 974 ],
980 975
981 'android_gn_debug_static_bot_x64': [ 976 'android_gn_debug_static_bot_x64': [
982 'android', 'gn', 'debug_static_bot', 'x64', 977 'android', 'gn', 'debug_static_bot', 'x64',
983 ], 978 ],
984 979
985 'android_gn_debug_static_bot_x86': [ 980 'android_gn_debug_static_bot_x86': [
986 'android', 'gn', 'debug_static_bot', 'x86', 981 'android', 'gn', 'debug_static_bot', 'x86',
987 ], 982 ],
988 983
989 'android_gn_debug_static_minimal_symbols_mipsel': [ 984 'android_gn_debug_static_minimal_symbols_mipsel': [
990 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel', 985 'android', 'gn', 'debug', 'static', 'minimal_symbols', 'mipsel',
991 ], 986 ],
992 987
993 'android_gn_debug_static_trybot': [ 988 'android_gn_debug_static_trybot': [
994 'android', 'gn', 'debug_static_trybot', 989 'android', 'gn', 'debug_static_trybot',
995 ], 990 ],
996 991
997 'android_gn_debug_static_trybot_arm64': [ 992 'android_gn_debug_static_trybot_arm64': [
998 'android', 'gn', 'debug_static_trybot', 'arm64', 993 'android', 'gn', 'debug_static_trybot', 'arm64',
999 ], 994 ],
1000 995
1001 'android_gn_debug_trybot': [
1002 'android', 'gn', 'debug_trybot',
1003 ],
1004
1005 'android_gn_debug_trybot_java_coverage': [ 996 'android_gn_debug_trybot_java_coverage': [
1006 'android', 'gn', 'debug_trybot', 'java_coverage', 997 'android', 'gn', 'debug_trybot', 'java_coverage',
1007 ], 998 ],
1008 999
1009 'android_gn_debug_trybot_mipsel': [ 1000 'android_gn_debug_trybot_mipsel': [
1010 'android', 'gn', 'debug_trybot', 'mipsel', 1001 'android', 'gn', 'debug_trybot', 'mipsel',
1011 ], 1002 ],
1012 1003
1013 'android_gn_debug_trybot_x64': [ 1004 'android_gn_debug_trybot_x64': [
1014 'android', 'gn', 'debug_trybot', 'x64', 1005 'android', 'gn', 'debug_trybot', 'x64',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
1389 # It is an error to actually use one of these configs to generate the 1380 # It is an error to actually use one of these configs to generate the
1390 # build files. 1381 # build files.
1391 'ios_gn': [ 'gn', 'error'], 1382 'ios_gn': [ 'gn', 'error'],
1392 1383
1393 'ios_gyp': ['gyp', 'error'], 1384 'ios_gyp': ['gyp', 'error'],
1394 1385
1395 'mac_views_browser_gyp_release_bot': [ 1386 'mac_views_browser_gyp_release_bot': [
1396 'mac_views_browser', 'gyp', 'release_bot', 1387 'mac_views_browser', 'gyp', 'release_bot',
1397 ], 1388 ],
1398 1389
1390 'mac_views_browser_gyp_release_trybot': [
1391 'mac_views_browser', 'gyp', 'release_trybot',
1392 ],
1393
1399 # This is used to indicate that the bot runs the nacl annotator-based 1394 # This is used to indicate that the bot runs the nacl annotator-based
1400 # configs and switching them is out of scope for MB. 1395 # configs and switching them is out of scope for MB.
1401 'nacl_annotator': [ 'error' ], 1396 'nacl_annotator': [ 'error' ],
1402 1397
1403 # This is used for tracking purposes; any bot that uses this config 1398 # This is used for tracking purposes; any bot that uses this config
1404 # should never actually run MB. 1399 # should never actually run MB.
1405 'none': [ 1400 'none': [
1406 'error', 1401 'error',
1407 ], 1402 ],
1408 1403
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2310 }, 2305 },
2311 2306
2312 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2307 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2313 2308
2314 'drmemory': { 2309 'drmemory': {
2315 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2310 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2316 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2311 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2317 }, 2312 },
2318 }, 2313 },
2319 } 2314 }
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