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

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

Issue 2509503002: Add config for ios-device-xcode-clang bot (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
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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'Win ASan Release Coverage': 'asan_edge_fuzzer_v8_heap_release_bot_x86', 275 'Win ASan Release Coverage': 'asan_edge_fuzzer_v8_heap_release_bot_x86',
276 'Win ASan Release Media': 'asan_fuzzer_v8_heap_chrome_with_codecs_release_ bot_x86', 276 'Win ASan Release Media': 'asan_fuzzer_v8_heap_chrome_with_codecs_release_ bot_x86',
277 'Win ASan Release': 'asan_fuzzer_v8_heap_release_bot_x86', 277 'Win ASan Release': 'asan_fuzzer_v8_heap_release_bot_x86',
278 'Win SyzyASAN LKGR': 'syzyasan_no_pch_release_x86', 278 'Win SyzyASAN LKGR': 'syzyasan_no_pch_release_x86',
279 }, 279 },
280 280
281 'chromium.mac': { 281 'chromium.mac': {
282 'Mac Builder': 'gpu_tests_release_bot', 282 'Mac Builder': 'gpu_tests_release_bot',
283 'Mac Builder (dbg)': 'debug_bot', 283 'Mac Builder (dbg)': 'debug_bot',
284 'ios-device': 'ios', 284 'ios-device': 'ios',
285 'ios-device-xcode-clang': 'ios',
285 'ios-simulator': 'ios', 286 'ios-simulator': 'ios',
286 'ios-simulator-cronet': 'ios', 287 'ios-simulator-cronet': 'ios',
287 'ios-simulator-xcode-clang': 'ios', 288 'ios-simulator-xcode-clang': 'ios',
288 }, 289 },
289 290
290 'chromium.memory': { 291 'chromium.memory': {
291 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', 292 'Linux ASan LSan Builder': 'asan_lsan_release_trybot',
292 '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',
293 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' , 294 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' ,
294 }, 295 },
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'linux_chromium_dbg_32_ng_trusty': 'debug_trybot_x86', 574 'linux_chromium_dbg_32_ng_trusty': 'debug_trybot_x86',
574 'linux_chromium_dbg_ng_trusty': 'debug_trybot', 575 'linux_chromium_dbg_ng_trusty': 'debug_trybot',
575 'linux_chromium_rel_ng_trusty': 'gpu_tests_release_trybot', 576 'linux_chromium_rel_ng_trusty': 'gpu_tests_release_trybot',
576 'linux_chromium_tsan_rel_ng_trusty': 'tsan_disable_nacl_release_trybot', 577 'linux_chromium_tsan_rel_ng_trusty': 'tsan_disable_nacl_release_trybot',
577 'linux_optional_gpu_tests_rel_trusty': 'gpu_fyi_tests_release_trybot', 578 'linux_optional_gpu_tests_rel_trusty': 'gpu_fyi_tests_release_trybot',
578 'linux_site_isolation_trusty': 'release_trybot', 579 'linux_site_isolation_trusty': 'release_trybot',
579 }, 580 },
580 581
581 'tryserver.chromium.mac': { 582 'tryserver.chromium.mac': {
582 'ios-device': 'ios', 583 'ios-device': 'ios',
584 'ios-device-xcode-clang': 'ios',
583 'ios-simulator': 'ios', 585 'ios-simulator': 'ios',
584 'ios-simulator-cronet': 'ios', 586 'ios-simulator-cronet': 'ios',
585 'ios-simulator-xcode-clang': 'ios', 587 'ios-simulator-xcode-clang': 'ios',
586 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot', 588 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot',
587 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot', 589 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot',
588 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip', 590 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip',
589 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot', 591 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot',
590 'mac_chromium_compile_dbg_ng': 'debug_trybot', 592 'mac_chromium_compile_dbg_ng': 'debug_trybot',
591 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot', 593 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot',
592 'mac_chromium_dbg_ng': 'debug_trybot', 594 'mac_chromium_dbg_ng': 'debug_trybot',
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 1822
1821 'x64': { 1823 'x64': {
1822 'gn_args': 'target_cpu="x64"', 1824 'gn_args': 'target_cpu="x64"',
1823 }, 1825 },
1824 1826
1825 'x86': { 1827 'x86': {
1826 'gn_args': 'target_cpu="x86"', 1828 'gn_args': 'target_cpu="x86"',
1827 }, 1829 },
1828 }, 1830 },
1829 } 1831 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698