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

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

Issue 2082053002: Actually flip the chromium.mac Mac builders to GN after r400895. (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 | 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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'UBSan vptr Release': 'gyp_ubsan_vptr_edge_release_bot', 340 'UBSan vptr Release': 'gyp_ubsan_vptr_edge_release_bot',
341 'Win ASan Release Coverage': 341 'Win ASan Release Coverage':
342 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86', 342 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86',
343 'Win ASan Release Media': 343 'Win ASan Release Media':
344 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86', 344 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
345 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86', 345 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
346 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86', 346 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86',
347 }, 347 },
348 348
349 'chromium.mac': { 349 'chromium.mac': {
350 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', 350 'Mac Builder': 'swarming_gpu_tests_gn_release_bot',
351 'Mac Builder (dbg)': 'swarming_gyp_debug_bot', 351 'Mac Builder (dbg)': 'swarming_gn_debug_bot',
352 'Mac GN (dbg)': 'gn_debug_bot', 352 'Mac GN (dbg)': 'gn_debug_bot',
353 'Mac GN': 'gn_release_bot', 353 'Mac GN': 'gn_release_bot',
354 'Mac10.10 Tests': 'none', 354 'Mac10.10 Tests': 'none',
355 'Mac10.11 Tests': 'none', 355 'Mac10.11 Tests': 'none',
356 'Mac10.9 Tests (dbg)': 'none', 356 'Mac10.9 Tests (dbg)': 'none',
357 'Mac10.9 Tests': 'none', 357 'Mac10.9 Tests': 'none',
358 'ios-device': 'ios_gyp', 358 'ios-device': 'ios_gyp',
359 'ios-device-gn': 'ios_gn', 359 'ios-device-gn': 'ios_gn',
360 'ios-simulator': 'ios_gyp', 360 'ios-simulator': 'ios_gyp',
361 'ios-simulator-gn': 'ios_gn', 361 'ios-simulator-gn': 'ios_gn',
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 ], 1673 ],
1674 1674
1675 'swarming_gpu_tests_gn_release_trybot': [ 1675 'swarming_gpu_tests_gn_release_trybot': [
1676 'swarming', 'gpu_tests', 'gn', 'release_trybot', 1676 'swarming', 'gpu_tests', 'gn', 'release_trybot',
1677 ], 1677 ],
1678 1678
1679 'swarming_gpu_tests_gn_release_trybot_x86': [ 1679 'swarming_gpu_tests_gn_release_trybot_x86': [
1680 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86', 1680 'swarming', 'gpu_tests', 'gn', 'release_trybot', 'x86',
1681 ], 1681 ],
1682 1682
1683 'swarming_gpu_tests_gn_release_bot': [
1684 'swarming', 'gpu_tests', 'gn', 'release_bot',
1685 ],
1686
1683 'swarming_gpu_tests_gyp_release_bot': [ 1687 'swarming_gpu_tests_gyp_release_bot': [
1684 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1688 'swarming', 'gpu_tests', 'gyp', 'release_bot',
1685 ], 1689 ],
1686 1690
1687 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [ 1691 'swarming_gpu_tests_gyp_release_bot_minimal_symbols_x86': [
1688 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86', 1692 'swarming', 'gpu_tests', 'gyp', 'release_bot', 'minimal_symbols', 'x86',
1689 ], 1693 ],
1690 1694
1691 'swarming_gpu_tests_gyp_release_bot_x86': [ 1695 'swarming_gpu_tests_gyp_release_bot_x86': [
1692 'swarming', 'gpu_tests', 'gyp', 'release_bot', 1696 'swarming', 'gpu_tests', 'gyp', 'release_bot',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x64': [ 1827 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x64': [
1824 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static', 1828 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static',
1825 'release', 'x64', 1829 'release', 'x64',
1826 ], 1830 ],
1827 1831
1828 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86': [ 1832 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86': [
1829 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static', 1833 'swarming', 'gyp', 'clang_tot', 'official', 'minimal_symbols', 'static',
1830 'release', 'x86', 1834 'release', 'x86',
1831 ], 1835 ],
1832 1836
1833 'swarming_gyp_debug_bot': [
1834 'swarming', 'gyp', 'debug_bot',
1835 ],
1836
1837 'swarming_gn_release_trybot_arm': [ 1837 'swarming_gn_release_trybot_arm': [
1838 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile', 1838 'swarming', 'gn', 'release_trybot', 'arm', 'crosscompile',
1839 ], 1839 ],
1840 1840
1841 'swarming_gyp_syzyasan_release_trybot_x86': [ 1841 'swarming_gyp_syzyasan_release_trybot_x86': [
1842 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86', 1842 'swarming', 'gyp', 'syzyasan', 'release_trybot', 'x86',
1843 ], 1843 ],
1844 1844
1845 'swarming_tsan_disable_nacl_gn_release_bot': [ 1845 'swarming_tsan_disable_nacl_gn_release_bot': [
1846 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot', 1846 'swarming', 'tsan', 'disable_nacl', 'gn', 'release_bot',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
2307 }, 2307 },
2308 2308
2309 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2309 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2310 2310
2311 'drmemory': { 2311 'drmemory': {
2312 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2312 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2313 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2313 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2314 }, 2314 },
2315 }, 2315 },
2316 } 2316 }
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