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

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

Issue 2085483003: Flip Mac CQ bots and matching waterfall bots to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', 219 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
220 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', 220 'WebKit Linux - WPTServe': 'swarming_gn_release_bot',
221 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 221 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
222 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 222 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
223 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 223 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
224 'Win 10 Fast Ring': 'gn_release_trybot_x64', 224 'Win 10 Fast Ring': 'gn_release_trybot_x64',
225 }, 225 },
226 226
227 'chromium.gpu': { 227 'chromium.gpu': {
228 # These all use the 'trybot' mixins to ensure that dcheck is on. 228 # These all use the 'trybot' mixins to ensure that dcheck is on.
229 'GPU Mac Builder': 'swarming_gpu_tests_gyp_release_trybot', 229 'GPU Mac Builder': 'swarming_gpu_tests_gn_release_trybot',
230 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gyp_debug_trybot', 230 'GPU Mac Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot',
231 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot', 231 'GPU Linux Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot',
232 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot', 232 'GPU Linux Builder': 'swarming_gpu_tests_gn_release_trybot',
233 'GPU Win Builder': 'swarming_gpu_tests_gn_release_trybot_x86', 233 'GPU Win Builder': 'swarming_gpu_tests_gn_release_trybot_x86',
234 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot_x86', 234 'GPU Win Builder (dbg)': 'swarming_gpu_tests_gn_debug_trybot_x86',
235 'Linux Debug (NVIDIA)': 'none', 235 'Linux Debug (NVIDIA)': 'none',
236 'Linux Release (NVIDIA)': 'none', 236 'Linux Release (NVIDIA)': 'none',
237 'Mac 10.10 Debug (Intel)': 'none', 237 'Mac 10.10 Debug (Intel)': 'none',
238 'Mac 10.10 Release (Intel)': 'none', 238 'Mac 10.10 Release (Intel)': 'none',
239 'Mac 10.10 Retina Debug (AMD)': 'none', 239 'Mac 10.10 Retina Debug (AMD)': 'none',
240 'Mac 10.10 Retina Release (AMD)': 'none', 240 'Mac 10.10 Retina Release (AMD)': 'none',
241 'Win7 Debug (NVIDIA)': 'none', 241 'Win7 Debug (NVIDIA)': 'none',
242 'Win7 Release (ATI)': 'none', 242 'Win7 Release (ATI)': 'none',
243 'Win7 Release (NVIDIA)': 'none', 243 'Win7 Release (NVIDIA)': 'none',
244 }, 244 },
245 245
246 'chromium.gpu.fyi': { 246 'chromium.gpu.fyi': {
247 # These all use the 'trybot' mixins to ensure that dcheck is on. 247 # These all use the 'trybot' mixins to ensure that dcheck is on.
248 'Android Release (Nexus 5)': 'android_gn_release_trybot', 248 'Android Release (Nexus 5)': 'android_gn_release_trybot',
249 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64', 249 'Android Release (Nexus 5X)': 'swarming_android_gn_release_trybot_arm64',
250 'Android Release (Nexus 6)': 'android_gn_release_trybot', 250 'Android Release (Nexus 6)': 'android_gn_release_trybot',
251 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64', 251 'Android Release (Nexus 6P)': 'android_gn_release_trybot_arm64',
252 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64', 252 'Android Release (Nexus 9)': 'android_gn_release_trybot_arm64',
253 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot', 253 'GPU Linux Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
254 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot', 254 'GPU Linux Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
255 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gyp_release_trybot', 255 'GPU Mac Builder': 'swarming_gpu_fyi_tests_gn_release_trybot',
256 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gyp_debug_trybot', 256 'GPU Mac Builder (dbg)': 'swarming_gpu_fyi_tests_gn_debug_trybot',
257 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86', 257 'GPU Win Builder': 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x86',
258 'GPU Win Builder (dbg)': 258 'GPU Win Builder (dbg)':
259 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86', 259 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x86',
260 'GPU Win Clang Builder (dbg)': 260 'GPU Win Clang Builder (dbg)':
261 'swarming_gpu_fyi_tests_win_clang_debug_bot', 261 'swarming_gpu_fyi_tests_win_clang_debug_bot',
262 'GPU Win x64 Builder': 262 'GPU Win x64 Builder':
263 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64', 263 'swarming_gpu_tests_deqp_gles_gyp_release_trybot_x64',
264 'GPU Win x64 Builder (dbg)': 264 'GPU Win x64 Builder (dbg)':
265 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64', 265 'swarming_gpu_tests_deqp_gles_gyp_debug_trybot_x64',
266 'Linux ChromiumOS Builder': 266 'Linux ChromiumOS Builder':
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'tryserver.chromium.mac': { 792 'tryserver.chromium.mac': {
793 'ios-device': 'ios_gyp', 793 'ios-device': 'ios_gyp',
794 'ios-device-gn': 'ios_gn', 794 'ios-device-gn': 'ios_gn',
795 'ios-simulator': 'ios_gyp', 795 'ios-simulator': 'ios_gyp',
796 'ios-simulator-gn': 'ios_gn', 796 'ios-simulator-gn': 'ios_gn',
797 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 797 'mac_chromium_10.10_rel_ng': 'swarming_gpu_tests_gyp_release_trybot',
798 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot', 798 'mac_chromium_10.10_macviews': 'mac_views_browser_gyp_release_trybot',
799 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_trybot', 799 'mac_chromium_archive_rel_ng': 'noswarming_gyp_release_trybot',
800 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot', 800 'mac_chromium_asan_rel_ng': 'swarming_asan_dcheck_gyp_release_bot',
801 'mac_chromium_asan_variable': 'findit', 801 'mac_chromium_asan_variable': 'findit',
802 'mac_chromium_compile_dbg_ng': 'swarming_gyp_debug_trybot', 802 'mac_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
803 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 803 'mac_chromium_compile_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
804 'mac_chromium_dbg_ng': 'swarming_gyp_debug_trybot', 804 'mac_chromium_dbg_ng': 'swarming_gn_debug_trybot',
805 'mac_chromium_gn_dbg': 'gn_debug_bot', 805 'mac_chromium_gn_dbg': 'gn_debug_bot',
806 'mac_chromium_gn_rel': 'gn_release_trybot', 806 'mac_chromium_gn_rel': 'gn_release_trybot',
807 'mac_chromium_gn_upload': 'gn_release_bot', 807 'mac_chromium_gn_upload': 'gn_release_bot',
808 'mac_chromium_rel_ng': 'swarming_gpu_tests_gyp_release_trybot', 808 'mac_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
809 'mac_chromium_variable': 'findit', 809 'mac_chromium_variable': 'findit',
810 'mac_chromium_variable_10.10': 'findit', 810 'mac_chromium_variable_10.10': 'findit',
811 'mac_chromium_variable_10.10_macviews': 'findit', 811 'mac_chromium_variable_10.10_macviews': 'findit',
812 'mac_chromium_variable_10.10_layout': 'findit', 812 'mac_chromium_variable_10.10_layout': 'findit',
813 'mac_chromium_variable_10.11': 'findit', 813 'mac_chromium_variable_10.11': 'findit',
814 'mac_chromium_variable_10.11_layout': 'findit', 814 'mac_chromium_variable_10.11_layout': 'findit',
815 'mac_chromium_variable_archive': 'findit', 815 'mac_chromium_variable_archive': 'findit',
816 'mac_chromium_variable_chrome': 'findit', 816 'mac_chromium_variable_chrome': 'findit',
817 'mac_chromium_variable_gn': 'findit', 817 'mac_chromium_variable_gn': 'findit',
818 'mac_chromium_variable_layout': 'findit', 818 'mac_chromium_variable_layout': 'findit',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 ], 1676 ],
1677 1677
1678 'swarming_gpu_tests_gn_release_trybot': [ 1678 'swarming_gpu_tests_gn_release_trybot': [
1679 'swarming', 'gpu_tests', 'gn', 'release_trybot', 1679 'swarming', 'gpu_tests', 'gn', 'release_trybot',
1680 ], 1680 ],
1681 1681
1682 'swarming_gpu_tests_gn_release_trybot_x86': [ 1682 'swarming_gpu_tests_gn_release_trybot_x86': [
1683 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', 1683 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86',
1684 ], 1684 ],
1685 1685
1686 'swarming_gpu_tests_gyp_debug_trybot': [
1687 'swarming', 'gpu_tests', 'gyp', 'debug_trybot',
1688 ],
1689
1690 'swarming_gpu_tests_gyp_release_bot': [ 1686 'swarming_gpu_tests_gyp_release_bot': [
1691 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1687 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1692 ], 1688 ],
1693 1689
1694 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1690 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1695 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1691 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1696 ], 1692 ],
1697 1693
1698 'swarming_gpu_tests_gyp_release_bot_x86': [ 1694 'swarming_gpu_tests_gyp_release_bot_x86': [
1699 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1695 'swarming', 'gpu_tests', 'gyp', 'release_bot',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 1830
1835 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86': [ 1831 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86': [
1836 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static', 1832 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static',
1837 'release', 'x86', 1833 'release', 'x86',
1838 ], 1834 ],
1839 1835
1840 'swarming_gyp_debug_bot': [ 1836 'swarming_gyp_debug_bot': [
1841 'swarming', 'gyp', 'debug_bot', 1837 'swarming', 'gyp', 'debug_bot',
1842 ], 1838 ],
1843 1839
1844 'swarming_gyp_debug_trybot': [
1845 'swarming', 'gyp', 'debug_trybot',
1846 ],
1847
1848 'swarming_gn_release_trybot_arm': [ 1840 'swarming_gn_release_trybot_arm': [
1849 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile', 1841 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile',
1850 ], 1842 ],
1851 1843
1852 'swarming_gyp_syzyasan_release_trybot_x86': [ 1844 'swarming_gyp_syzyasan_release_trybot_x86': [
1853 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1845 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86',
1854 ], 1846 ],
1855 1847
1856 'swarming_tsan_disable_nacl_gn_release_bot': [ 1848 'swarming_tsan_disable_nacl_gn_release_bot': [
1857 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot', 1849 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
2318 }, 2310 },
2319 2311
2320 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2312 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2321 2313
2322 'drmemory': { 2314 'drmemory': {
2323 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2315 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2324 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2316 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2325 }, 2317 },
2326 }, 2318 },
2327 } 2319 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698