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

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

Issue 1983993002: Add 'Linux LTO' buildbot (src part). (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 | « testing/buildbot/chromium.fyi.json ('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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'CrWinClngLLDdbg tester': 'none', 199 'CrWinClngLLDdbg tester': 'none',
200 'Headless Linux (dbg)': 200 'Headless Linux (dbg)':
201 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn', 201 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn',
202 'MD Top Chrome ChromeOS material-hybrid': 202 'MD Top Chrome ChromeOS material-hybrid':
203 'gyp_chromeos_with_codecs_debug_bot', 203 'gyp_chromeos_with_codecs_debug_bot',
204 'MD Top Chrome ChromeOS non-material': 204 'MD Top Chrome ChromeOS non-material':
205 'gyp_chromeos_with_codecs_debug_bot', 205 'gyp_chromeos_with_codecs_debug_bot',
206 'MD Top Chrome Win material': 206 'MD Top Chrome Win material':
207 'gyp_debug_bot_minimal_symbols_x64', 207 'gyp_debug_bot_minimal_symbols_x64',
208 'MD Top Chrome Linux material': 'gn_debug_bot', 208 'MD Top Chrome Linux material': 'gn_debug_bot',
209 'LTO Linux': 'gn_official_goma_lto',
209 'LTO Linux Perf': 'gn_official_goma_lto', 210 'LTO Linux Perf': 'gn_official_goma_lto',
210 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 211 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
211 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', 212 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
212 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 213 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
213 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 214 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
214 'Linux ARM': 'swarming_gn_release_bot_arm', 215 'Linux ARM': 'swarming_gn_release_bot_arm',
215 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', 216 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot',
216 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', 217 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot',
217 'Linux V8 API Stability': 'gn_release_bot', 218 'Linux V8 API Stability': 'gn_release_bot',
218 'Site Isolation Linux': 'gn_release_trybot', 219 'Site Isolation Linux': 'gn_release_trybot',
(...skipping 2086 matching lines...) Expand 10 before | Expand all | Expand 10 after
2305 }, 2306 },
2306 2307
2307 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2308 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2308 2309
2309 'drmemory': { 2310 'drmemory': {
2310 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2311 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2311 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2312 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2312 }, 2313 },
2313 }, 2314 },
2314 } 2315 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698