| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'], | 44 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm', 'crosscompile'], |
| 45 'gyp_release_trybot': ['gyp', 'release_trybot'], | 45 'gyp_release_trybot': ['gyp', 'release_trybot'], |
| 46 | 46 |
| 47 # This is just for completeness; any bot that uses this config should never
actually run MB. | 47 # This is just for completeness; any bot that uses this config should never
actually run MB. |
| 48 'none': ['none'], | 48 'none': ['none'], |
| 49 | 49 |
| 50 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea
se_trybot'], | 50 'swarming_asan_lsan_gyp_release_trybot': ['swarming', 'asan', 'lsan', 'relea
se_trybot'], |
| 51 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp',
'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'], | 52 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp
', 'release_bot'], |
| 53 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel
ease_trybot'], | 53 'swarming_gpu_tests_gn_release_trybot': ['swarming', 'gpu_tests', 'gn', 'rel
ease_trybot'], |
| 54 'swarming_gpu_tests_gyp_debug_trybot': ['swarming', 'gpu_tests', 'gyp', 'deb
ug_trybot'], |
| 55 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r
elease_trybot'], |
| 54 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], | 56 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], |
| 55 'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'], | 57 'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'], |
| 56 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n
o_symbols', 'x86'], | 58 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n
o_symbols', 'x86'], |
| 57 'swarming_gyp_debug_trybot': ['swarming', 'gyp', 'debug_trybot'], | 59 'swarming_gyp_debug_trybot': ['swarming', 'gyp', 'debug_trybot'], |
| 58 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], | 60 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], |
| 59 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'], | 61 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'], |
| 60 'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'], | 62 'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'], |
| 61 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar
m', 'crosscompile'], | 63 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar
m', 'crosscompile'], |
| 62 'swarming_gyp_release_trybot_arm_float': ['swarming', 'gyp', 'release_trybot
', 'arm_float', 'crosscompile'], | 64 'swarming_gyp_release_trybot_arm_float': ['swarming', 'gyp', 'release_trybot
', 'arm_float', 'crosscompile'], |
| 63 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy
p', 'release_trybot'], | 65 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy
p', 'release_trybot'], |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 'client.v8.fyi': { | 366 'client.v8.fyi': { |
| 365 'V8 Linux GN': 'gn_release_bot', | 367 'V8 Linux GN': 'gn_release_bot', |
| 366 'V8 Android GN (dbg)': 'android_gn_debug_bot', | 368 'V8 Android GN (dbg)': 'android_gn_debug_bot', |
| 367 }, | 369 }, |
| 368 'tryserver.blink': { | 370 'tryserver.blink': { |
| 369 'android_blink_compile_dbg': 'android_gyp_debug_bot', | 371 'android_blink_compile_dbg': 'android_gyp_debug_bot', |
| 370 'android_blink_compile_rel': 'android_gyp_release_trybot', | 372 'android_blink_compile_rel': 'android_gyp_release_trybot', |
| 371 'android_chromium_gn_compile_rel': 'android_gn_release_bot', | 373 'android_chromium_gn_compile_rel': 'android_gn_release_bot', |
| 372 'linux_chromium_gn_rel': 'gn_release_bot', | 374 'linux_chromium_gn_rel': 'gn_release_bot', |
| 373 }, | 375 }, |
| 376 'tryserver.chromium.angle': { |
| 377 'linux_angle_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', |
| 378 'linux_angle_dbg_ng': 'swarming_gpu_tests_gyp_debug_trybot', |
| 379 }, |
| 374 'tryserver.chromium.linux': { | 380 'tryserver.chromium.linux': { |
| 375 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', | 381 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', |
| 376 'linux_full_bisect_builder': 'swarming_gyp_release_bot', | 382 'linux_full_bisect_builder': 'swarming_gyp_release_bot', |
| 377 'linux_site_isolation': 'gyp_release_trybot', | 383 'linux_site_isolation': 'gyp_release_trybot', |
| 378 'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot', | 384 'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot', |
| 379 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', | 385 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', |
| 380 'linux_chromium_gn_rel': 'gn_release_trybot', | 386 'linux_chromium_gn_rel': 'gn_release_trybot', |
| 381 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', | 387 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', |
| 382 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', | 388 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', |
| 383 'linux_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', | 389 'linux_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 414 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 420 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
| 415 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols', | 421 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols', |
| 416 'win_clang_x64_dbg': 'win_clang_debug_bot', | 422 'win_clang_x64_dbg': 'win_clang_debug_bot', |
| 417 }, | 423 }, |
| 418 'tryserver.v8': { | 424 'tryserver.v8': { |
| 419 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 425 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
| 420 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 426 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
| 421 }, | 427 }, |
| 422 }, | 428 }, |
| 423 } | 429 } |
| OLD | NEW |