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

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

Issue 1437053002: Flip "Linux x64", linux_chromium_archive_rel_ng bots to MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert to GYP 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 226 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_gyp_release_bot_linux_dump_sy mbols',
495 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot', 496 'linux_chromium_clobber_rel_ng': 'gyp_release_trybot',
496 'linux_chromium_gn_upload': 'gn_linux_upload', 497 'linux_chromium_gn_upload': 'gn_linux_upload',
497 'cast_shell_linux': 'cast_gyp_release_trybot', 498 'cast_shell_linux': 'cast_gyp_release_trybot',
498 'linux_deterministic': 'swarming_deterministic_gyp_release_bot', 499 'linux_deterministic': 'swarming_deterministic_gyp_release_bot',
499 'linux_ecs_ozone': 'embedded_gyp_debug_bot', 500 'linux_ecs_ozone': 'embedded_gyp_debug_bot',
500 }, 501 },
501 'tryserver.chromium.mac': { 502 'tryserver.chromium.mac': {
502 'mac_chromium_gn_dbg': 'gn_debug_static_bot', 503 'mac_chromium_gn_dbg': 'gn_debug_static_bot',
503 'mac_chromium_gn_rel': 'gn_release_trybot', 504 'mac_chromium_gn_rel': 'gn_release_trybot',
504 'mac_chromium_gn_upload': 'gn_release_bot', 505 'mac_chromium_gn_upload': 'gn_release_bot',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'win8_chromium_gn_rel': 'gn_release_trybot_x86', 538 'win8_chromium_gn_rel': 'gn_release_trybot_x86',
538 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86', 539 'win8_chromium_gn_upload': 'gn_release_bot_minimal_symbols_x86',
539 'win_clang_x64_dbg': 'win_clang_debug_bot', 540 'win_clang_x64_dbg': 'win_clang_debug_bot',
540 }, 541 },
541 'tryserver.v8': { 542 'tryserver.v8': {
542 'v8_linux_chromium_gn_rel': 'gn_release_trybot', 543 'v8_linux_chromium_gn_rel': 'gn_release_trybot',
543 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot', 544 'v8_android_chromium_gn_dbg': 'android_gn_debug_bot',
544 }, 545 },
545 }, 546 },
546 } 547 }
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