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

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

Issue 1757573002: Convert chromium.android to use "chrome_with_codecs". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 the list of configs that you can pass to mb; each config 6 # This is the list of configs that you can pass to mb; each config
7 # represents a particular combination of GYP_DEFINES/gn args that 7 # represents a particular combination of GYP_DEFINES/gn args that
8 # we must support. A given config *may* be platform-specific but 8 # we must support. A given config *may* be platform-specific but
9 # is not necessarily so (i.e., we might have mac, win, and linux 9 # is not necessarily so (i.e., we might have mac, win, and linux
10 # bots all using the 'gn_release_bot' config). 10 # bots all using the 'gn_release_bot' config).
11 'configs': { 11 'configs': {
12 'android_cast_gyp_debug_static_bot': ['android', 'cast', 'gyp', 'debug_stati c_bot'], 12 'android_cast_gyp_debug_static_bot': ['android', 'cast', 'gyp', 'debug_stati c_bot'],
13 'android_clang_asan_gyp_debug_bot': ['android', 'clang', 'asan', 'gyp', 'deb ug_bot'],\ 13 'android_clang_asan_gyp_debug_bot': ['android', 'clang', 'asan', 'gyp', 'deb ug_bot'],
14 'android_gn_debug_bot': ['android', 'gn', 'debug_bot'], 14 'android_gn_debug_bot': ['android', 'chrome_with_codecs', 'gn', 'debug_bot'] ,
15 'android_gn_debug_static_bot': ['android', 'gn', 'debug_static_bot'], 15 'android_gn_debug_static_bot': ['android', 'chrome_with_codecs', 'gn', 'debu g_static_bot'],
16 'android_gn_debug_static_bot_arm64': ['android', 'gn', 'debug_static_bot', ' arm64'], 16 'android_gn_debug_static_bot_arm64': ['android', 'chrome_with_codecs', 'gn', 'debug_static_bot', 'arm64'],
17 'android_gn_debug_static_bot_mipsel': ['android', 'gn', 'debug_static_bot', 'mipsel'], 17 'android_gn_debug_static_bot_mipsel': ['android', 'chrome_with_codecs', 'gn' , 'debug_static_bot', 'mipsel'],
18 'android_gn_debug_static_bot_x64': ['android', 'gn', 'debug_static_bot', 'x6 4'], 18 'android_gn_debug_static_bot_x64': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x64'],
19 'android_gn_debug_static_bot_x86': ['android', 'gn', 'debug_static_bot', 'x8 6'], 19 'android_gn_debug_static_bot_x86': ['android', 'chrome_with_codecs', 'gn', ' debug_static_bot', 'x86'],
20 'android_gn_release_bot': ['android', 'gn', 'release_bot'], 20 'android_gn_release_bot': ['android', 'gn', 'release_bot'],
21 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'], 21 'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
22 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'], 22 'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'],
23 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'], 23 'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'],
24 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'], 24 'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
25 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot_m inimal_symbols'], 25 'android_gyp_release_bot_minimal_symbols': ['android', 'gyp', 'release_bot_m inimal_symbols'],
26 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'], 26 'cast_gn_release_bot': ['cast', 'gn', 'release_bot'],
27 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'], 27 'cast_gn_release_trybot': ['cast', 'gn', 'release_trybot'],
28 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'], 28 'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
29 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'], 29 'chromeos_ozone_gn_release_bot': ['chromeos', 'ozone', 'gn', 'release_bot'],
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 83
84 # This is just for completeness; any bot that uses this config 84 # This is just for completeness; any bot that uses this config
85 # should never actually run MB. 85 # should never actually run MB.
86 'none': ['none'], 86 'none': ['none'],
87 87
88 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'], 88 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'],
89 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], 89 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'],
90 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'], 90 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot', 'mac_strip'],
91 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ], 91 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86' ],
92 92
93 'swarming_android_gn_release_bot_minimal_symbols': ['swarming', 'android', ' gn', 'release_bot_minimal_symbols'], 93 'swarming_android_gn_release_bot_minimal_symbols': ['swarming', 'android', ' chrome_with_codecs', 'gn', 'release_bot_minimal_symbols'],
94 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'], 94 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea se_trybot'],
95 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'], 95 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
96 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'], 96 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp ', 'release_bot'],
97 'swarming_gpu_fyi_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'internal_g les2_conform_tests', 'gn', 'debug_bot', 'angle_deqp_tests'], 97 'swarming_gpu_fyi_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'internal_g les2_conform_tests', 'gn', 'debug_bot', 'angle_deqp_tests'],
98 'swarming_gpu_fyi_tests_gn_debug_trybot': ['swarming', 'gpu_tests', 'interna l_gles2_conform_tests', 'gn', 'debug_trybot', 'angle_deqp_tests'], 98 'swarming_gpu_fyi_tests_gn_debug_trybot': ['swarming', 'gpu_tests', 'interna l_gles2_conform_tests', 'gn', 'debug_trybot', 'angle_deqp_tests'],
99 'swarming_gpu_fyi_tests_gn_release_bot': ['swarming', 'gpu_tests', 'internal _gles2_conform_tests', 'gn', 'release_bot', 'angle_deqp_tests'], 99 'swarming_gpu_fyi_tests_gn_release_bot': ['swarming', 'gpu_tests', 'internal _gles2_conform_tests', 'gn', 'release_bot', 'angle_deqp_tests'],
100 'swarming_gpu_fyi_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'inter nal_gles2_conform_tests', 'gn', 'release_trybot', 'angle_deqp_tests'], 100 'swarming_gpu_fyi_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'inter nal_gles2_conform_tests', 'gn', 'release_trybot', 'angle_deqp_tests'],
101 'swarming_gpu_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'gn', 'debug_bo t'], 101 'swarming_gpu_tests_gn_debug_bot': ['swarming', 'gpu_tests', 'gn', 'debug_bo t'],
102 'swarming_gpu_tests_gn_release_bot': ['swarming', 'gpu_tests', 'gn', 'releas e_bot'], 102 'swarming_gpu_tests_gn_release_bot': ['swarming', 'gpu_tests', 'gn', 'releas e_bot'],
103 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'], 103 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel ease_trybot'],
(...skipping 28 matching lines...) Expand all
132 'swarming_gyp_release_bot_arm': ['swarming', 'gyp', 'release_bot', 'arm', 'c rosscompile'], 132 'swarming_gyp_release_bot_arm': ['swarming', 'gyp', 'release_bot', 'arm', 'c rosscompile'],
133 'swarming_gyp_release_bot_minimal_symbols_x64': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x64'], 133 'swarming_gyp_release_bot_minimal_symbols_x64': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x64'],
134 'swarming_gyp_release_bot_minimal_symbols_x86': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x86'], 134 'swarming_gyp_release_bot_minimal_symbols_x86': ['swarming', 'gyp', 'release _bot_minimal_symbols', 'x86'],
135 'swarming_gyp_release_bot_x64': ['swarming', 'gyp', 'release_bot', 'x64'], 135 'swarming_gyp_release_bot_x64': ['swarming', 'gyp', 'release_bot', 'x64'],
136 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'], 136 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar m', 'crosscompile'],
137 'swarming_gyp_release_trybot_minimal_symbols_x64': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x64'], 137 'swarming_gyp_release_trybot_minimal_symbols_x64': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x64'],
138 'swarming_gyp_release_trybot_minimal_symbols_x86': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x86'], 138 'swarming_gyp_release_trybot_minimal_symbols_x86': ['swarming', 'gyp', 'rele ase_trybot', 'minimal_symbols', 'x86'],
139 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'], 139 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy p', 'release_trybot'],
140 140
141 # Configurations that build with proprietary codecs enabled. 141 # Configurations that build with proprietary codecs enabled.
142 'android_gn_debug_bot_chrome_with_codecs': ['android', 'gn', 'debug_bot', 'c hrome_with_codecs'],
143 'android_gn_release_bot_chrome_with_codecs': ['android', 'gn', 'release_bot' , 'chrome_with_codecs'], 142 'android_gn_release_bot_chrome_with_codecs': ['android', 'gn', 'release_bot' , 'chrome_with_codecs'],
144 'gn_debug_bot_minimal_symbols_chrome_with_codecs': ['gn', 'debug_bot_minimal _symbols', 'chrome_with_codecs'], 143 'gn_debug_bot_minimal_symbols_chrome_with_codecs': ['gn', 'debug_bot_minimal _symbols', 'chrome_with_codecs'],
145 'gn_debug_static_bot_chrome_with_codecs': ['gn', 'debug_static_bot', 'chrome _with_codecs'], 144 'gn_debug_static_bot_chrome_with_codecs': ['gn', 'debug_static_bot', 'chrome _with_codecs'],
146 'gn_release_bot_chrome_with_codecs': ['gn', 'release_bot', 'chrome_with_code cs'], 145 'gn_release_bot_chrome_with_codecs': ['gn', 'release_bot', 'chrome_with_code cs'],
147 'gn_release_bot_minimal_symbols_chrome_with_codecs': ['gn', 'release_bot_min imal_symbols', 'chrome_with_codecs'], 146 'gn_release_bot_minimal_symbols_chrome_with_codecs': ['gn', 'release_bot_min imal_symbols', 'chrome_with_codecs'],
148 147
149 # This indicates that we haven't yet set up this bot w/ MB. This is 148 # This indicates that we haven't yet set up this bot w/ MB. This is
150 # different from 'none' in that a bot set to 'none' should never do 149 # different from 'none' in that a bot set to 'none' should never do
151 # compiles; a bot set to 'tbd' should do compiles but we haven't 150 # compiles; a bot set to 'tbd' should do compiles but we haven't
152 # added the entries yet. 151 # added the entries yet.
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'Linux Release (NVIDIA)': 'none', 662 'Linux Release (NVIDIA)': 'none',
664 'Linux Debug (NVIDIA)': 'none', 663 'Linux Debug (NVIDIA)': 'none',
665 'Linux Release (Intel)': 'none', 664 'Linux Release (Intel)': 'none',
666 'Linux Release (Intel Graphics Stack)': 'none', 665 'Linux Release (Intel Graphics Stack)': 'none',
667 'Linux Release (ATI)': 'none', 666 'Linux Release (ATI)': 'none',
668 'Linux Debug (NVIDIA)': 'none', 667 'Linux Debug (NVIDIA)': 'none',
669 'Linux Release dEQP (NVIDIA)': 'none', 668 'Linux Release dEQP (NVIDIA)': 'none',
670 }, 669 },
671 'chromium.webrtc.fyi': { 670 'chromium.webrtc.fyi': {
672 'Android GN': 'android_gn_release_bot_chrome_with_codecs', 671 'Android GN': 'android_gn_release_bot_chrome_with_codecs',
673 'Android GN (dbg)': 'android_gn_debug_bot_chrome_with_codecs', 672 'Android GN (dbg)': 'android_gn_debug_bot',
674 'Linux Builder': 'gn_release_bot_chrome_with_codecs', 673 'Linux Builder': 'gn_release_bot_chrome_with_codecs',
675 'Mac GN': 'gn_release_bot_chrome_with_codecs', 674 'Mac GN': 'gn_release_bot_chrome_with_codecs',
676 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs', 675 'Mac GN (dbg)': 'gn_debug_static_bot_chrome_with_codecs',
677 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs', 676 'Win x64 GN': 'gn_release_bot_minimal_symbols_chrome_with_codecs',
678 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs', 677 'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols_chrome_with_codecs',
679 }, 678 },
680 'client.skia': { 679 'client.skia': {
681 'Linux Builder': 'swarming_gn_release_bot', 680 'Linux Builder': 'swarming_gn_release_bot',
682 'Linux Builder-Trybot': 'swarming_gn_release_bot', 681 'Linux Builder-Trybot': 'swarming_gn_release_bot',
683 'Linux Tests': 'swarming_gn_release_bot', 682 'Linux Tests': 'swarming_gn_release_bot',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 'win_chromium_clang_upload': 'gn_release_bot', 812 'win_chromium_clang_upload': 'gn_release_bot',
814 'win_clang_x64_dbg': 'win_clang_debug_bot', 813 'win_clang_x64_dbg': 'win_clang_debug_bot',
815 }, 814 },
816 'tryserver.v8': { 815 'tryserver.v8': {
817 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 816 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
818 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 817 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
819 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64', 818 'v8_linux_blink_rel': 'swarming_gn_release_trybot_minimal_symbols_x64',
820 }, 819 },
821 }, 820 },
822 } 821 }
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