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

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

Issue 1843623002: Add tests for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: blimp -> headless :-/ Created 4 years, 8 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/gn_isolate_map.pyl ('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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'swarming_gyp_clang_shared_release_bot_minimal_symbols_x86', 190 'swarming_gyp_clang_shared_release_bot_minimal_symbols_x86',
191 'CrWinClang(shared) tester': 'none', 191 'CrWinClang(shared) tester': 'none',
192 'CrWinClang64 tester': 'none', 192 'CrWinClang64 tester': 'none',
193 'CrWinClang64(dbg) tester': 'none', 193 'CrWinClang64(dbg) tester': 'none',
194 'CrWinClang64(dbg)': 'win_clang_debug_bot', 194 'CrWinClang64(dbg)': 'win_clang_debug_bot',
195 'CrWinClang64(dll) tester': 'none', 195 'CrWinClang64(dll) tester': 'none',
196 'CrWinClangLLD tester': 'none', 196 'CrWinClangLLD tester': 'none',
197 'CrWinClangLLD64 tester': 'none', 197 'CrWinClangLLD64 tester': 'none',
198 'CrWinClngLLD64dbg tester': 'none', 198 'CrWinClngLLD64dbg tester': 'none',
199 'CrWinClngLLDdbg tester': 'none', 199 'CrWinClngLLDdbg tester': 'none',
200 'Headless Linux (dbg)':
201 '//build/args/bots/chromium.fyi/headless_linux_dbg.gn',
200 'LTO Linux Perf': 'gn_official_goma_lto', 202 'LTO Linux Perf': 'gn_official_goma_lto',
201 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan', 203 'Libfuzzer Upload Linux ASan': 'gn_release_libfuzzer_asan',
202 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 204 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
203 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 205 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
204 'Linux ARM': 'swarming_gyp_release_bot_arm', 206 'Linux ARM': 'swarming_gyp_release_bot_arm',
205 'Site Isolation Linux': 'gn_release_trybot', 207 'Site Isolation Linux': 'gn_release_trybot',
206 'Site Isolation Win': 'gyp_release_trybot_x64', 208 'Site Isolation Win': 'gyp_release_trybot_x64',
207 'Vista Tests (dbg)(1)': 'none', 209 'Vista Tests (dbg)(1)': 'none',
208 'Vista Tests (dbg)(2)': 'none', 210 'Vista Tests (dbg)(2)': 'none',
209 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 211 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
(...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1840 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1839 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 1841 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
1840 }, 1842 },
1841 1843
1842 'valgrind': { 1844 'valgrind': {
1843 # TODO: add gn_args for 'build_for_tool=memcheck' 1845 # TODO: add gn_args for 'build_for_tool=memcheck'
1844 'gyp_defines': 'build_for_tool=memcheck', 1846 'gyp_defines': 'build_for_tool=memcheck',
1845 } 1847 }
1846 }, 1848 },
1847 } 1849 }
OLDNEW
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698