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

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

Issue 2291013003: Make the Mojo ChromiumOS fyi bot release+dcheck. (Closed)
Patch Set: Created 4 years, 3 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', 241 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
242 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 242 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
243 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 243 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
244 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_mac_asan', 244 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_mac_asan',
245 'Linux ARM': 'swarming_gn_release_bot_arm', 245 'Linux ARM': 'swarming_gn_release_bot_arm',
246 'Linux deterministic': 'gn_release_bot', 246 'Linux deterministic': 'gn_release_bot',
247 'Linux remote_run Builder': 'swarming_gn_release_bot', 247 'Linux remote_run Builder': 'swarming_gn_release_bot',
248 'Linux remote_run Tester': 'swarming_gn_release_bot', 248 'Linux remote_run Tester': 'swarming_gn_release_bot',
249 'Linux V8 API Stability': 'gn_release_bot', 249 'Linux V8 API Stability': 'gn_release_bot',
250 'Mac deterministic': 'gn_release_bot_mac_strip', 250 'Mac deterministic': 'gn_release_bot_mac_strip',
251 # TODO(mojo): Make 'Mojo ChromiumOS' release+dcheck; see crbug.com/594674 251 'Mojo ChromiumOS': 'swarming_chromeos_gn_ozone_release_trybot',
252 'Mojo ChromiumOS': 'swarming_chromeos_gn_ozone_debug_bot',
253 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86', 252 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
254 'Site Isolation Linux': 'gn_release_trybot', 253 'Site Isolation Linux': 'gn_release_trybot',
255 'Site Isolation Win': 'gn_release_trybot_x86', 254 'Site Isolation Win': 'gn_release_trybot_x86',
256 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', 255 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
257 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 256 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
258 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', 257 'WebKit Linux - WPTServe': 'swarming_gn_release_bot',
259 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', 258 'WebKit Mac - WPTServe': 'swarming_gn_release_bot',
260 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', 259 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86',
261 'Win 10 Fast Ring': 'gn_release_trybot_x64', 260 'Win 10 Fast Ring': 'gn_release_trybot_x64',
262 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86', 261 'Windows deterministic': 'gn_release_bot_minimal_symbols_x86',
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 ], 1630 ],
1632 1631
1633 'swarming_asan_lsan_gn_release_trybot': [ 1632 'swarming_asan_lsan_gn_release_trybot': [
1634 'swarming', 'asan', 'lsan', 'gn', 'release_trybot', 1633 'swarming', 'asan', 'lsan', 'gn', 'release_trybot',
1635 ], 1634 ],
1636 1635
1637 'swarming_chromeos_gn_debug_bot': [ 1636 'swarming_chromeos_gn_debug_bot': [
1638 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot', 1637 'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot',
1639 ], 1638 ],
1640 1639
1641 'swarming_chromeos_gn_ozone_debug_bot': [
1642 'swarming', 'chromeos_with_codecs', 'gn', 'ozone', 'debug_bot',
1643 ],
1644
1645 'swarming_chromeos_gn_debug_trybot': [ 1640 'swarming_chromeos_gn_debug_trybot': [
1646 'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot', 1641 'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot',
1647 ], 1642 ],
1648 1643
1649 'swarming_chromeos_gn_ozone_release_trybot': [ 1644 'swarming_chromeos_gn_ozone_release_trybot': [
1650 'swarming', 'chromeos_with_codecs', 'gn', 'ozone', 'release_trybot', 1645 'swarming', 'chromeos_with_codecs', 'gn', 'ozone', 'release_trybot',
1651 ], 1646 ],
1652 1647
1653 'swarming_chromeos_gn_release_bot': [ 1648 'swarming_chromeos_gn_release_bot': [
1654 'swarming', 'chromeos_with_codecs', 'gn', 'release_bot', 1649 'swarming', 'chromeos_with_codecs', 'gn', 'release_bot',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
2468 }, 2463 },
2469 2464
2470 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2465 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2471 2466
2472 'drmemory': { 2467 'drmemory': {
2473 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2468 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2474 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2469 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2475 }, 2470 },
2476 }, 2471 },
2477 } 2472 }
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