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

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

Issue 1827683002: Add MB support for the windows analyze bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sheesh Created 4 years, 9 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 | « build/config/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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'Chromium Mac 10.11': 'tbd', 104 'Chromium Mac 10.11': 'tbd',
105 'Chromium Mac 10.9 Goma Canary': 'tbd', 105 'Chromium Mac 10.9 Goma Canary': 'tbd',
106 'Chromium Mac 10.9 Goma Canary (clobber)': 'tbd', 106 'Chromium Mac 10.9 Goma Canary (clobber)': 'tbd',
107 'Chromium Mac 10.9 Goma Canary (dbg)': 'tbd', 107 'Chromium Mac 10.9 Goma Canary (dbg)': 'tbd',
108 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'tbd', 108 'Chromium Mac 10.9 Goma Canary (dbg)(clobber)': 'tbd',
109 'Chromium Win 10': 'tbd', 109 'Chromium Win 10': 'tbd',
110 'Chromium Win MiniInstaller Tests': 'tbd', 110 'Chromium Win MiniInstaller Tests': 'tbd',
111 'Chromium Win PGO Builder': 'tbd', 111 'Chromium Win PGO Builder': 'tbd',
112 'Chromium Win x64 Clobber': 'tbd', 112 'Chromium Win x64 Clobber': 'tbd',
113 'Chromium Win x64 PGO Builder': 'tbd', 113 'Chromium Win x64 PGO Builder': 'tbd',
114 'Chromium Windows Analyze': 'tbd', 114 'Chromium Windows Analyze': 'gyp_windows_analyze',
115 'Chromium Windows Buildrunner': 'tbd', 115 'Chromium Windows Buildrunner': 'tbd',
116 'Chromium Windows Instant Extended': 'tbd', 116 'Chromium Windows Instant Extended': 'tbd',
117 'ChromiumOS Linux Tests': 'tbd', 117 'ChromiumOS Linux Tests': 'tbd',
118 'ClangToTAndroidASan': 'tbd', 118 'ClangToTAndroidASan': 'tbd',
119 'ClangToTAndroidASan tester': 'tbd', 119 'ClangToTAndroidASan tester': 'tbd',
120 'ClangToTLinux': 'tbd', 120 'ClangToTLinux': 'tbd',
121 'ClangToTLinux (dbg)': 'tbd', 121 'ClangToTLinux (dbg)': 'tbd',
122 'ClangToTLinux tester': 'tbd', 122 'ClangToTLinux tester': 'tbd',
123 'ClangToTLinuxASan': 'tbd', 123 'ClangToTLinuxASan': 'tbd',
124 'ClangToTLinuxASan tester': 'tbd', 124 'ClangToTLinuxASan tester': 'tbd',
(...skipping 969 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 ], 1094 ],
1095 1095
1096 'gyp_valgrind_release_bot': [ 1096 'gyp_valgrind_release_bot': [
1097 'gyp', 'valgrind', 'release_bot', 1097 'gyp', 'valgrind', 'release_bot',
1098 ], 1098 ],
1099 1099
1100 'gyp_valgrind_chromeos_release_bot': [ 1100 'gyp_valgrind_chromeos_release_bot': [
1101 'gyp', 'chromeos', 'valgrind', 'release_bot', 1101 'gyp', 'chromeos', 'valgrind', 'release_bot',
1102 ], 1102 ],
1103 1103
1104 'gyp_windows_analyze': [
1105 'gyp', 'no_symbols', 'disable_precompiled_headers',
1106 'shared', 'x86', 'win_analyze',
1107 ],
1108
1104 'gyp_drmemory_shared_release_x86': [ 1109 'gyp_drmemory_shared_release_x86': [
1105 'gyp', 'drmemory', 'shared', 'release', 'x86', 1110 'gyp', 'drmemory', 'shared', 'release', 'x86',
1106 ], 1111 ],
1107 1112
1108 'gyp_drmemory_shared_release_x64': [ 1113 'gyp_drmemory_shared_release_x64': [
1109 'gyp', 'drmemory', 'shared', 'release', 'x64', 1114 'gyp', 'drmemory', 'shared', 'release', 'x64',
1110 ], 1115 ],
1111 1116
1112 # The 'ios' configs are just used for auditing. iOS bots 1117 # The 'ios' configs are just used for auditing. iOS bots
1113 # actually use the ios recipes, not the chromium recipe, and look 1118 # actually use the ios recipes, not the chromium recipe, and look
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 # be removed, and remove it. 1524 # be removed, and remove it.
1520 'deterministic': { 1525 'deterministic': {
1521 'gn_args': 'error', 1526 'gn_args': 'error',
1522 }, 1527 },
1523 1528
1524 'disable_nacl': { 1529 'disable_nacl': {
1525 'gn_args': 'enable_nacl=false', 1530 'gn_args': 'enable_nacl=false',
1526 'gyp_defines': 'disable_nacl=1', 1531 'gyp_defines': 'disable_nacl=1',
1527 }, 1532 },
1528 1533
1534 'disable_precompiled_headers': {
1535 'gn_args': 'disable_precompiled_headers=true',
1536 'gyp_defines': 'chromium_win_pch=0',
1537 },
1538
1529 'embedded': { 1539 'embedded': {
1530 'gn_args': 'error', 1540 'gn_args': 'error',
1531 'gyp_defines': 'embedded=1', 1541 'gyp_defines': 'embedded=1',
1532 }, 1542 },
1533 1543
1534 # This mixin is used to force configs that use it to fail. It 1544 # This mixin is used to force configs that use it to fail. It
1535 # is used in two cases: when we have bots that we haven't looked 1545 # is used in two cases: when we have bots that we haven't looked
1536 # at yet and don't know whether they need MB or not, and for bots 1546 # at yet and don't know whether they need MB or not, and for bots
1537 # that are test-only and should never run MB. 1547 # that are test-only and should never run MB.
1538 'error': { 1548 'error': {
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
1676 'swarming': { 1686 'swarming': {
1677 'gn_args': '', 1687 'gn_args': '',
1678 'gyp_defines': 'test_isolation_mode=prepare', 1688 'gyp_defines': 'test_isolation_mode=prepare',
1679 }, 1689 },
1680 1690
1681 'tsan': { 1691 'tsan': {
1682 'gn_args': 'is_tsan=true', 1692 'gn_args': 'is_tsan=true',
1683 'gyp_defines': 'tsan=1', 1693 'gyp_defines': 'tsan=1',
1684 }, 1694 },
1685 1695
1696 'win_analyze': {
1697 'gn_args': 'use_vs_code_analysis=true',
1698 'gyp_defines': 'win_analyze=1',
1699 },
1700
1686 'x64': { 1701 'x64': {
1687 'gn_args': 'target_cpu="x64"', 1702 'gn_args': 'target_cpu="x64"',
1688 'gyp_defines': 'target_arch=x64', 1703 'gyp_defines': 'target_arch=x64',
1689 }, 1704 },
1690 1705
1691 'x86': { 1706 'x86': {
1692 'gn_args': 'target_cpu="x86"', 1707 'gn_args': 'target_cpu="x86"',
1693 'gyp_defines': 'target_arch=ia32', 1708 'gyp_defines': 'target_arch=ia32',
1694 }, 1709 },
1695 1710
1696 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1711 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1697 1712
1698 'drmemory': { 1713 'drmemory': {
1699 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1714 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1700 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1715 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1701 }, 1716 },
1702 1717
1703 'valgrind': { 1718 'valgrind': {
1704 # TODO: add gn_args for 'build_for_tool=memcheck' 1719 # TODO: add gn_args for 'build_for_tool=memcheck'
1705 'gyp_defines': 'build_for_tool=memcheck', 1720 'gyp_defines': 'build_for_tool=memcheck',
1706 } 1721 }
1707 }, 1722 },
1708 } 1723 }
OLDNEW
« no previous file with comments | « build/config/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698