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

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

Issue 1867983002: Flip Linux ChromeOS trybot to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 8 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 | « third_party/libXNVCtrl/BUILD.gn ('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 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'chromeos_x86-generic_variable': 'findit', 681 'chromeos_x86-generic_variable': 'findit',
682 'chromium_presubmit': 'none', 682 'chromium_presubmit': 'none',
683 'linux_arm': 'swarming_gyp_release_trybot_arm', 683 'linux_arm': 'swarming_gyp_release_trybot_arm',
684 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 684 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
685 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot', 685 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gyp_release_trybot',
686 'linux_chromium_asan_variable': 'findit', 686 'linux_chromium_asan_variable': 'findit',
687 'linux_chromium_cast_variable': 'findit', 687 'linux_chromium_cast_variable': 'findit',
688 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot', 688 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_trybot',
689 'linux_chromium_chromeos_asan_variable': 'findit', 689 'linux_chromium_chromeos_asan_variable': 'findit',
690 'linux_chromium_chromeos_compile_rel_ng': 690 'linux_chromium_chromeos_compile_rel_ng':
691 'swarming_chromeos_gyp_release_trybot', 691 'swarming_chromeos_gn_release_trybot',
692 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot', 692 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot',
693 'linux_chromium_chromeos_variable': 'findit', 693 'linux_chromium_chromeos_variable': 'findit',
694 'linux_chromium_chromeos_variable_chrome': 'findit', 694 'linux_chromium_chromeos_variable_chrome': 'findit',
695 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', 695 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
696 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 696 'linux_chromium_compile_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
697 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 697 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
698 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 698 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
699 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86', 699 'linux_chromium_dbg_32_ng': 'swarming_gyp_debug_trybot_x86',
700 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 700 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
701 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 701 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 ], 1241 ],
1242 1242
1243 'swarming_android_gyp_release_trybot': [ 1243 'swarming_android_gyp_release_trybot': [
1244 'swarming', 'android', 'gyp', 'release_trybot', 1244 'swarming', 'android', 'gyp', 'release_trybot',
1245 ], 1245 ],
1246 1246
1247 'swarming_asan_lsan_gyp_release_trybot': [ 1247 'swarming_asan_lsan_gyp_release_trybot': [
1248 'swarming', 'asan', 'lsan', 'release_trybot', 1248 'swarming', 'asan', 'lsan', 'release_trybot',
1249 ], 1249 ],
1250 1250
1251 'swarming_chromeos_gn_release_trybot': [
1252 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
1253 ],
1254
1251 'swarming_chromeos_gyp_debug_bot': [ 1255 'swarming_chromeos_gyp_debug_bot': [
1252 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot', 1256 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
1253 ], 1257 ],
1254 1258
1255 'swarming_chromeos_gyp_release_bot': [ 1259 'swarming_chromeos_gyp_release_bot': [
1256 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot', 1260 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot',
1257 ], 1261 ],
1258 1262
1259 'swarming_chromeos_gyp_release_trybot': [ 1263 'swarming_chromeos_gyp_release_trybot': [
1260 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot', 1264 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1841 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1845 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1842 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1846 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1843 }, 1847 },
1844 1848
1845 'valgrind': { 1849 'valgrind': {
1846 # TODO: add gn_args for 'build_for_tool=memcheck' 1850 # TODO: add gn_args for 'build_for_tool=memcheck'
1847 'gyp_defines': 'build_for_tool=memcheck', 1851 'gyp_defines': 'build_for_tool=memcheck',
1848 } 1852 }
1849 }, 1853 },
1850 } 1854 }
OLDNEW
« no previous file with comments | « third_party/libXNVCtrl/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698