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

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

Issue 1435513003: Flip Linux x64, linux_chromium_archive_rel_ng bots to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cq part Created 5 years, 1 month 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 | « testing/buildbot/chromium.json ('k') | 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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'],
63 'noswarming_gyp_release_bot': ['noswarming', 'gyp', 'release_bot'], 64 '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
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': 'error', # TODO(GYP): Port linux_dump_symbols? 247 'gn_args': '', # 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
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_gyp_release_bot_linux_dump_symbols', 356 'Linux x64': 'noswarming_gn_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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 482 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
483 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot', 483 'android_chromium_gn_compile_dbg': 'android_gn_debug_bot',
484 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot', 484 'linux_chromium_msan_rel_ng': 'swarming_msan_gyp_release_trybot',
485 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot', 485 'linux_chromium_tsan_rel_ng': 'swarming_tsan_gyp_release_trybot',
486 'linux_chromium_practice_rel_ng': 'gyp_release_trybot', 486 'linux_chromium_practice_rel_ng': 'gyp_release_trybot',
487 'linux_arm_compile': 'swarming_gyp_release_trybot_arm', 487 'linux_arm_compile': 'swarming_gyp_release_trybot_arm',
488 'linux_arm': 'swarming_gyp_release_trybot_arm_float', 488 'linux_arm': 'swarming_gyp_release_trybot_arm_float',
489 'linux_arm_tester': 'none', 489 'linux_arm_tester': 'none',
490 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 490 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
491 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 491 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
492 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot_linux_dump_sym bols',
492 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', 493 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot',
493 'linux_chromium_gn_upload': 'gn_linux_upload', 494 'linux_chromium_gn_upload': 'gn_linux_upload',
494 'cast_shell_linux': 'cast_gyp_release_trybot', 495 'cast_shell_linux': 'cast_gyp_release_trybot',
495 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', 496 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
496 'linux_ecs_ozone': 'embedded_gyp_debug_bot', 497 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
497 }, 498 },
498 'tryserver.chromium.mac': { 499 'tryserver.chromium.mac': {
499 'mac_chromium_gn_dbg': 'gn_debug_static_bot', 500 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
500 'mac_chromium_gn_rel': 'gn_release_trybot', 501 'mac_chromium_gn_rel': 'gn_release_trybot',
501 'mac_chromium_gn_upload': 'gn_release_bot', 502 'mac_chromium_gn_upload': 'gn_release_bot',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 535 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
535 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 536 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
536 'win_clang_x64_dbg': 'win_clang_debug_bot', 537 'win_clang_x64_dbg': 'win_clang_debug_bot',
537 }, 538 },
538 'tryserver.v8': { 539 'tryserver.v8': {
539 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 540 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
540 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 541 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
541 }, 542 },
542 }, 543 },
543 } 544 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698