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

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

Issue 2114453002: Move chromium.mojo buildbot configs to chromium.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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.mojo.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan', 211 'Libfuzzer Upload Linux ASan Debug': 'gn_debug_libfuzzer_asan',
212 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan', 212 'Libfuzzer Upload Linux MSan': 'gn_release_libfuzzer_msan',
213 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan', 213 'Libfuzzer Upload Linux UBSan': 'gn_release_libfuzzer_ubsan',
214 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan', 214 'Libfuzzer Upload Mac ASan': 'gn_release_libfuzzer_asan',
215 'Linux ARM': 'swarming_gn_release_bot_arm', 215 'Linux ARM': 'swarming_gn_release_bot_arm',
216 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot', 216 'Linux Kitchen (kitchen_run)': 'swarming_gn_release_bot',
217 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot', 217 'Linux Kitchen (annotated_run)': 'swarming_gn_release_bot',
218 'Linux remote_run Builder': 'swarming_gn_release_bot', 218 'Linux remote_run Builder': 'swarming_gn_release_bot',
219 'Linux remote_run Tester': 'swarming_gn_release_bot', 219 'Linux remote_run Tester': 'swarming_gn_release_bot',
220 'Linux V8 API Stability': 'gn_release_bot', 220 'Linux V8 API Stability': 'gn_release_bot',
221 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot',
222 'Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
221 'Site Isolation Linux': 'gn_release_trybot', 223 'Site Isolation Linux': 'gn_release_trybot',
222 'Site Isolation Win': 'gyp_release_trybot_x86', 224 'Site Isolation Win': 'gyp_release_trybot_x86',
223 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot', 225 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
224 'WebKit Linux - WPTServe': 'swarming_gn_release_bot', 226 'WebKit Linux - WPTServe': 'swarming_gn_release_bot',
225 'WebKit Mac - WPTServe': 'swarming_gn_release_bot', 227 'WebKit Mac - WPTServe': 'swarming_gn_release_bot',
226 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86', 228 'WebKit Win - WPTServe': 'swarming_gn_release_bot_minimal_symbols_x86',
227 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64', 229 'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
228 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz', 230 'Win LKGR (DrM 64)': 'gn_release_drmemory_drfuzz',
229 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86', 231 'Win LKGR (DrM)': 'gn_release_drmemory_drfuzz_x86',
230 'Win 10 Fast Ring': 'gn_release_trybot_x64', 232 'Win 10 Fast Ring': 'gn_release_trybot_x64',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'Windows Content Browser (DrMemory)': 'none', 416 'Windows Content Browser (DrMemory)': 'none',
415 'Windows Unit (DrMemory full) (1)': 'none', 417 'Windows Unit (DrMemory full) (1)': 'none',
416 'Windows Unit (DrMemory full) (2)': 'none', 418 'Windows Unit (DrMemory full) (2)': 'none',
417 'Windows Unit (DrMemory full) (3)': 'none', 419 'Windows Unit (DrMemory full) (3)': 'none',
418 'Windows Unit (DrMemory full) (4)': 'none', 420 'Windows Unit (DrMemory full) (4)': 'none',
419 'Windows Unit (DrMemory full) (5)': 'none', 421 'Windows Unit (DrMemory full) (5)': 'none',
420 'Windows Unit (DrMemory x64)': 'none', 422 'Windows Unit (DrMemory x64)': 'none',
421 'Windows Unit (DrMemory)': 'none', 423 'Windows Unit (DrMemory)': 'none',
422 }, 424 },
423 425
424 'chromium.mojo': {
425 'Chromium Mojo Android': 'android_gn_release_bot',
426 'Chromium Mojo Linux': 'gn_release_bot',
427 'Chromium Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
428 },
429
430 'chromium.perf': { 426 'chromium.perf': {
431 'Android Builder': 'gn_official_goma_minimal_symbols_android', 427 'Android Builder': 'gn_official_goma_minimal_symbols_android',
432 'Android Galaxy S5 Perf (1)': 'none', 428 'Android Galaxy S5 Perf (1)': 'none',
433 'Android Galaxy S5 Perf (2)': 'none', 429 'Android Galaxy S5 Perf (2)': 'none',
434 'Android Galaxy S5 Perf (3)': 'none', 430 'Android Galaxy S5 Perf (3)': 'none',
435 'Android Nexus5 Perf (1)': 'none', 431 'Android Nexus5 Perf (1)': 'none',
436 'Android Nexus5 Perf (2)': 'none', 432 'Android Nexus5 Perf (2)': 'none',
437 'Android Nexus5 Perf (3)': 'none', 433 'Android Nexus5 Perf (3)': 'none',
438 'Android Nexus5X Perf (1)': 'none', 434 'Android Nexus5X Perf (1)': 'none',
439 'Android Nexus5X Perf (2)': 'none', 435 'Android Nexus5X Perf (2)': 'none',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 ], 1004 ],
1009 1005
1010 'android_gn_debug_trybot_x64': [ 1006 'android_gn_debug_trybot_x64': [
1011 'android', 'gn', 'debug_trybot', 'x64', 1007 'android', 'gn', 'debug_trybot', 'x64',
1012 ], 1008 ],
1013 1009
1014 'android_gn_debug_trybot_x86': [ 1010 'android_gn_debug_trybot_x86': [
1015 'android', 'gn', 'debug_trybot', 'x86', 1011 'android', 'gn', 'debug_trybot', 'x86',
1016 ], 1012 ],
1017 1013
1018 'android_gn_release_bot': [
1019 'android', 'gn', 'release_bot',
1020 ],
1021
1022 'android_gn_release_bot_minimal_symbols': [ 1014 'android_gn_release_bot_minimal_symbols': [
1023 'android', 'gn', 'release_bot_minimal_symbols', 1015 'android', 'gn', 'release_bot_minimal_symbols',
1024 ], 1016 ],
1025 1017
1026 'android_gn_release_trybot': [ 1018 'android_gn_release_trybot': [
1027 'android', 'gn', 'release_trybot', 1019 'android', 'gn', 'release_trybot',
1028 ], 1020 ],
1029 1021
1030 'android_gn_release_trybot_arm64': [ 1022 'android_gn_release_trybot_arm64': [
1031 'android', 'gn', 'release_trybot', 'arm64', 1023 'android', 'gn', 'release_trybot', 'arm64',
(...skipping 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after
2331 }, 2323 },
2332 2324
2333 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2325 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2334 2326
2335 'drmemory': { 2327 'drmemory': {
2336 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2328 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2337 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2329 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2338 }, 2330 },
2339 }, 2331 },
2340 } 2332 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mojo.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698