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

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

Issue 2001163003: Flip linux_arm bot to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_clang_linux_tot
Patch Set: merge Created 4 years, 6 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 a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'ChromiumOS Codesearch Builder': 'codesearch_gn', 703 'ChromiumOS Codesearch Builder': 'codesearch_gn',
704 'cast_shell_linux': 'cast_gn_release_trybot', 704 'cast_shell_linux': 'cast_gn_release_trybot',
705 'chromeos_amd64-generic_variable': 'findit', 705 'chromeos_amd64-generic_variable': 'findit',
706 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 706 'chromeos_amd64-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
707 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 707 'chromeos_daisy_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
708 'chromeos_daisy_variable': 'findit', 708 'chromeos_daisy_variable': 'findit',
709 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn', 709 'chromeos_x86-generic_chromium_compile_only_ng': 'cros_chrome_sdk_gn',
710 'chromeos_x86-generic_variable': 'findit', 710 'chromeos_x86-generic_variable': 'findit',
711 'chromium_presubmit': 'none', 711 'chromium_presubmit': 'none',
712 'closure_compilation': 'closure_compilation', 712 'closure_compilation': 'closure_compilation',
713 'linux_arm': 'swarming_gyp_release_trybot_arm', 713 'linux_arm': 'swarming_gn_release_trybot_arm',
714 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 714 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
715 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 715 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
716 'linux_chromium_asan_variable': 'findit', 716 'linux_chromium_asan_variable': 'findit',
717 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot', 717 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot',
718 'linux_chromium_cast_variable': 'findit', 718 'linux_chromium_cast_variable': 'findit',
719 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on', 719 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on',
720 'linux_chromium_chromeos_asan_rel_ng': 720 'linux_chromium_chromeos_asan_rel_ng':
721 'swarming_asan_lsan_chromeos_gyp_release_trybot', 721 'swarming_asan_lsan_chromeos_gyp_release_trybot',
722 'linux_chromium_chromeos_asan_variable': 'findit', 722 'linux_chromium_chromeos_asan_variable': 'findit',
723 'linux_chromium_chromeos_compile_dbg_ng': 723 'linux_chromium_chromeos_compile_dbg_ng':
(...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 ], 1803 ],
1804 1804
1805 'swarming_gyp_debug_trybot': [ 1805 'swarming_gyp_debug_trybot': [
1806 'swarming', 'gyp', 'debug_trybot', 1806 'swarming', 'gyp', 'debug_trybot',
1807 ], 1807 ],
1808 1808
1809 'swarming_gyp_msan_release_bot': [ 1809 'swarming_gyp_msan_release_bot': [
1810 'swarming', 'gyp', 'msan', 'release_bot', 1810 'swarming', 'gyp', 'msan', 'release_bot',
1811 ], 1811 ],
1812 1812
1813 'swarming_gyp_release_trybot_arm': [ 1813 'swarming_gn_release_trybot_arm': [
1814 'swarming', 'gyp', 'release_trybot', 'arm', 'crosscompile', 1814 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile',
1815 ], 1815 ],
1816 1816
1817 'swarming_gyp_syzyasan_release_trybot_x86': [ 1817 'swarming_gyp_syzyasan_release_trybot_x86': [
1818 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1818 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86',
1819 ], 1819 ],
1820 1820
1821 'swarming_gyp_tsan_disable_nacl_release_bot': [ 1821 'swarming_gyp_tsan_disable_nacl_release_bot': [
1822 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_bot', 1822 'swarming', 'gyp', 'tsan', 'disable_nacl', 'release_bot',
1823 ], 1823 ],
1824 1824
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
2280 }, 2280 },
2281 2281
2282 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2282 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2283 2283
2284 'drmemory': { 2284 'drmemory': {
2285 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2285 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2286 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2286 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2287 }, 2287 },
2288 }, 2288 },
2289 } 2289 }
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