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 21 matching lines...) Expand all Loading... |
32 'gn_debug_bot': ['gn', 'debug_bot'], | 32 'gn_debug_bot': ['gn', 'debug_bot'], |
33 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], | 33 'gn_debug_bot_minimal_symbols': ['gn', 'debug_bot_minimal_symbols'], |
34 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86
'], | 34 'gn_debug_bot_minimal_symbols_x86': ['gn', 'debug_bot_minimal_symbols', 'x86
'], |
35 'gn_debug_static_bot': ['gn', 'debug_static_bot'], | 35 'gn_debug_static_bot': ['gn', 'debug_static_bot'], |
36 'gn_linux_upload': ['gn_linux_upload'], | 36 'gn_linux_upload': ['gn_linux_upload'], |
37 'gn_release_bot': ['gn', 'release_bot'], | 37 'gn_release_bot': ['gn', 'release_bot'], |
38 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'], | 38 'gn_release_bot_minimal_symbols': ['gn', 'release_bot_minimal_symbols'], |
39 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols',
'x86'], | 39 'gn_release_bot_minimal_symbols_x86': ['gn', 'release_bot_minimal_symbols',
'x86'], |
40 'gn_release_trybot': ['gn', 'release_trybot'], | 40 'gn_release_trybot': ['gn', 'release_trybot'], |
41 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], | 41 'gn_release_trybot_x86': ['gn', 'release_trybot', 'x86'], |
42 'gyp_debug_bot_no_symbols_x86': ['gyp', 'debug_bot', 'no_symbols', 'x86'], | |
43 'gyp_debug_bot': ['gyp', 'debug_bot'], | 42 'gyp_debug_bot': ['gyp', 'debug_bot'], |
44 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'], | 43 'gyp_debug_bot_x86': ['gyp', 'debug_bot', 'x86'], |
45 'gyp_release_bot': ['gyp', 'release_bot'], | |
46 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm'], | 44 'gyp_release_bot_arm': ['gyp', 'release_bot', 'arm'], |
47 'gyp_release_trybot': ['gyp', 'release_trybot'], | 45 'gyp_release_trybot': ['gyp', 'release_trybot'], |
48 | 46 |
49 # 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. |
50 'none': ['none'], | 48 'none': ['none'], |
51 | 49 |
52 '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'], |
53 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp',
'release_trybot'], | 51 'swarming_msan_gyp_release_trybot': ['swarming', 'chromeos', 'msan', 'gyp',
'release_trybot'], |
54 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp
', 'release_bot'], | 52 'swarming_deterministic_gyp_release_bot': ['swarming', 'deterministic', 'gyp
', 'release_bot'], |
55 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r
elease_trybot'], | 53 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r
elease_trybot'], |
56 'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'], | 54 'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'], |
| 55 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n
o_symbols', 'x86'], |
57 'swarming_gyp_debug_trybot': ['swarming', 'gyp', 'debug_trybot'], | 56 'swarming_gyp_debug_trybot': ['swarming', 'gyp', 'debug_trybot'], |
58 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], | 57 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], |
59 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'], | 58 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'], |
60 'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'], | 59 'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'], |
61 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar
m'], | 60 'swarming_gyp_release_trybot_arm': ['swarming', 'gyp', 'release_trybot', 'ar
m'], |
62 'swarming_gyp_release_trybot_arm_float': ['swarming', 'gyp', 'release_trybot
', 'arm_float'], | 61 'swarming_gyp_release_trybot_arm_float': ['swarming', 'gyp', 'release_trybot
', 'arm_float'], |
63 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy
p', 'release_trybot'], | 62 'swarming_tsan_gyp_release_trybot': ['swarming', 'disable_nacl', 'tsan', 'gy
p', 'release_trybot'], |
64 | 63 |
65 # clang/win doesn't work with goma yet, so this can't use debug_bot: | 64 # clang/win doesn't work with goma yet, so this can't use debug_bot: |
66 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols']
, | 65 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols']
, |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 # page on the buildbots, *not* alphabetically. | 280 # page on the buildbots, *not* alphabetically. |
282 # | 281 # |
283 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls. | 282 # TODO(crbug.com/481692): Add in remaining bots on the waterfalls. |
284 'masters': { | 283 'masters': { |
285 'chromium.chromiumos': { | 284 'chromium.chromiumos': { |
286 'Linux ChromiumOS GN': 'chromeos_gn_release_bot', | 285 'Linux ChromiumOS GN': 'chromeos_gn_release_bot', |
287 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', | 286 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', |
288 }, | 287 }, |
289 'chromium.linux': { | 288 'chromium.linux': { |
290 'Linux Builder': 'swarming_gyp_release_bot', | 289 'Linux Builder': 'swarming_gyp_release_bot', |
291 'Linux Tests': 'gyp_release_bot', | 290 'Linux Tests': 'swarming_gyp_release_bot', |
292 'Linux Builder (dbg)(32)': 'gyp_debug_bot_no_symbols_x86', | 291 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', |
293 'Linux Tests (dbg)(1)(32)': 'gyp_debug_bot_no_symbols_x86', | 292 'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', |
294 'Linux Builder (dbg)': 'swarming_gyp_debug_bot', | 293 'Linux Builder (dbg)': 'swarming_gyp_debug_bot', |
295 'Linux Tests (dbg)(1)': 'swarming_gyp_debug_bot', | 294 'Linux Tests (dbg)(1)': 'swarming_gyp_debug_bot', |
296 'Linux GN': 'gn_release_bot', | 295 'Linux GN': 'gn_release_bot', |
297 'Linux GN Clobber': 'gn_release_bot', | 296 'Linux GN Clobber': 'gn_release_bot', |
298 'Linux GN (dbg)': 'gn_debug_bot', | 297 'Linux GN (dbg)': 'gn_debug_bot', |
299 'Linux ARM': 'gyp_release_bot_arm', | 298 'Linux ARM': 'gyp_release_bot_arm', |
300 'Cast Linux': 'cast_gyp_release_bot', | 299 'Cast Linux': 'cast_gyp_release_bot', |
301 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64', | 300 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64', |
302 'Android Builder (dbg)': 'android_gyp_debug_static_bot', | 301 'Android Builder (dbg)': 'android_gyp_debug_static_bot', |
303 'Android Tests (dbg)': 'android_gyp_debug_static_bot', | 302 'Android Tests (dbg)': 'android_gyp_debug_static_bot', |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'win8_chromium_gn_rel': 'gn_release_trybot_x86', | 397 'win8_chromium_gn_rel': 'gn_release_trybot_x86', |
399 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols', | 398 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols', |
400 'win_clang_x64_dbg': 'win_clang_debug_bot', | 399 'win_clang_x64_dbg': 'win_clang_debug_bot', |
401 }, | 400 }, |
402 'tryserver.v8': { | 401 'tryserver.v8': { |
403 'v8_linux_chromium_gn_rel': 'gn_release_trybot', | 402 'v8_linux_chromium_gn_rel': 'gn_release_trybot', |
404 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', | 403 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', |
405 }, | 404 }, |
406 }, | 405 }, |
407 } | 406 } |
OLD | NEW |