| 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'], | |
| 64 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], | 63 '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': ['noswarming', 'gyp', 'release_bot', 'x86'
], | 66 'noswarming_gyp_release_bot_x86_linux_dump_symbols': ['noswarming', 'gyp', '
release_bot', 'x86', 'linux_dump_symbols'], |
| 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 |
| 246 'lsan': { | 251 'lsan': { |
| 247 'gn_args': 'use_lsan=true', | 252 'gn_args': 'use_lsan=true', |
| 248 'gyp_defines': 'lsan=1', | 253 'gyp_defines': 'lsan=1', |
| 249 }, | 254 }, |
| 250 | 255 |
| 251 'mac_strip': { | 256 'mac_strip': { |
| 252 'gn_args': 'error', # TODO(GYP): Port mac_strip_release | 257 'gn_args': 'error', # TODO(GYP): Port mac_strip_release |
| 253 'gyp_defines': 'mac_strip_release=1', | 258 'gyp_defines': 'mac_strip_release=1', |
| 254 }, | 259 }, |
| 255 | 260 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 271 # This config is used by bots that aren't building Chromium and should | 276 # This config is used by bots that aren't building Chromium and should |
| 272 # never be running MB. It is used for tracking purposes. These values | 277 # never be running MB. It is used for tracking purposes. These values |
| 273 # were picked such that if someone did try to run MB, both GN and GYP | 278 # were picked such that if someone did try to run MB, both GN and GYP |
| 274 # should error out. | 279 # should error out. |
| 275 'none': { | 280 'none': { |
| 276 'gn_args': 'error', | 281 'gn_args': 'error', |
| 277 'gyp_defines': 'target_arch=unknown', | 282 'gyp_defines': 'target_arch=unknown', |
| 278 }, | 283 }, |
| 279 | 284 |
| 280 'noswarming': { | 285 'noswarming': { |
| 281 # test_isolation_mode doesn't exist in a GN build (it's always a no-op). | |
| 282 'gn_args': '', | 286 'gn_args': '', |
| 283 'gyp_defines': 'test_isolation_mode=noop', | 287 'gyp_defines': 'test_isolation_mode=noop', |
| 284 }, | 288 }, |
| 285 | 289 |
| 286 'official': { | 290 'official': { |
| 287 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false', | 291 'gn_args': 'is_chrome_branded=true is_official_build=true is_debug=false', |
| 288 'gyp_defines': 'branding=Chrome buildtype=Official', | 292 'gyp_defines': 'branding=Chrome buildtype=Official', |
| 289 }, | 293 }, |
| 290 | 294 |
| 291 'release': { | 295 'release': { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 'masters': { | 349 'masters': { |
| 346 'chrome': { | 350 'chrome': { |
| 347 'precise64': 'gn_official', | 351 'precise64': 'gn_official', |
| 348 }, | 352 }, |
| 349 'chrome.continuous': { | 353 'chrome.continuous': { |
| 350 'precise64 trunk': 'gn_official', | 354 'precise64 trunk': 'gn_official', |
| 351 }, | 355 }, |
| 352 'chromium': { | 356 'chromium': { |
| 353 'Win': 'noswarming_gyp_release_bot', | 357 'Win': 'noswarming_gyp_release_bot', |
| 354 'Mac': 'noswarming_gyp_release_bot_mac_strip', | 358 'Mac': 'noswarming_gyp_release_bot_mac_strip', |
| 355 'Linux x64': 'noswarming_gn_release_bot', | 359 'Linux x64': 'noswarming_gyp_release_bot_linux_dump_symbols', |
| 356 'Linux': 'noswarming_gyp_release_bot_x86', | 360 'Linux': 'noswarming_gyp_release_bot_x86_linux_dump_symbols', |
| 357 'Android': 'android_gyp_release_bot_minimal_symbols', | 361 'Android': 'android_gyp_release_bot_minimal_symbols', |
| 358 }, | 362 }, |
| 359 'chromium.android': { | 363 'chromium.android': { |
| 360 'Android GN Builder (dbg)': 'android_gn_debug_bot', | 364 'Android GN Builder (dbg)': 'android_gn_debug_bot', |
| 361 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot', | 365 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot', |
| 362 }, | 366 }, |
| 363 'chromium.chrome': { | 367 'chromium.chrome': { |
| 364 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', | 368 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', |
| 365 'Google Chrome Linux': 'gyp_official_goma_x86', | 369 'Google Chrome Linux': 'gyp_official_goma_x86', |
| 366 'Google Chrome Linux x64': 'gn_official_goma', | 370 'Google Chrome Linux x64': 'gn_official_goma', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 493 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
| 490 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 494 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
| 491 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', | 495 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', |
| 492 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', | 496 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', |
| 493 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', | 497 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', |
| 494 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', | 498 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', |
| 495 'linux_arm': 'swarming_gyp_release_trybot_arm_float', | 499 'linux_arm': 'swarming_gyp_release_trybot_arm_float', |
| 496 'linux_arm_tester': 'none', | 500 'linux_arm_tester': 'none', |
| 497 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 501 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
| 498 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 502 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
| 499 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', | 503 'linux_chromium_archive_rel_ng': 'noswarming_gyp_release_bot_linux_dump_sy
mbols', |
| 500 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', | 504 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', |
| 501 'linux_chromium_gn_upload': 'gn_linux_upload', | 505 'linux_chromium_gn_upload': 'gn_linux_upload', |
| 502 'cast_shell_linux': 'cast_gyp_release_trybot', | 506 'cast_shell_linux': 'cast_gyp_release_trybot', |
| 503 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', | 507 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', |
| 504 'linux_ecs_ozone': 'embedded_gyp_debug_bot', | 508 'linux_ecs_ozone': 'embedded_gyp_debug_bot', |
| 505 }, | 509 }, |
| 506 'tryserver.chromium.mac': { | 510 'tryserver.chromium.mac': { |
| 507 'mac_chromium_gn_dbg': 'gn_debug_static_bot', | 511 'mac_chromium_gn_dbg': 'gn_debug_static_bot', |
| 508 'mac_chromium_gn_rel': 'gn_release_trybot', | 512 'mac_chromium_gn_rel': 'gn_release_trybot', |
| 509 'mac_chromium_gn_upload': 'gn_release_bot', | 513 'mac_chromium_gn_upload': 'gn_release_bot', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 546 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 543 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 547 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
| 544 'win_clang_x64_dbg': 'win_clang_debug_bot', | 548 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 545 }, | 549 }, |
| 546 'tryserver.v8': { | 550 'tryserver.v8': { |
| 547 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 551 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 548 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 552 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 549 }, | 553 }, |
| 550 }, | 554 }, |
| 551 } | 555 } |
| OLD | NEW |