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

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

Issue 1931033002: Flip all but one of the Linux Desktop ChromeOS CQ builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leave ozone on gyp instead 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 | « chrome/browser/extensions/extension_commands_global_registry_apitest.cc ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', 64 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
65 'Google Chrome Linux x64': 'gn_official_goma', 65 'Google Chrome Linux x64': 'gn_official_goma',
66 'Google Chrome Mac': 'gyp_official_goma', 66 'Google Chrome Mac': 'gyp_official_goma',
67 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', 67 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
68 }, 68 },
69 69
70 'chromium.chromiumos': { 70 'chromium.chromiumos': {
71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', 71 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn',
72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', 72 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn',
73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', 73 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn',
74 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot', 74 'Linux ChromiumOS Builder': 'swarming_chromeos_gn_release_bot',
75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot', 75 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gn_debug_bot',
76 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot', 76 'Linux ChromiumOS Full': 'swarming_chromeos_gn_release_bot',
77 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 77 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
78 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 78 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
79 'Linux ChromiumOS Ozone Builder': 79 'Linux ChromiumOS Ozone Builder':
80 'swarming_chromeos_ozone_gyp_release_bot', 80 'swarming_chromeos_ozone_gyp_release_bot',
81 'Linux ChromiumOS Ozone Tests (1)': 'none', 81 'Linux ChromiumOS Ozone Tests (1)': 'none',
82 'Linux ChromiumOS Tests (1)': 'none', 82 'Linux ChromiumOS Tests (1)': 'none',
83 'Linux ChromiumOS Tests (dbg)(1)': 'none', 83 'Linux ChromiumOS Tests (dbg)(1)': 'none',
84 }, 84 },
85 85
86 'chromium.fyi': { 86 'chromium.fyi': {
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot', 726 'linux_chromium_archive_rel_ng': 'noswarming_gn_release_bot',
727 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gn_release_trybot', 727 'linux_chromium_asan_rel_ng': 'swarming_asan_lsan_gn_release_trybot',
728 'linux_chromium_asan_variable': 'findit', 728 'linux_chromium_asan_variable': 'findit',
729 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot', 729 'linux_chromium_browser_side_navigation_rel': 'gn_release_trybot',
730 'linux_chromium_cast_variable': 'findit', 730 'linux_chromium_cast_variable': 'findit',
731 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on', 731 'linux_chromium_cfi_rel_ng': 'gn_cfi_release_static_dcheck_always_on',
732 'linux_chromium_chromeos_asan_rel_ng': 732 'linux_chromium_chromeos_asan_rel_ng':
733 'swarming_asan_lsan_chromeos_gyp_release_trybot', 733 'swarming_asan_lsan_chromeos_gyp_release_trybot',
734 'linux_chromium_chromeos_asan_variable': 'findit', 734 'linux_chromium_chromeos_asan_variable': 'findit',
735 'linux_chromium_chromeos_compile_dbg_ng': 735 'linux_chromium_chromeos_compile_dbg_ng':
736 'swarming_chromeos_gyp_debug_trybot', 736 'swarming_chromeos_gn_debug_trybot',
737 'linux_chromium_chromeos_compile_rel_ng': 737 'linux_chromium_chromeos_compile_rel_ng':
738 'swarming_chromeos_gn_release_trybot', 738 'swarming_chromeos_gn_release_trybot',
739 'linux_chromium_chromeos_dbg_ng': 739 'linux_chromium_chromeos_dbg_ng':
740 'swarming_chromeos_gyp_debug_trybot', 740 'swarming_chromeos_gn_debug_trybot',
741 'linux_chromium_chromeos_msan_rel_ng': 741 'linux_chromium_chromeos_msan_rel_ng':
742 'swarming_chromeos_msan_gyp_release_trybot', 742 'swarming_chromeos_msan_gyp_release_trybot',
743 'linux_chromium_chromeos_ozone_rel_ng': 743 'linux_chromium_chromeos_ozone_rel_ng':
744 'swarming_chromeos_gyp_ozone_release_trybot', 744 'swarming_chromeos_gyp_ozone_release_trybot',
745 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gyp_release_trybot', 745 'linux_chromium_chromeos_rel_ng': 'swarming_chromeos_gn_release_trybot',
746 'linux_chromium_chromeos_variable': 'findit', 746 'linux_chromium_chromeos_variable': 'findit',
747 'linux_chromium_chromeos_variable_chrome': 'findit', 747 'linux_chromium_chromeos_variable_chrome': 'findit',
748 'linux_chromium_clobber_rel_ng': 'gn_release_trybot', 748 'linux_chromium_clobber_rel_ng': 'gn_release_trybot',
749 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 749 'linux_chromium_compile_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
750 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot', 750 'linux_chromium_compile_dbg_ng': 'swarming_gn_debug_trybot',
751 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot', 751 'linux_chromium_compile_rel_ng': 'swarming_gn_release_trybot',
752 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86', 752 'linux_chromium_dbg_32_ng': 'swarming_gn_debug_trybot_x86',
753 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot', 753 'linux_chromium_dbg_ng': 'swarming_gn_debug_trybot',
754 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot', 754 'linux_chromium_gn_chromeos_dbg': 'chromeos_gn_debug_bot',
755 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot', 755 'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1503 ], 1503 ],
1504 1504
1505 'swarming_asan_lsan_gn_release_bot': [ 1505 'swarming_asan_lsan_gn_release_bot': [
1506 'swarming', 'asan', 'lsan', 'gn', 'release_bot', 1506 'swarming', 'asan', 'lsan', 'gn', 'release_bot',
1507 ], 1507 ],
1508 1508
1509 'swarming_asan_lsan_gn_release_trybot': [ 1509 'swarming_asan_lsan_gn_release_trybot': [
1510 'swarming', 'asan', 'lsan', 'gn', 'release_trybot', 1510 'swarming', 'asan', 'lsan', 'gn', 'release_trybot',
1511 ], 1511 ],
1512 1512
1513 'swarming_chromeos_gn_debug_bot': [
1514 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot',
1515 ],
1516
1517 'swarming_chromeos_gn_debug_trybot': [
1518 'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot',
1519 ],
1520
1521 'swarming_chromeos_gyp_ozone_release_trybot': [
1522 'swarming', 'chromeos_with_codecs', 'gyp', 'ozone', 'release_trybot',
1523 ],
1524
1525 'swarming_chromeos_gn_release_bot': [
1526 'swarming', 'chromeos_with_codecs', 'gn', 'release_bot',
1527 ],
1528
1513 'swarming_chromeos_gn_release_trybot': [ 1529 'swarming_chromeos_gn_release_trybot': [
1514 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot', 1530 'swarming', 'chromeos_with_codecs', 'gn', 'release_trybot',
1515 ], 1531 ],
1516 1532
1517 'swarming_chromeos_gyp_debug_bot': [
1518 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_bot',
1519 ],
1520
1521 'swarming_chromeos_gyp_debug_trybot': [
1522 'swarming', 'chromeos_with_codecs', 'gyp', 'debug_trybot',
1523 ],
1524
1525 'swarming_chromeos_gyp_ozone_release_trybot': [
1526 'swarming', 'chromeos_with_codecs', 'gyp', 'ozone', 'release_trybot',
1527 ],
1528
1529 'swarming_chromeos_gyp_release_bot': [
1530 'swarming', 'chromeos_with_codecs', 'gyp', 'release_bot',
1531 ],
1532
1533 'swarming_chromeos_gyp_release_trybot': [
1534 'swarming', 'chromeos_with_codecs', 'gyp', 'release_trybot',
1535 ],
1536
1537 'swarming_chromeos_msan_gyp_release_trybot': [ 1533 'swarming_chromeos_msan_gyp_release_trybot': [
1538 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot', 1534 'swarming', 'chromeos', 'msan', 'gyp', 'release_trybot',
1539 ], 1535 ],
1540 1536
1541 'swarming_chromeos_ozone_gyp_release_bot': [ 1537 'swarming_chromeos_ozone_gyp_release_bot': [
1542 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming', 1538 'swarming', 'chromeos_with_codecs', 'ozone', 'gyp', 'release_bot',
1543 ], 1539 ],
1544 1540
1545 'swarming_clang_tot_lld_release_shared': [ 1541 'swarming_clang_tot_lld_release_shared': [
1546 # TODO(crbug.com/605819): Enable debug info in release builds. 1542 # TODO(crbug.com/605819): Enable debug info in release builds.
1547 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld', 1543 'swarming', 'gn', 'clang_tot', 'release', 'shared', 'use_lld',
1548 ], 1544 ],
1549 1545
1550 'swarming_clang_tot_shared_debug': [ 1546 'swarming_clang_tot_shared_debug': [
1551 'swarming', 'gn', 'clang_tot', 'shared', 'debug', 1547 'swarming', 'gn', 'clang_tot', 'shared', 'debug',
1552 ], 1548 ],
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
2316 }, 2312 },
2317 2313
2318 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2314 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2319 2315
2320 'drmemory': { 2316 'drmemory': {
2321 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2317 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2322 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2318 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2323 }, 2319 },
2324 }, 2320 },
2325 } 2321 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_commands_global_registry_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698