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

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

Issue 2470453002: Add Linux Ozone fyi compile-only bot (src-side changes) (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 | « no previous file | 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'Linux ARM': 'release_bot_arm', 174 'Linux ARM': 'release_bot_arm',
175 'Linux deterministic': 'release_bot', 175 'Linux deterministic': 'release_bot',
176 'Linux deterministic (dbg)': 'debug_bot', 176 'Linux deterministic (dbg)': 'debug_bot',
177 'Linux remote_run Builder': 'release_bot', 177 'Linux remote_run Builder': 'release_bot',
178 'Linux remote_run Tester': 'release_bot', 178 'Linux remote_run Tester': 'release_bot',
179 'Linux V8 API Stability': 'release_bot', 179 'Linux V8 API Stability': 'release_bot',
180 'Mac deterministic': 'release_bot_mac_strip', 180 'Mac deterministic': 'release_bot_mac_strip',
181 'Mac deterministic (dbg)': 'debug_bot', 181 'Mac deterministic (dbg)': 'debug_bot',
182 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot', 182 'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot',
183 'Mojo Windows': 'release_bot_x86', 183 'Mojo Windows': 'release_bot_x86',
184 'Ozone Linux': 'release_bot_ozone_linux',
184 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64', 185 'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64',
185 'Site Isolation Linux': 'release_trybot', 186 'Site Isolation Linux': 'release_trybot',
186 'Site Isolation Win': 'release_trybot_x86', 187 'Site Isolation Win': 'release_trybot_x86',
187 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static', 188 'ThinLTO Linux ToT': 'thin_lto_clang_tot_release_static',
188 'UBSanVptr Linux': 'ubsan_vptr_release_bot', 189 'UBSanVptr Linux': 'ubsan_vptr_release_bot',
189 'WebKit Linux - TraceWrappables': 'debug_bot', 190 'WebKit Linux - TraceWrappables': 'debug_bot',
190 'WebKit Linux - WPTServe': 'release_bot', 191 'WebKit Linux - WPTServe': 'release_bot',
191 'WebKit Mac - WPTServe': 'release_bot', 192 'WebKit Mac - WPTServe': 'release_bot',
192 'WebKit Win - WPTServe': 'release_bot_x86', 193 'WebKit Win - WPTServe': 'release_bot_x86',
193 'WebKit Linux - RandomOrder': 'release_bot', 194 'WebKit Linux - RandomOrder': 'release_bot',
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 ], 1317 ],
1317 1318
1318 'official_syzyasan_x86': [ 1319 'official_syzyasan_x86': [
1319 'official', 'syzyasan', 'x86', 1320 'official', 'syzyasan', 'x86',
1320 ], 1321 ],
1321 1322
1322 'official_x86': [ 1323 'official_x86': [
1323 'official', 'x86', 1324 'official', 'x86',
1324 ], 1325 ],
1325 1326
1327 'release_bot_ozone_linux': [
1328 'release_bot', 'ozone', 'ozone_choose_platforms', 'ozone_wayland',
1329 'ozone_x11', 'enable_mash_services', 'disable_ash',
Dirk Pranke 2016/10/31 19:58:20 Generally I like for the config name to be the res
Tom (Use chromium acct) 2016/10/31 23:20:25 Done.
1330 ],
1331
1326 'release_afl_asan': [ 1332 'release_afl_asan': [
1327 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', 1333 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
1328 ], 1334 ],
1329 1335
1330 'release_bot': [ 1336 'release_bot': [
1331 'release_bot', 1337 'release_bot',
1332 ], 1338 ],
1333 1339
1334 'release_bot_arm': [ 1340 'release_bot_arm': [
1335 'release_bot', 'arm', 1341 'release_bot', 'arm',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 }, 1726 },
1721 1727
1722 'optimize_for_fuzzing': { 1728 'optimize_for_fuzzing': {
1723 'gn_args': 'optimize_for_fuzzing=true', 1729 'gn_args': 'optimize_for_fuzzing=true',
1724 }, 1730 },
1725 1731
1726 'ozone': { 1732 'ozone': {
1727 'gn_args': 'use_ozone=true', 1733 'gn_args': 'use_ozone=true',
1728 }, 1734 },
1729 1735
1736 'ozone_choose_platforms': {
1737 'gn_args': 'ozone_auto_platforms=false',
1738 },
1739
1740 'ozone_wayland': {
1741 'gn_args': 'ozone_platform_wayland=true',
1742 },
1743
1744 'ozone_x11': {
1745 'gn_args': 'ozone_platform_x11=true',
1746 },
1747
1748 'enable_mash_services': {
1749 'gn_args': 'enable_package_mash_services=true',
1750 },
1751
1752 'disable_ash': {
1753 'gn_args': "use_ash=false",
1754 },
1755
1730 'pdf_xfa': { 1756 'pdf_xfa': {
1731 'gn_args': 'pdf_enable_xfa=true', 1757 'gn_args': 'pdf_enable_xfa=true',
1732 }, 1758 },
1733 1759
1734 # Note: This is probably not what you want to use. Instead use one of the 1760 # Note: This is probably not what you want to use. Instead use one of the
1735 # chrome_with_codecs or chromeos_with_codecs mixins. 1761 # chrome_with_codecs or chromeos_with_codecs mixins.
1736 'proprietary_codecs': { 1762 'proprietary_codecs': {
1737 'gn_args': 'proprietary_codecs=true', 1763 'gn_args': 'proprietary_codecs=true',
1738 }, 1764 },
1739 1765
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'gn_args': 'target_cpu="x86"', 1847 'gn_args': 'target_cpu="x86"',
1822 }, 1848 },
1823 1849
1824 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 1850 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
1825 1851
1826 'drmemory': { 1852 'drmemory': {
1827 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 1853 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
1828 }, 1854 },
1829 }, 1855 },
1830 } 1856 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698