| 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_linux_dump_symbols': ['noswarming', 'gn', 'releas
e_bot', 'linux_dump_symbols'], | |
| 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_linux_dump_symbols': ['noswarming', 'gyp', '
release_bot', 'x86', 'linux_dump_symbols'], | 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'], |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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': { | 246 'linux_dump_symbols': { |
| 247 'gn_args': '', # TODO(GYP): Port linux_dump_symbols? | 247 'gn_args': 'error', # TODO(GYP): Port linux_dump_symbols? |
| 248 'gyp_defines': 'linux_dump_symbols=1', | 248 'gyp_defines': 'linux_dump_symbols=1', |
| 249 }, | 249 }, |
| 250 | 250 |
| 251 'lsan': { | 251 'lsan': { |
| 252 'gn_args': 'use_lsan=true', | 252 'gn_args': 'use_lsan=true', |
| 253 'gyp_defines': 'lsan=1', | 253 'gyp_defines': 'lsan=1', |
| 254 }, | 254 }, |
| 255 | 255 |
| 256 'mac_strip': { | 256 'mac_strip': { |
| 257 'gn_args': 'error', # TODO(GYP): Port mac_strip_release | 257 'gn_args': 'error', # TODO(GYP): Port mac_strip_release |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 # page on the buildbots, *not* alphabetically. | 346 # page on the buildbots, *not* alphabetically. |
| 347 # | 347 # |
| 348 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls. | 348 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls. |
| 349 'masters': { | 349 'masters': { |
| 350 'chrome': { | 350 'chrome': { |
| 351 'precise64': 'gyp_official', | 351 'precise64': 'gyp_official', |
| 352 }, | 352 }, |
| 353 'chromium': { | 353 'chromium': { |
| 354 'Win': 'noswarming_gyp_release_bot', | 354 'Win': 'noswarming_gyp_release_bot', |
| 355 'Mac': 'noswarming_gyp_release_bot_mac_strip', | 355 'Mac': 'noswarming_gyp_release_bot_mac_strip', |
| 356 'Linux x64': 'noswarming_gn_release_bot_linux_dump_symbols', | 356 'Linux x64': 'noswarming_gyp_release_bot_linux_dump_symbols', |
| 357 'Linux': 'noswarming_gyp_release_bot_x86_linux_dump_symbols', | 357 'Linux': 'noswarming_gyp_release_bot_x86_linux_dump_symbols', |
| 358 'Android': 'android_gyp_release_bot_minimal_symbols', | 358 'Android': 'android_gyp_release_bot_minimal_symbols', |
| 359 }, | 359 }, |
| 360 'chromium.android': { | 360 'chromium.android': { |
| 361 'Android GN Builder (dbg)': 'android_gn_debug_bot', | 361 'Android GN Builder (dbg)': 'android_gn_debug_bot', |
| 362 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot', | 362 'Android Aura Builder (dbg)': 'android_aura_gn_debug_bot', |
| 363 }, | 363 }, |
| 364 'chromium.chrome': { | 364 'chromium.chrome': { |
| 365 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', | 365 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', |
| 366 'Google Chrome Linux': 'gyp_official_goma_x86', | 366 'Google Chrome Linux': 'gyp_official_goma_x86', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', | 485 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', |
| 486 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', | 486 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', |
| 487 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', | 487 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', |
| 488 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', | 488 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', |
| 489 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', | 489 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', |
| 490 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', | 490 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', |
| 491 'linux_arm': 'swarming_gyp_release_trybot_arm_float', | 491 'linux_arm': 'swarming_gyp_release_trybot_arm_float', |
| 492 'linux_arm_tester': 'none', | 492 'linux_arm_tester': 'none', |
| 493 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 493 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
| 494 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', | 494 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', |
| 495 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot_linux_dump_sym
bols', | |
| 496 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', | 495 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', |
| 497 'linux_chromium_gn_upload': 'gn_linux_upload', | 496 'linux_chromium_gn_upload': 'gn_linux_upload', |
| 498 'cast_shell_linux': 'cast_gyp_release_trybot', | 497 'cast_shell_linux': 'cast_gyp_release_trybot', |
| 499 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', | 498 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', |
| 500 'linux_ecs_ozone': 'embedded_gyp_debug_bot', | 499 'linux_ecs_ozone': 'embedded_gyp_debug_bot', |
| 501 }, | 500 }, |
| 502 'tryserver.chromium.mac': { | 501 'tryserver.chromium.mac': { |
| 503 'mac_chromium_gn_dbg': 'gn_debug_static_bot', | 502 'mac_chromium_gn_dbg': 'gn_debug_static_bot', |
| 504 'mac_chromium_gn_rel': 'gn_release_trybot', | 503 'mac_chromium_gn_rel': 'gn_release_trybot', |
| 505 'mac_chromium_gn_upload': 'gn_release_bot', | 504 'mac_chromium_gn_upload': 'gn_release_bot', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 537 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 539 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', | 538 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', |
| 540 'win_clang_x64_dbg': 'win_clang_debug_bot', | 539 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 541 }, | 540 }, |
| 542 'tryserver.v8': { | 541 'tryserver.v8': { |
| 543 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 542 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 544 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 543 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 545 }, | 544 }, |
| 546 }, | 545 }, |
| 547 } | 546 } |
| OLD | NEW |