OLD | NEW |
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). |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma
', 'minimal_symbols', 'android', 'arm64'], | 52 'gyp_official_goma_minimal_symbols_android_arm64': ['gyp', 'official', 'goma
', 'minimal_symbols', 'android', 'arm64'], |
53 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x64'], | 53 'gyp_official_goma_minimal_symbols_x64': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x64'], |
54 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x86'], | 54 'gyp_official_goma_minimal_symbols_x86': ['gyp', 'official', 'goma', 'minima
l_symbols', 'x86'], |
55 'gyp_release_trybot': ['gyp', 'release_trybot'], | 55 'gyp_release_trybot': ['gyp', 'release_trybot'], |
56 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'], | 56 'gyp_release_trybot_x64': ['gyp', 'release_trybot', 'x64'], |
57 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_
codecs'], | 57 'libfuzzer_upload_bot': ['gn', 'release', 'libfuzzer', 'asan', 'proprietary_
codecs'], |
58 | 58 |
59 # This is just for completeness; any bot that uses this config should never
actually run MB. | 59 # This is just for completeness; any bot that uses this config should never
actually run MB. |
60 'none': ['none'], | 60 'none': ['none'], |
61 | 61 |
| 62 'noswarming_gn_release_bot': ['noswarming', 'gn', 'release_bot'], |
62 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], | 63 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], |
63 'noswarming_gyp_release_bot_linux_dump_symbols': ['noswarming', 'gyp', 'rele
ase_bot', 'linux_dump_symbols'], | |
64 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot',
'mac_strip'], | 64 'noswarming_gyp_release_bot_mac_strip': ['noswarming', 'gyp', 'release_bot',
'mac_strip'], |
65 'noswarming_gyp_release_bot_x86_linux_dump_symbols': ['noswarming', 'gyp', '
release_bot', 'x86', 'linux_dump_symbols'], | 65 'noswarming_gyp_release_bot_x86': ['noswarming', 'gyp', 'release_bot', 'x86'
], |
66 | 66 |
67 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea
se_trybot'], | 67 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea
se_trybot'], |
68 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp',
'release_trybot'], | 68 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp',
'release_trybot'], |
69 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp
', 'release_bot'], | 69 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp
', 'release_bot'], |
70 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel
ease_trybot'], | 70 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel
ease_trybot'], |
71 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb
ug_trybot'], | 71 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb
ug_trybot'], |
72 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r
elease_trybot'], | 72 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r
elease_trybot'], |
73 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'], | 73 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'], |
74 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'], | 74 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'], |
75 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], | 75 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 | 230 |
231 'gpu_tests': { | 231 'gpu_tests': { |
232 'gn_args': '', # not needed in GN builds. | 232 'gn_args': '', # not needed in GN builds. |
233 'gyp_defines': 'archive_gpu_tests=1', | 233 'gyp_defines': 'archive_gpu_tests=1', |
234 }, | 234 }, |
235 | 235 |
236 'gyp': {'type': 'gyp'}, | 236 'gyp': {'type': 'gyp'}, |
237 | 237 |
238 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, | 238 'libfuzzer': { 'gn_args': 'use_libfuzzer=true' }, |
239 | 239 |
240 'linux_dump_symbols': { | |
241 'gn_args': '', # TODO(GYP): Port linux_dump_symbols? | |
242 'gyp_defines': 'linux_dump_symbols=1', | |
243 }, | |
244 | |
245 'lsan': { | 240 'lsan': { |
246 'gn_args': 'use_lsan=true', | 241 'gn_args': 'use_lsan=true', |
247 'gyp_defines': 'lsan=1', | 242 'gyp_defines': 'lsan=1', |
248 }, | 243 }, |
249 | 244 |
250 'mac_strip': { | 245 'mac_strip': { |
251 'gn_args': 'error', # TODO(GYP): Port mac_strip_release | 246 'gn_args': 'error', # TODO(GYP): Port mac_strip_release |
252 'gyp_defines': 'mac_strip_release=1', | 247 'gyp_defines': 'mac_strip_release=1', |
253 }, | 248 }, |
254 | 249 |
(...skipping 15 matching lines...) Expand all Loading... |
270 # This config is used by bots that aren't building Chromium and should | 265 # This config is used by bots that aren't building Chromium and should |
271 # never be running MB. It is used for tracking purposes. These values | 266 # never be running MB. It is used for tracking purposes. These values |
272 # were picked such that if someone did try to run MB, both GN and GYP | 267 # were picked such that if someone did try to run MB, both GN and GYP |
273 # should error out. | 268 # should error out. |
274 'none': { | 269 'none': { |
275 'gn_args': 'error', | 270 'gn_args': 'error', |
276 'gyp_defines': 'target_arch=unknown', | 271 'gyp_defines': 'target_arch=unknown', |
277 }, | 272 }, |
278 | 273 |
279 'noswarming': { | 274 'noswarming': { |
| 275 # test_isolation_mode doesn't exist in a GN build (it's always a no-op). |
280 'gn_args': '', | 276 'gn_args': '', |
281 'gyp_defines': 'test_isolation_mode=noop', | 277 'gyp_defines': 'test_isolation_mode=noop', |
282 }, | 278 }, |
283 | 279 |
284 'official': { | 280 'official': { |
285 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false', | 281 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false', |
286 'gyp_defines': 'branding=Chrome buildtype=Official', | 282 'gyp_defines': 'branding=Chrome buildtype=Official', |
287 }, | 283 }, |
288 | 284 |
289 'ozone': { | 285 'ozone': { |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 'masters': { | 349 'masters': { |
354 'chrome': { | 350 'chrome': { |
355 'precise64': 'gn_official', | 351 'precise64': 'gn_official', |
356 }, | 352 }, |
357 'chrome.continuous': { | 353 'chrome.continuous': { |
358 'precise64 trunk': 'gn_official', | 354 'precise64 trunk': 'gn_official', |
359 }, | 355 }, |
360 'chromium': { | 356 'chromium': { |
361 'Win': 'noswarming_gyp_release_bot', | 357 'Win': 'noswarming_gyp_release_bot', |
362 'Mac': 'noswarming_gyp_release_bot_mac_strip', | 358 'Mac': 'noswarming_gyp_release_bot_mac_strip', |
363 'Linux x64': 'noswarming_gyp_release_bot_linux_dump_symbols', | 359 'Linux x64': 'noswarming_gn_release_bot', |
364 'Linux': 'noswarming_gyp_release_bot_x86_linux_dump_symbols', | 360 'Linux': 'noswarming_gyp_release_bot_x86', |
365 'Android': 'android_gyp_release_bot_minimal_symbols', | 361 'Android': 'android_gyp_release_bot_minimal_symbols', |
366 }, | 362 }, |
367 'chromium.android': { | 363 'chromium.android': { |
368 'Android GN Builder (dbg)': 'android_gn_debug_bot', | 364 'Android GN Builder (dbg)': 'android_gn_debug_bot', |
369 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot', | 365 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot', |
370 }, | 366 }, |
371 'chromium.chrome': { | 367 'chromium.chrome': { |
372 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', | 368 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', |
373 'Google Chrome Linux': 'gyp_official_goma_x86', | 369 'Google Chrome Linux': 'gyp_official_goma_x86', |
374 'Google Chrome Linux x64': 'gn_official_goma', | 370 'Google Chrome Linux x64': 'gn_official_goma', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
496 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86', | 492 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86', |
497 'linux_chromium_gn_dbg': 'gn_debug_bot', | 493 'linux_chromium_gn_dbg': 'gn_debug_bot', |
498 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 494 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
499 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 495 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
500 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', | 496 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', |
501 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', | 497 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', |
502 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', | 498 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', |
503 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', | 499 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', |
504 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 500 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
505 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 501 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
506 'linux_chromium_archive_rel_ng': 'noswarming_gyp_release_bot_linux_dump_sy
mbols', | 502 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', |
507 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', | 503 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', |
508 'linux_chromium_gn_upload': 'gn_linux_upload', | 504 'linux_chromium_gn_upload': 'gn_linux_upload', |
509 'cast_shell_linux': 'cast_gyp_release_trybot', | 505 'cast_shell_linux': 'cast_gyp_release_trybot', |
510 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', | 506 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', |
511 'linux_ecs_ozone': 'embedded_gyp_debug_bot', | 507 'linux_ecs_ozone': 'embedded_gyp_debug_bot', |
512 }, | 508 }, |
513 'tryserver.chromium.mac': { | 509 'tryserver.chromium.mac': { |
514 'mac_chromium_gn_dbg': 'gn_debug_static_bot', | 510 'mac_chromium_gn_dbg': 'gn_debug_static_bot', |
515 'mac_chromium_gn_rel': 'gn_release_trybot', | 511 'mac_chromium_gn_rel': 'gn_release_trybot', |
516 'mac_chromium_gn_upload': 'gn_release_bot', | 512 'mac_chromium_gn_upload': 'gn_release_bot', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
549 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 545 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
550 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 546 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
551 'win_clang_x64_dbg': 'win_clang_debug_bot', | 547 'win_clang_x64_dbg': 'win_clang_debug_bot', |
552 }, | 548 }, |
553 'tryserver.v8': { | 549 'tryserver.v8': { |
554 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 550 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
555 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 551 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
556 }, | 552 }, |
557 }, | 553 }, |
558 } | 554 } |
OLD | NEW |