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