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

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

Issue 2371953002: mb: Enable goma and minimal_symbols for perf.fyi Win Clang Builder (Closed)
Patch Set: Created 4 years, 2 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'Android Builder': 'official_goma_minimal_symbols_android', 291 'Android Builder': 'official_goma_minimal_symbols_android',
292 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64', 292 'Android arm64 Builder': 'official_goma_minimal_symbols_android_arm64',
293 'Linux Builder': 'official_goma', 293 'Linux Builder': 'official_goma',
294 'Mac Builder': 'official_goma', 294 'Mac Builder': 'official_goma',
295 'Win Builder': 'official_goma_x86', 295 'Win Builder': 'official_goma_x86',
296 'Win x64 Builder': 'official_goma', 296 'Win x64 Builder': 'official_goma',
297 }, 297 },
298 298
299 'chromium.perf.fyi': { 299 'chromium.perf.fyi': {
300 'Win Builder': 'official_goma', 300 'Win Builder': 'official_goma',
301 'Win Clang Builder': 'official_clang', 301 'Win Clang Builder': 'official_goma_minimal_symbols_clang',
302 }, 302 },
303 303
304 'client.nacl.sdk': { 304 'client.nacl.sdk': {
305 'linux-sdk-asan-multi': 'release_bot', 305 'linux-sdk-asan-multi': 'release_bot',
306 'linux-sdk-multi': 'release_bot', 306 'linux-sdk-multi': 'release_bot',
307 'linux-sdk-multirel': 'release_bot', 307 'linux-sdk-multirel': 'release_bot',
308 'mac-sdk-multi': 'release_bot', 308 'mac-sdk-multi': 'release_bot',
309 'mac-sdk-multirel': 'release_bot', 309 'mac-sdk-multirel': 'release_bot',
310 'windows-sdk-multi': 'release_bot_x86', 310 'windows-sdk-multi': 'release_bot_x86',
311 'windows-sdk-multirel': 'release_bot_x86', 311 'windows-sdk-multirel': 'release_bot_x86',
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 ], 1196 ],
1197 1197
1198 'official_chrome_pgo_phase_2_x86': [ 1198 'official_chrome_pgo_phase_2_x86': [
1199 'official', 'chrome_pgo_phase_2', 'x86', 1199 'official', 'chrome_pgo_phase_2', 'x86',
1200 ], 1200 ],
1201 1201
1202 'official_clang': [ 1202 'official_clang': [
1203 'clang', 'official', 1203 'clang', 'official',
1204 ], 1204 ],
1205 1205
1206 'official_goma_minimal_symbols_clang': [
1207 'official', 'goma', 'minimal_symbols', 'clang',
1208 ],
1209
1206 'official_clang_x86': [ 1210 'official_clang_x86': [
1207 'clang', 'official', 'x86', 1211 'clang', 'official', 'x86',
1208 ], 1212 ],
1209 1213
1210 'official_goma': [ 1214 'official_goma': [
1211 'official', 'goma', 1215 'official', 'goma',
1212 ], 1216 ],
1213 1217
1214 'official_goma_chromeos': [ 1218 'official_goma_chromeos': [
1215 'official', 'goma', 'chromeos', 1219 'official', 'goma', 'chromeos',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 'gn_args': 'target_cpu="x86"', 1745 'gn_args': 'target_cpu="x86"',
1742 }, 1746 },
1743 1747
1744 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1748 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1745 1749
1746 'drmemory': { 1750 'drmemory': {
1747 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1751 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1748 }, 1752 },
1749 }, 1753 },
1750 } 1754 }
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