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

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

Issue 1921003009: Revert of Use GN in simple chrome builders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 }, 59 },
60 60
61 'chromium.chrome': { 61 'chromium.chrome': {
62 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos', 62 'Google Chrome ChromeOS': 'gyp_official_goma_chromeos',
63 'Google Chrome Linux x64': 'gn_official_goma', 63 'Google Chrome Linux x64': 'gn_official_goma',
64 'Google Chrome Mac': 'gyp_official_goma', 64 'Google Chrome Mac': 'gyp_official_goma',
65 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86', 65 'Google Chrome Win': 'gyp_official_goma_minimal_symbols_x86',
66 }, 66 },
67 67
68 'chromium.chromiumos': { 68 'chromium.chromiumos': {
69 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gn', 69 'ChromiumOS amd64-generic Compile': 'cros_chrome_sdk_gyp',
70 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gn', 70 'ChromiumOS daisy Compile': 'cros_chrome_sdk_gyp',
71 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gn', 71 'ChromiumOS x86-generic Compile': 'cros_chrome_sdk_gyp',
72 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot', 72 'Linux ChromiumOS Builder': 'swarming_chromeos_gyp_release_bot',
73 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot', 73 'Linux ChromiumOS Builder (dbg)': 'swarming_chromeos_gyp_debug_bot',
74 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot', 74 'Linux ChromiumOS Full': 'swarming_chromeos_gyp_release_bot',
75 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot', 75 'Linux ChromiumOS GN (dbg)': 'chromeos_gn_debug_bot',
76 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot', 76 'Linux ChromiumOS GN': 'chromeos_ozone_gn_release_bot',
77 'Linux ChromiumOS Ozone Builder': 77 'Linux ChromiumOS Ozone Builder':
78 'swarming_chromeos_ozone_gyp_release_bot', 78 'swarming_chromeos_ozone_gyp_release_bot',
79 'Linux ChromiumOS Ozone Tests (1)': 'none', 79 'Linux ChromiumOS Ozone Tests (1)': 'none',
80 'Linux ChromiumOS Tests (1)': 'none', 80 'Linux ChromiumOS Tests (1)': 'none',
81 'Linux ChromiumOS Tests (dbg)(1)': 'none', 81 'Linux ChromiumOS Tests (dbg)(1)': 'none',
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 'chromeos_ozone_gn_release_trybot': [ 1044 'chromeos_ozone_gn_release_trybot': [
1045 'chromeos', 'ozone', 'gn', 'release_trybot', 1045 'chromeos', 'ozone', 'gn', 'release_trybot',
1046 ], 1046 ],
1047 1047
1048 # The 'cros_chrome_sdk_* configs are placeholders that indicate 1048 # The 'cros_chrome_sdk_* configs are placeholders that indicate
1049 # that the GYP_DEFINES (or GN args) are set by the `cros chrome-sdk` 1049 # that the GYP_DEFINES (or GN args) are set by the `cros chrome-sdk`
1050 # wrapper and need to be looked at specially. 1050 # wrapper and need to be looked at specially.
1051 'cros_chrome_sdk_gyp': [ 1051 'cros_chrome_sdk_gyp': [
1052 'gyp', 'cros_chrome_sdk', 1052 'gyp', 'cros_chrome_sdk',
1053 ], 1053 ],
1054 'cros_chrome_sdk_gn': [
1055 'gn', 'cros_chrome_sdk',
1056 ],
1057 1054
1058 # The 'findit' config is used by the *_variable_* bots, which run 1055 # The 'findit' config is used by the *_variable_* bots, which run
1059 # the 'FindIt' recipes and code to bisect failures that happen on the 1056 # the 'FindIt' recipes and code to bisect failures that happen on the
1060 # other waterfall bots. The findit recipes actually override and 1057 # other waterfall bots. The findit recipes actually override and
1061 # re-use the configs from the matching waterfall bots, and so it should 1058 # re-use the configs from the matching waterfall bots, and so it should
1062 # be an error if MB ever sees an actual *_variable_* bot name. 1059 # be an error if MB ever sees an actual *_variable_* bot name.
1063 'findit': [ 1060 'findit': [
1064 'error', 1061 'error',
1065 ], 1062 ],
1066 1063
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
2266 }, 2263 },
2267 2264
2268 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2265 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2269 2266
2270 'drmemory': { 2267 'drmemory': {
2271 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2268 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2272 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2269 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2273 }, 2270 },
2274 }, 2271 },
2275 } 2272 }
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