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

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

Issue 2681973002: Add config for ios-simulator-eg on chromium.mac (Closed)
Patch Set: Created 3 years, 10 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 | « ios/build/bots/chromium.mac/ios-simulator-eg.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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'Win SyzyASAN LKGR': 'syzyasan_no_pch_release_x86', 295 'Win SyzyASAN LKGR': 'syzyasan_no_pch_release_x86',
296 }, 296 },
297 297
298 'chromium.mac': { 298 'chromium.mac': {
299 'Mac Builder': 'gpu_tests_release_bot', 299 'Mac Builder': 'gpu_tests_release_bot',
300 'Mac Builder (dbg)': 'debug_bot', 300 'Mac Builder (dbg)': 'debug_bot',
301 'ios-device': 'ios', 301 'ios-device': 'ios',
302 'ios-device-xcode-clang': 'ios', 302 'ios-device-xcode-clang': 'ios',
303 'ios-simulator': 'ios', 303 'ios-simulator': 'ios',
304 'ios-simulator-cronet': 'ios', 304 'ios-simulator-cronet': 'ios',
305 'ios-simulator-eg': 'ios',
baxley 2017/02/08 00:14:53 Sorry for my ignorance, but does this add it to ch
smut 2017/02/08 00:21:18 It doesn't actually put it on the main waterfall,
305 'ios-simulator-xcode-clang': 'ios', 306 'ios-simulator-xcode-clang': 'ios',
306 }, 307 },
307 308
308 'chromium.memory': { 309 'chromium.memory': {
309 'Linux ASan LSan Builder': 'asan_lsan_release_trybot', 310 'Linux ASan LSan Builder': 'asan_lsan_release_trybot',
310 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' , 311 'Linux Chromium OS ASan LSan Builder': 'asan_lsan_chromeos_release_trybot' ,
311 'Linux TSan Builder': 'tsan_disable_nacl_release_bot', 312 'Linux TSan Builder': 'tsan_disable_nacl_release_bot',
312 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_ always_on', 313 'Mac ASan 64 Builder': 'asan_full_symbols_disable_nacl_release_bot_dcheck_ always_on',
313 }, 314 },
314 315
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 'linux_chromium_rel_ng_trusty': 'gpu_tests_release_trybot', 587 'linux_chromium_rel_ng_trusty': 'gpu_tests_release_trybot',
587 'linux_chromium_tsan_rel_ng_trusty': 'tsan_disable_nacl_release_trybot', 588 'linux_chromium_tsan_rel_ng_trusty': 'tsan_disable_nacl_release_trybot',
588 'linux_optional_gpu_tests_rel_trusty': 'gpu_fyi_tests_release_trybot', 589 'linux_optional_gpu_tests_rel_trusty': 'gpu_fyi_tests_release_trybot',
589 'linux_site_isolation_trusty': 'release_trybot', 590 'linux_site_isolation_trusty': 'release_trybot',
590 }, 591 },
591 592
592 'tryserver.chromium.mac': { 593 'tryserver.chromium.mac': {
593 'ios-device': 'ios', 594 'ios-device': 'ios',
594 'ios-device-xcode-clang': 'ios', 595 'ios-device-xcode-clang': 'ios',
595 'ios-simulator': 'ios', 596 'ios-simulator': 'ios',
597 'ios-simulator-eg': 'ios',
596 'ios-simulator-cronet': 'ios', 598 'ios-simulator-cronet': 'ios',
597 'ios-simulator-xcode-clang': 'ios', 599 'ios-simulator-xcode-clang': 'ios',
598 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot', 600 'mac_chromium_10.10_rel_ng': 'gpu_tests_release_trybot',
599 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot', 601 'mac_chromium_10.10_macviews': 'mac_views_browser_release_trybot',
600 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip', 602 'mac_chromium_archive_rel_ng': 'release_bot_mac_strip',
601 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot', 603 'mac_chromium_asan_rel_ng': 'asan_dcheck_disable_nacl_release_bot',
602 'mac_chromium_compile_dbg_ng': 'debug_trybot', 604 'mac_chromium_compile_dbg_ng': 'debug_trybot',
603 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot', 605 'mac_chromium_compile_rel_ng': 'gpu_tests_release_trybot',
604 'mac_chromium_dbg_ng': 'debug_trybot', 606 'mac_chromium_dbg_ng': 'debug_trybot',
605 'mac_chromium_gn_upload': 'release_bot', 607 'mac_chromium_gn_upload': 'release_bot',
(...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1898 1900
1899 'x64': { 1901 'x64': {
1900 'gn_args': 'target_cpu="x64"', 1902 'gn_args': 'target_cpu="x64"',
1901 }, 1903 },
1902 1904
1903 'x86': { 1905 'x86': {
1904 'gn_args': 'target_cpu="x86"', 1906 'gn_args': 'target_cpu="x86"',
1905 }, 1907 },
1906 }, 1908 },
1907 } 1909 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator-eg.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698