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

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

Issue 2739183002: Run Mus Demo and WS tests on Ozone Linux bot (Closed)
Patch Set: s/Linux Ozone/Ozone Linux/ Created 3 years, 9 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.fyi.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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 'linux_chromium_clobber_deterministic': 'release_trybot', 557 'linux_chromium_clobber_deterministic': 'release_trybot',
558 'linux_chromium_clobber_rel_ng': 'release_trybot', 558 'linux_chromium_clobber_rel_ng': 'release_trybot',
559 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', 559 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86',
560 'linux_chromium_compile_dbg_ng': 'debug_trybot', 560 'linux_chromium_compile_dbg_ng': 'debug_trybot',
561 'linux_chromium_compile_rel_ng': 'release_trybot', 561 'linux_chromium_compile_rel_ng': 'release_trybot',
562 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', 562 'linux_chromium_dbg_32_ng': 'debug_trybot_x86',
563 'linux_chromium_dbg_ng': 'debug_trybot', 563 'linux_chromium_dbg_ng': 'debug_trybot',
564 'linux_chromium_gn_upload': 'gn_linux_upload', 564 'linux_chromium_gn_upload': 'gn_linux_upload',
565 'linux_chromium_headless_rel': 'headless_linux_release_trybot', 565 'linux_chromium_headless_rel': 'headless_linux_release_trybot',
566 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot', 566 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot',
567 'linux_chromium_ozone_ng': 'ozone_linux_release_trybot',
567 568
568 # This is intentionally a release_bot and not a release_trybot; 569 # This is intentionally a release_bot and not a release_trybot;
569 # enabling DCHECKs seems to cause flaky failures that don't show up 570 # enabling DCHECKs seems to cause flaky failures that don't show up
570 # on the continuous builder. 571 # on the continuous builder.
571 'linux_chromium_msan_rel_ng': 'msan_release_bot', 572 'linux_chromium_msan_rel_ng': 'msan_release_bot',
572 573
573 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', 574 'linux_chromium_rel_ng': 'gpu_tests_release_trybot',
574 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', 575 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot',
575 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', 576 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot',
576 577
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1811 'optimize_for_fuzzing': { 1812 'optimize_for_fuzzing': {
1812 'gn_args': 'optimize_for_fuzzing=true', 1813 'gn_args': 'optimize_for_fuzzing=true',
1813 }, 1814 },
1814 1815
1815 'ozone': { 1816 'ozone': {
1816 'gn_args': 'use_ozone=true', 1817 'gn_args': 'use_ozone=true',
1817 }, 1818 },
1818 1819
1819 'ozone_linux': { 1820 'ozone_linux': {
1820 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true ' 1821 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true '
1822 'ozone_platform="x11" '
1821 'ozone_platform_x11=true ozone_platform_gbm=true ' 1823 'ozone_platform_x11=true ozone_platform_gbm=true '
1822 'enable_package_mash_services=true use_ash=false ' 1824 'enable_package_mash_services=true use_ash=false '
1823 'use_jessie_sysroot=true use_xkbcommon=true'), 1825 'use_jessie_sysroot=true use_xkbcommon=true'),
1824 }, 1826 },
1825 1827
1826 'pdf_xfa': { 1828 'pdf_xfa': {
1827 'gn_args': 'pdf_enable_xfa=true', 1829 'gn_args': 'pdf_enable_xfa=true',
1828 }, 1830 },
1829 1831
1830 # Note: This is probably not what you want to use. Instead use one of the 1832 # Note: This is probably not what you want to use. Instead use one of the
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 1920
1919 'x64': { 1921 'x64': {
1920 'gn_args': 'target_cpu="x64"', 1922 'gn_args': 'target_cpu="x64"',
1921 }, 1923 },
1922 1924
1923 'x86': { 1925 'x86': {
1924 'gn_args': 'target_cpu="x86"', 1926 'gn_args': 'target_cpu="x86"',
1925 }, 1927 },
1926 }, 1928 },
1927 } 1929 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698