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

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

Issue 2482503003: Replace ios-simulator-swarming bot with ios-simulator-xcode-clang (Closed)
Patch Set: Created 4 years, 1 month 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 | « ios/build/bots/chromium.mac/ios-simulator-xcode-clang.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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'Win ASan Release': 'asan_fuzzer_v8_heap_release_bot_x86', 278 'Win ASan Release': 'asan_fuzzer_v8_heap_release_bot_x86',
279 'Win SyzyASAN LKGR': 'syzyasan_no_pch_release_x86', 279 'Win SyzyASAN LKGR': 'syzyasan_no_pch_release_x86',
280 }, 280 },
281 281
282 'chromium.mac': { 282 'chromium.mac': {
283 'Mac Builder': 'gpu_tests_release_bot', 283 'Mac Builder': 'gpu_tests_release_bot',
284 'Mac Builder (dbg)': 'debug_bot', 284 'Mac Builder (dbg)': 'debug_bot',
285 'ios-device': 'ios', 285 'ios-device': 'ios',
286 'ios-simulator': 'ios', 286 'ios-simulator': 'ios',
287 'ios-simulator-cronet': 'ios', 287 'ios-simulator-cronet': 'ios',
288 'ios-simulator-swarming': 'ios', 288 'ios-simulator-xcode-clang': 'ios',
289 }, 289 },
290 290
291 'chromium.memory': { 291 'chromium.memory': {
292 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', 292 'Linux ASan LSan Builder': 'asan_lsan_release_trybot',
293 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_ always_on', 293 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_ always_on',
294 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' , 294 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' ,
295 }, 295 },
296 296
297 'chromium.memory.fyi': { 297 'chromium.memory.fyi': {
298 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot', 298 'Chromium Linux ChromeOS MSan Builder': 'chromeos_msan_release_bot',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'linux_chromium_rel_ng_trusty': 'gpu_tests_release_trybot', 571 'linux_chromium_rel_ng_trusty': 'gpu_tests_release_trybot',
572 'linux_chromium_tsan_rel_ng_trusty': 'tsan_disable_nacl_release_trybot', 572 'linux_chromium_tsan_rel_ng_trusty': 'tsan_disable_nacl_release_trybot',
573 'linux_optional_gpu_tests_rel_trusty': 'gpu_fyi_tests_release_trybot', 573 'linux_optional_gpu_tests_rel_trusty': 'gpu_fyi_tests_release_trybot',
574 'linux_site_isolation_trusty': 'release_trybot', 574 'linux_site_isolation_trusty': 'release_trybot',
575 }, 575 },
576 576
577 'tryserver.chromium.mac': { 577 'tryserver.chromium.mac': {
578 'ios-device': 'ios', 578 'ios-device': 'ios',
579 'ios-simulator': 'ios', 579 'ios-simulator': 'ios',
580 'ios-simulator-cronet': 'ios', 580 'ios-simulator-cronet': 'ios',
581 'ios-simulator-swarming': 'ios', 581 'ios-simulator-xcode-clang': 'ios',
582 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot', 582 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot',
583 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot', 583 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot',
584 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip', 584 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip',
585 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot', 585 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot',
586 'mac_chromium_compile_dbg_ng': 'debug_trybot', 586 'mac_chromium_compile_dbg_ng': 'debug_trybot',
587 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot', 587 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot',
588 'mac_chromium_dbg_ng': 'debug_trybot', 588 'mac_chromium_dbg_ng': 'debug_trybot',
589 'mac_chromium_gn_upload': 'release_bot', 589 'mac_chromium_gn_upload': 'release_bot',
590 'mac_chromium_rel_ng': 'gpu_tests_release_trybot', 590 'mac_chromium_rel_ng': 'gpu_tests_release_trybot',
591 'mac_nacl_sdk': 'release_bot', 591 'mac_nacl_sdk': 'release_bot',
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 'gn_args': 'target_cpu="x86"', 1825 'gn_args': 'target_cpu="x86"',
1826 }, 1826 },
1827 1827
1828 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1828 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1829 1829
1830 'drmemory': { 1830 'drmemory': {
1831 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1831 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1832 }, 1832 },
1833 }, 1833 },
1834 } 1834 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator-xcode-clang.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698