Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 1332133002: Flip Linux debug bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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'], 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'], 55 'swarming_gpu_tests_gyp_release_trybot': ['swarming', 'gpu_tests', 'gyp', 'r elease_trybot'],
56 'swarming_gn_debug_bot': ['swarming', 'gn', 'debug_bot'],
57 'swarming_gn_debug_trybot': ['swarming', 'gn', 'debug_trybot'],
56 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'], 58 'swarming_gn_release_bot': ['swarming', 'gn', 'release_bot'],
57 'swarming_gyp_debug_bot': ['swarming', 'gyp', 'debug_bot'],
58 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'], 59 'swarming_gyp_debug_bot_no_symbols_x86': ['swarming', 'gyp', 'debug_bot', 'n o_symbols', 'x86'],
59 'swarming_gyp_debug_trybot': ['swarming', 'gyp', 'debug_trybot'],
60 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'], 60 'swarming_gyp_debug_trybot_x86': ['swarming', 'gyp', 'debug_trybot', 'x86'],
61 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'], 61 'swarming_gyp_release_bot': ['swarming', 'gyp', 'release_bot'],
62 'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'], 62 'swarming_gyp_release_trybot': ['swarming', 'gyp', 'release_trybot'],
63 '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'],
64 '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'],
65 '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'],
66 66
67 # clang/win doesn't work with goma yet, so this can't use debug_bot: 67 # clang/win doesn't work with goma yet, so this can't use debug_bot:
68 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'] , 68 'win_clang_debug_bot': ['gn', 'clang', 'debug', 'shared', 'minimal_symbols'] ,
69 }, 69 },
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'masters': { 294 'masters': {
295 'chromium.chromiumos': { 295 'chromium.chromiumos': {
296 'Linux ChromiumOS GN': 'chromeos_gn_release_bot', 296 'Linux ChromiumOS GN': 'chromeos_gn_release_bot',
297 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 297 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
298 }, 298 },
299 'chromium.linux': { 299 'chromium.linux': {
300 'Linux Builder': 'swarming_gn_release_bot', 300 'Linux Builder': 'swarming_gn_release_bot',
301 'Linux Tests': 'swarming_gn_release_bot', 301 'Linux Tests': 'swarming_gn_release_bot',
302 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 302 'Linux Builder (dbg)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
303 'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86', 303 'Linux Tests (dbg)(1)(32)': 'swarming_gyp_debug_bot_no_symbols_x86',
304 'Linux Builder (dbg)': 'swarming_gyp_debug_bot', 304 'Linux Builder (dbg)': 'swarming_gn_debug_bot',
305 'Linux Tests (dbg)(1)': 'swarming_gyp_debug_bot', 305 'Linux Tests (dbg)(1)': 'swarming_gn_debug_bot',
306 'Linux GN': 'gn_release_bot', 306 'Linux GN': 'gn_release_bot',
307 'Linux GN Clobber': 'gn_release_bot', 307 'Linux GN Clobber': 'gn_release_bot',
308 'Linux GN (dbg)': 'gn_debug_bot', 308 'Linux GN (dbg)': 'gn_debug_bot',
309 'Linux ARM': 'gyp_release_bot_arm', 309 'Linux ARM': 'gyp_release_bot_arm',
310 'Cast Linux': 'cast_gyp_release_bot', 310 'Cast Linux': 'cast_gyp_release_bot',
311 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64', 311 'Android Arm64 Builder (dbg)': 'android_gyp_debug_static_bot_arm64',
312 'Android Builder (dbg)': 'android_gyp_debug_static_bot', 312 'Android Builder (dbg)': 'android_gyp_debug_static_bot',
313 'Android Tests (dbg)': 'android_gyp_debug_static_bot', 313 'Android Tests (dbg)': 'android_gyp_debug_static_bot',
314 'Android Builder': 'android_gyp_release_bot', 314 'Android Builder': 'android_gyp_release_bot',
315 'Android Tests': 'android_gyp_release_bot', 315 'Android Tests': 'android_gyp_release_bot',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 }, 379 },
380 'tryserver.chromium.linux': { 380 'tryserver.chromium.linux': {
381 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 381 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
382 'linux_full_bisect_builder': 'swarming_gyp_release_bot', 382 'linux_full_bisect_builder': 'swarming_gyp_release_bot',
383 'linux_site_isolation': 'gyp_release_trybot', 383 'linux_site_isolation': 'gyp_release_trybot',
384 'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot', 384 'linux_chromium_compile_rel_ng': 'swarming_gyp_release_trybot',
385 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot', 385 'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
386 'linux_chromium_gn_rel': 'gn_release_trybot', 386 'linux_chromium_gn_rel': 'gn_release_trybot',
387 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot', 387 'linux_chromium_gn_chromeos_rel': 'chromeos_gn_release_trybot',
388 'android_chromium_gn_compile_rel': 'android_gn_release_trybot', 388 'android_chromium_gn_compile_rel': 'android_gn_release_trybot',
389 'linux_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', 389 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
390 'linux_chromium_dbg_ng': 'swarming_gyp_debug_trybot', 390 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
391 'linux_chromium_trusty_dbg': 'gyp_debug_bot', 391 'linux_chromium_trusty_dbg': 'gyp_debug_bot',
392 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86', 392 'linux_chromium_trusty32_dbg': 'gyp_debug_bot_x86',
393 'linux_chromium_gn_dbg': 'gn_debug_bot', 393 'linux_chromium_gn_dbg': 'gn_debug_bot',
394 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 394 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
395 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', 395 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot',
396 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 396 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
397 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', 397 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
398 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', 398 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
399 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', 399 'linux_arm_compile': 'swarming_gyp_release_trybot_arm',
400 'linux_arm': 'swarming_gyp_release_trybot_arm_float', 400 'linux_arm': 'swarming_gyp_release_trybot_arm_float',
(...skipping 19 matching lines...) Expand all
420 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 420 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
421 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols', 421 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols',
422 'win_clang_x64_dbg': 'win_clang_debug_bot', 422 'win_clang_x64_dbg': 'win_clang_debug_bot',
423 }, 423 },
424 'tryserver.v8': { 424 'tryserver.v8': {
425 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 425 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
426 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 426 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
427 }, 427 },
428 }, 428 },
429 } 429 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698