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

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

Issue 2391343002: Add 2 config names for builder 'Blimp Android Tester' (Closed)
Patch Set: Dirk comment - modify phase related code in mb.py, mb_unittest.py Created 4 years, 2 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
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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'Afl Upload Linux ASan': 'release_afl_asan', 76 'Afl Upload Linux ASan': 'release_afl_asan',
77 'Android Cloud Tests': 'android_debug_static_bot_x86', 77 'Android Cloud Tests': 'android_debug_static_bot_x86',
78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86', 78 'Android Tests (x86 emulator)': 'android_debug_static_bot_x86',
79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell', 79 'Android Builder (dbg)': 'android_debug_static_bot_vr_shell',
80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls', 80 'Android deterministic': 'android_without_codecs_release_bot_minimal_symbo ls',
81 'Android deterministic (dbg)': 'android_debug_bot', 81 'Android deterministic (dbg)': 'android_debug_bot',
82 'Blimp Android Client': 82 'Blimp Android Client':
83 '//build/args/bots/chromium.fyi/blimp_client_rel.gn', 83 '//build/args/bots/chromium.fyi/blimp_client_rel.gn',
84 'Blimp Linux Engine': 84 'Blimp Linux Engine':
85 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn', 85 '//build/args/bots/chromium.fyi/blimp_engine_rel.gn',
86 'Blimp Client Engine Integration': {
87 'client': 'blimp_chromium_fyi_android_client',
jbudorick 2016/10/07 19:22:01 Can these two just directly reference the files?
Dirk Pranke 2016/10/07 19:25:29 Oh, I missed that :(. I'd be surprised if this ev
shenghuazhang 2016/10/08 00:21:18 Oh I see. Will replace the configs with the direct
88 'engine': 'blimp_chromium_fyi_linux_engine',
89 },
86 'Browser Side Navigation Linux': 'release_bot', 90 'Browser Side Navigation Linux': 'release_bot',
87 'CFI Linux CF': 'cfi_full_cfi_diag_release_static', 91 'CFI Linux CF': 'cfi_full_cfi_diag_release_static',
88 'CFI Linux ToT': 'cfi_full_clang_tot_release_static', 92 'CFI Linux ToT': 'cfi_full_clang_tot_release_static',
89 'CFI Linux': 'cfi_release_static', 93 'CFI Linux': 'cfi_release_static',
90 'CFI Linux Full': 'cfi_full_release_static', 94 'CFI Linux Full': 'cfi_full_release_static',
91 'Chromium Linux Goma Canary': 'release_bot', 95 'Chromium Linux Goma Canary': 'release_bot',
92 'Chromium Linux Goma Canary (clobber)': 'release_bot', 96 'Chromium Linux Goma Canary (clobber)': 'release_bot',
93 'Chromium Linux Precise Goma LinkTest': 'release_bot', 97 'Chromium Linux Precise Goma LinkTest': 'release_bot',
94 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86', 98 'Chromium Linux32 Goma Canary (clobber)': 'release_bot_x86',
95 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot', 99 'Chromium Mac 10.10 MacViews': 'mac_views_browser_release_bot',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'win_chromium_syzyasan_rel': 'syzyasan_no_pch_release_x86', 627 'win_chromium_syzyasan_rel': 'syzyasan_no_pch_release_x86',
624 'win_chromium_x64_rel_ng': 'release_trybot', 628 'win_chromium_x64_rel_ng': 'release_trybot',
625 'win_clang': 'win_clang_debug_bot', 629 'win_clang': 'win_clang_debug_bot',
626 'win_clang_dbg': 'clang_debug_trybot_x86', 630 'win_clang_dbg': 'clang_debug_trybot_x86',
627 'win_clang_rel': 'clang_official_release_trybot_x86', 631 'win_clang_rel': 'clang_official_release_trybot_x86',
628 'win_clang_x64_dbg': 'win_clang_debug_bot', 632 'win_clang_x64_dbg': 'win_clang_debug_bot',
629 'win_clang_x64_rel': 'clang_official_release_trybot', 633 'win_clang_x64_rel': 'clang_official_release_trybot',
630 'win_nacl_sdk': 'release_bot_x86', 634 'win_nacl_sdk': 'release_bot_x86',
631 'win_nacl_sdk_build': 'release_bot_x86', 635 'win_nacl_sdk_build': 'release_bot_x86',
632 'win_optional_gpu_tests_rel': 'gpu_tests_deqp_gles_release_trybot_x86', 636 'win_optional_gpu_tests_rel': 'gpu_tests_deqp_gles_release_trybot_x86',
633 'win_pgo': [ 'official_optimize_chrome_pgo_phase_1_x86', 'official_optimiz e_chrome_pgo_phase_2_x86' ], 637 'win_pgo': {
638 'pgo_phase_1': 'official_optimize_chrome_pgo_phase_1_x86',
639 'pgo_phase_2': 'official_optimize_chrome_pgo_phase_2_x86',
Dirk Pranke 2016/10/07 19:01:59 There's also a PGO builder on the official.desktop
shenghuazhang 2016/10/08 00:21:18 Yeah, I think change keys to '0' and '1' is a good
Dirk Pranke 2016/10/11 00:14:05 Ah, sorry, I was wrong about this. The PGO builder
640 },
634 'win_upload_clang': 'release_bot', 641 'win_upload_clang': 'release_bot',
635 'win_chrome_official': 'official_goma_x86', 642 'win_chrome_official': 'official_goma_x86',
636 }, 643 },
637 644
638 'tryserver.v8': { 645 'tryserver.v8': {
639 'v8_android_chromium_gn_dbg': 'android_debug_bot', 646 'v8_android_chromium_gn_dbg': 'android_debug_bot',
640 'v8_linux_blink_rel': 'release_trybot', 647 'v8_linux_blink_rel': 'release_trybot',
641 'v8_linux_chromium_gn_rel': 'release_trybot', 648 'v8_linux_chromium_gn_rel': 'release_trybot',
642 }, 649 },
643 }, 650 },
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 ], 897 ],
891 898
892 'asan_lsan_release_bot': [ 899 'asan_lsan_release_bot': [
893 'asan', 'lsan', 'release_bot', 900 'asan', 'lsan', 'release_bot',
894 ], 901 ],
895 902
896 'asan_lsan_release_trybot': [ 903 'asan_lsan_release_trybot': [
897 'asan', 'lsan', 'release_trybot', 904 'asan', 'lsan', 'release_trybot',
898 ], 905 ],
899 906
907 'blimp_chromium_fyi_android_client': [
908 'blimp_client_rel'
909 ],
910
911 'blimp_chromium_fyi_linux_engine': [
912 'blimp_engine_rel'
913 ],
914
900 'cast_release_bot': [ 915 'cast_release_bot': [
901 'cast', 'release_bot', 916 'cast', 'release_bot',
902 ], 917 ],
903 918
904 'cast_release_trybot': [ 919 'cast_release_trybot': [
905 'cast', 'release_trybot', 920 'cast', 'release_trybot',
906 ], 921 ],
907 922
908 'cfi_full_cfi_diag_release_static': [ 923 'cfi_full_cfi_diag_release_static': [
909 'cfi_full', 'cfi_diag', 'release', 'static', 924 'cfi_full', 'cfi_diag', 'release', 'static',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 }, 1459 },
1445 1460
1446 'asan': { 1461 'asan': {
1447 'gn_args': 'is_asan=true', 1462 'gn_args': 'is_asan=true',
1448 }, 1463 },
1449 1464
1450 'blink_logging': { 1465 'blink_logging': {
1451 'gn_args': 'blink_logging_always_on=true', 1466 'gn_args': 'blink_logging_always_on=true',
1452 }, 1467 },
1453 1468
1469 'blimp_client_rel': {
1470 'gn_args': '//build/args/bots/chromium.fyi/blimp_client_rel.gn',
1471 },
1472
1473 'blimp_engine_rel': {
1474 'gn_args': '//build/args/bots/chromium.fyi/blimp_engine_rel.gn',
1475 },
1476
1454 'ffmpeg_branding_chrome': { 1477 'ffmpeg_branding_chrome': {
1455 'gn_args': 'ffmpeg_branding="Chrome"', 1478 'gn_args': 'ffmpeg_branding="Chrome"',
1456 }, 1479 },
1457 1480
1458 'ffmpeg_branding_chromeos': { 1481 'ffmpeg_branding_chromeos': {
1459 'gn_args': 'ffmpeg_branding="ChromeOS"', 1482 'gn_args': 'ffmpeg_branding="ChromeOS"',
1460 }, 1483 },
1461 1484
1462 'cast': { 1485 'cast': {
1463 'gn_args': 'is_chromecast=true', 1486 'gn_args': 'is_chromecast=true',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 'gn_args': 'target_cpu="x86"', 1797 'gn_args': 'target_cpu="x86"',
1775 }, 1798 },
1776 1799
1777 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1800 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1778 1801
1779 'drmemory': { 1802 'drmemory': {
1780 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1803 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1781 }, 1804 },
1782 }, 1805 },
1783 } 1806 }
OLDNEW
« tools/mb/mb.py ('K') | « tools/mb/mb.py ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698