Roll src/third_party/WebKit 3aea697:d9c6159 (svn 201973:201974)
[chromium-blink-merge.git] / tools / mb / mb_config.pyl
blobd5a4a6ade04f23cec2b07a95bd7ba1bcbc06f8cb
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
3 # found in the LICENSE file.
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
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
10   # bots all using the 'gn_release_bot' config).
11   'configs': {
12     'android_cast_gyp_debug_static_bot': ['android', 'cast', 'gyp', 'debug_static_bot'],
13     'android_clang_asan_gyp_debug_bot': ['android', 'clang', 'asan', 'gyp', 'debug_bot'],
14     'android_gn_debug_bot': ['android', 'gn', 'debug_bot'],
15     'android_gn_release_bot': ['android', 'gn', 'release_bot'],
16     'android_gn_release_trybot': ['android', 'gn', 'release_trybot'],
17     'android_gyp_debug_bot': ['android', 'gyp', 'debug_bot'],
18     'android_gyp_debug_static_bot': ['android', 'gyp', 'debug_static_bot'],
19     'android_gyp_debug_static_bot_arm64': ['android', 'gyp', 'debug_static_bot', 'arm64'],
20     'android_gyp_release_bot': ['android', 'gyp', 'release_bot'],
21     'android_gyp_release_trybot': ['android', 'gyp', 'release_trybot'],
22     'cast_gyp_release_bot': ['cast', 'gyp', 'release_bot'],
23     'cast_gyp_release_trybot': ['cast', 'gyp', 'release_trybot'],
24     'chromeos_gn_debug_bot': ['chromeos', 'gn', 'debug_bot'],
25     'chromeos_gn_release_bot': ['chromeos', 'gn', 'release_bot'],
26     'chromeos_gn_release_trybot': ['chromeos', 'gn', 'release_trybot'],
27     'dev_gn_debug': ['gn', 'debug', 'shared', 'full_symbols'],
28     'dev_gn_release': ['gn', 'release', 'shared'],
29     'dev_gyp_debug': ['gyp', 'debug', 'shared', 'full_symbols'],
30     'dev_gyp_release': ['gyp', 'release', 'shared'],
31     'embedded_gyp_debug_bot': ['embedded', 'gyp', 'debug_bot'],
32     'gn_debug_bot': ['gn', 'debug_bot'],
33     'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'],
34     'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86'],
35     'gn_debug_static_bot': ['gn', 'debug_static_bot'],
36     'gn_linux_upload': ['gn_linux_upload'],
37     'gn_release_bot': ['gn', 'release_bot'],
38     'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'],
39     'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols', 'x86'],
40     'gn_release_trybot': ['gn', 'release_trybot'],
41     'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'],
42     'gyp_debug_bot': ['gyp', 'debug_bot'],
43     'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'],
44     'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'],
45     'gyp_release_trybot': ['gyp', 'release_trybot'],
47     # This is just for completeness; any bot that uses this config should never actually run MB.
48     'none': ['none'],
50     'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'release_trybot'],
51     'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp', 'release_trybot'],
52     'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp', 'release_bot'],
53     'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'release_trybot'],
54     'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'],
55     'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'],
56     'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'no_symbols', 'x86'],
57     'swarming_gyp_debug_trybot': ['swarming', 'gyp', 'debug_trybot'],
58     'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'],
59     'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'],
60     'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'],
61     'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'arm', 'crosscompile'],
62     'swarming_gyp_release_trybot_arm_float': ['swarming', 'gyp', 'release_trybot', 'arm_float', 'crosscompile'],
63     'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gyp', 'release_trybot'],
65     # clang/win doesn't work with goma yet, so this can't use debug_bot:
66     'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'],
67   },
69   # This is a list of configs that do not actually exist on any bot
70   # but are used so commonly by devs that we must support them.
71   'common_dev_configs': [
72     'dev_gn_debug',
73     'dev_gn_release',
74     'dev_gyp_debug',
75     'dev_gyp_release',
76   ],
78   # This is a list of configs that some private (not publicly accessible)
79   # bot somewhere uses and that we must support. Ideally we should actually
80   # have a bot for each of these on the public waterfall. Each config should
81   # at least have a contact listed.
82   'private_configs': [
83   ],
85   # This is a list of configs that are not commonly used by that we should
86   # make some effort to support, but if it breaks that is not the end of
87   # the world. Each config should have a contact listed, and we expect the
88   # contact to be on the hook for fixing the config.
89   'unsupported_configs': [
90   ],
92   # This is a dict mapping a given 'mixin' name to a dict of settings that
93   # mb should use. See //tools/mb/docs/user_guide.md for more information.
94   'mixins': {
95     'android': {
96       'gn_args': 'target_os="android"',
97       'gyp_defines': 'OS=android',
98     },
100     'arm': {
101       'gn_args': 'target_cpu="arm"',
102       'gyp_defines': 'target_arch=arm',
103     },
105     'arm_float': {
106       'gn_args': 'error',
107       'gyp_defines': 'target_arch=arm arm_float_abi=hard',
108     },
110     'arm64': {
111       'gn_args': 'target_cpu="arm64"',
112       'gyp_defines': 'target_arch=arm64',
113     },
115     'asan': {
116       'gn_args': 'is_asan=true',
117       'gyp_defines': 'asan=1',
118     },
120     'cast': {
121       'gn_args': '# TODO: Need the GN equivalents for a Chromecast build.',
122       'gyp_defines': 'chromecast=1',
123     },
125     'chromeos': {
126       'gn_args': 'target_os="chromeos"',
127       'gyp_defines': 'chromeos=1',
128     },
130     'clang': {
131       'gn_args': 'is_clang=true',
132       'gyp_defines': 'clang=1',
133     },
135     'crosscompile': {
136       # This mixin is only needed on GYP bots that are doing cross-compiles
137       # but are *not* targetting Android or iOS (where build/gyp_chromium
138       # will set the crosscompile variable automatically). It is not need
139       # in GN at all.
140       'gyp_crosscompile': True,
141     },
143     'dcheck_always_on': {
144       'gn_args': 'dcheck_always_on=true',
145       'gyp_defines': 'dcheck_always_on=1',
146     },
148     'debug': {
149       'gn_args': 'is_debug=true',
150       'gyp_config': 'Debug',
151     },
153     'debug_bot': {
154       'mixins': ['debug', 'shared', 'goma'],
155     },
157     'debug_bot_minimal_symbols': {
158       'mixins': ['debug_bot', 'minimal_symbols'],
159     },
161     'debug_static_bot': {
162       'mixins': ['debug', 'static', 'minimal_symbols', 'goma']
163     },
165     'debug_trybot': {
166       'mixins': ['debug_bot_minimal_symbols'],
167     },
169     'deterministic': {
170       'gn_args': 'error',
171       'gyp_defines': 'dont_embed_build_metadata=1',
172     },
174     'disable_nacl': {
175       'gn_args': 'enable_nacl=false',
176       'gyp_defines': 'disable_nacl=1',
177     },
179     'embedded': {
180       'gn_args': 'error',
181       'gyp_defines': 'embedded=1',
182     },
184     'full_symbols': {
185       'gn_args': 'symbol_level=2',
186       'gyp_defines': 'fastbuild=0',
187     },
189     'gn_linux_upload': {
190       'type': 'gn',
192       # We don't want to require a runtime dependency on glib in the
193       # GN binary; ideally we could just turn glib off, but that doesn't
194       # actually work, so we need to pretend to be doing an ozone build
195       # in order for the flag to actually take effect.
196       'gn_args': 'use_ozone=true use_glib=false',
197     },
199     'gn': {'type': 'gn'},
201     'goma': {
202       'gn_args': 'use_goma=true goma_dir="$(goma_dir)"',
203       'gyp_defines': 'use_goma=1 gomadir=$(goma_dir)',
204     },
206     'gpu_tests': {
207       'gn_args': '', # not needed in GN builds.
208       'gyp_defines': 'archive_gpu_tests=1',
209     },
211     'gyp': {'type': 'gyp'},
213     'lsan': {
214       'gn_args': 'use_lsan=true',
215       'gyp_defines': 'lsan=1',
216     },
218     'minimal_symbols': {
219       'gn_args': 'symbol_level=1',
220       'gyp_defines': 'fastbuild=1',
221     },
223     'msan': {
224       'gn_args': 'use_msan=true',
225       'gyp_defines': 'msan=1 msan_track_origins=2 use_prebuilt_instrumented_libraries=1',
226     },
228     'no_symbols': {
229       'gn_args': 'symbol_level=0',
230       'gyp_defines': 'fastbuild=2',
231     },
233     # This config is used by bots that aren't building Chromium and should
234     # never be running MB. It is used for tracking purposes. These values
235     # were picked such that if someone did try to run MB, both GN and GYP
236     # should error out.
237     'none': {
238       'gn_args': 'error',
239       'gyp_defines': 'target_arch=unknown',
240     },
242     'release': {
243       'gn_args': 'is_debug=false',
244       'gyp_config': 'Release',
245     },
247     'release_bot': {
248       'mixins': ['release', 'static', 'goma'],
249     },
251     'release_bot_minimal_symbols': {
252       'mixins': ['release_bot', 'minimal_symbols'],
253     },
255     'release_trybot': {
256       'mixins': ['release_bot_minimal_symbols', 'dcheck_always_on']
257     },
259     'shared': {
260       'gn_args': 'is_component_build=true',
261       'gyp_defines': 'component=shared_library',
262     },
264     'static': {
265       'gn_args': 'is_component_build=false',
266       'gyp_defines': 'component=static_library',
267     },
269     'swarming': {
270       'gn_args': '',
271       'gyp_defines': 'test_isolation_mode=prepare',
272     },
274     'tsan': {
275       'gn_args': 'use_tsan=true',
276       'gyp_defines': 'tsan=1',
277     },
279     'x86': {
280       'gn_args': 'target_cpu="x86"',
281       'gyp_args': 'target_arch=ia32',
282     },
283   },
285   # This is a map of buildbot master names -> buildbot builder names ->
286   # config names (where each config name is a key in the 'configs' dict,
287   # above). mb uses this dict to look up which config to use for a given bot.
288   # The builders should be sorted by the order they appear in the /builders
289   # page on the buildbots, *not* alphabetically.
290   #
291   # TODO(crbug.com/481692): Add in remaining bots on the waterfalls.
292   'masters': {
293     'chromium.chromiumos': {
294       'Linux ChromiumOS GN': 'chromeos_gn_release_bot',
295       'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
296     },
297     'chromium.linux': {
298       'Linux Builder': 'swarming_gn_release_bot',
299       'Linux Tests': 'swarming_gn_release_bot',
300       'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
301       'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
302       'Linux Builder (dbg)': 'swarming_gyp_debug_bot',
303       'Linux Tests (dbg)(1)': 'swarming_gyp_debug_bot',
304       'Linux GN': 'gn_release_bot',
305       'Linux GN Clobber': 'gn_release_bot',
306       'Linux GN (dbg)': 'gn_debug_bot',
307       'Linux ARM': 'gyp_release_bot_arm',
308       'Cast Linux': 'cast_gyp_release_bot',
309       'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64',
310       'Android Builder (dbg)': 'android_gyp_debug_static_bot',
311       'Android Tests (dbg)': 'android_gyp_debug_static_bot',
312       'Android Builder': 'android_gyp_release_bot',
313       'Android Tests': 'android_gyp_release_bot',
314       'Android Clang Builder (dbg)': 'android_clang_asan_gyp_debug_bot',
315       'Android GN': 'android_gn_release_bot',
316       'Android GN (dbg)': 'android_gn_debug_bot',
317       'Cast Android (dbg)': 'android_cast_gyp_debug_static_bot',
318     },
319     'chromium.mac': {
320       'Mac GN': 'gn_release_bot',
321       'Mac GN (dbg)': 'gn_debug_static_bot',
322     },
323     'chromium.mojo': {
324       'Chromium Mojo Android': 'android_gn_release_bot',
325       'Chromium Mojo Linux Perf': 'gn_release_bot',
326       'Chromium Mojo Android Nexus5 Perf': 'android_gn_release_bot',
327       'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
328       'Chromium Mojo Linux': 'gn_release_bot',
329       'Chromium Mojo Windows 7 Perf': 'gn_release_bot_minimal_symbols_x86',
330     },
331     'chromium.win': {
332       # Windows bots take too long to link w/ full symbols and time out.
333       'Win x64 GN': 'gn_release_bot_minimal_symbols',
334       'Win x64 GN (dbg)': 'gn_debug_bot_minimal_symbols',
335       'Win8 Aura': 'gn_release_bot_minimal_symbols_x86',
336       'Win8 GN': 'gn_release_bot_minimal_symbols_x86',
337       'Win8 GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
338     },
339     'chromium.webkit': {
340       'Android GN': 'android_gn_release_bot',
341       'Android GN (dbg)': 'android_gn_debug_bot',
342       'Linux GN': 'gn_release_bot',
343       'Linux GN (dbg)': 'gn_debug_bot'
344     },
345     'chromium.fyi': {
346       'CrWinClang64(dbg)': 'win_clang_debug_bot',
347     },
348     'chromium.webrtc.fyi': {
349       'Android GN': 'android_gn_release_bot',
350       'Android GN (dbg)': 'android_gn_debug_bot',
351       'Linux GN': 'gn_release_bot',
352       'Linux GN (dbg)': 'gn_debug_bot',
353       'Mac GN': 'gn_release_bot',
354       'Mac GN (dbg)': 'gn_debug_static_bot',
355       'Win GN': 'gn_release_bot_minimal_symbols_x86',
356       'Win GN (dbg)': 'gn_debug_bot_minimal_symbols_x86',
357     },
358     'client.skia': {
359       'Linux Builder': 'swarming_gyp_release_bot',
360       'Linux Builder-Trybot': 'swarming_gyp_release_bot',
361       'Linux Tests': 'swarming_gyp_release_bot',
362     },
364     'client.v8.fyi': {
365       'V8 Linux GN': 'gn_release_bot',
366       'V8 Android GN (dbg)': 'android_gn_debug_bot',
367     },
368     'tryserver.blink': {
369       'android_blink_compile_dbg': 'android_gyp_debug_bot',
370       'android_blink_compile_rel': 'android_gyp_release_trybot',
371       'android_chromium_gn_compile_rel': 'android_gn_release_bot',
372       'linux_chromium_gn_rel': 'gn_release_bot',
373     },
374     'tryserver.chromium.linux': {
375       'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
376       'linux_full_bisect_builder': 'swarming_gyp_release_bot',
377       'linux_site_isolation': 'gyp_release_trybot',
378       'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot',
379       'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
380       'linux_chromium_gn_rel': 'gn_release_trybot',
381       'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot',
382       'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
383       'linux_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot',
384       'linux_chromium_dbg_ng': 'swarming_gyp_debug_trybot',
385       'linux_chromium_trusty_dbg': 'gyp_debug_bot',
386       'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86',
387       'linux_chromium_gn_dbg': 'gn_debug_bot',
388       'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
389       'android_chromium_gn_compile_dbg': 'android_gn_debug_bot',
390       'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
391       'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
392       'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
393       'linux_arm_compile': 'swarming_gyp_release_trybot_arm',
394       'linux_arm': 'swarming_gyp_release_trybot_arm_float',
395       'linux_arm_tester': 'none',
396       'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
397       'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
398       'linux_chromium_clobber_rel_ng': 'gyp_release_trybot',
399       'linux_chromium_gn_upload': 'gn_linux_upload',
400       'cast_shell_linux': 'cast_gyp_release_trybot',
401       'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
402       'linux_ecs_ozone': 'embedded_gyp_debug_bot',
403     },
404     'tryserver.chromium.mac': {
405       'mac_chromium_gn_dbg': 'gn_debug_static_bot',
406       'mac_chromium_gn_rel': 'gn_release_trybot',
407       'mac_chromium_gn_upload': 'gn_release_bot',
408     },
409     'tryserver.chromium.win': {
410       'win_chromium_gn_x64_dbg': 'gn_debug_bot_minimal_symbols',
411       'win_chromium_gn_x64_rel': 'gn_release_trybot',
412       'win8_chromium_ng': 'gn_release_trybot_x86',
413       'win8_chromium_gn_dbg': 'gn_debug_bot_minimal_symbols_x86',
414       'win8_chromium_gn_rel': 'gn_release_trybot_x86',
415       'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols',
416       'win_clang_x64_dbg': 'win_clang_debug_bot',
417     },
418     'tryserver.v8': {
419       'v8_linux_chromium_gn_rel': 'gn_release_trybot',
420       'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
421     },
422   },