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

Unified Diff: tools/mb/mb_config.pyl

Issue 2470453002: Add Linux Ozone fyi compile-only bot (src-side changes) (Closed)
Patch Set: Formatting 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index ccf7cdf88a3641d7ad5f9f99cc0d8e649debce6b..e0714a9857dbdadb86cc989c24564d236b62fd6d 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -181,6 +181,7 @@
'Mac deterministic (dbg)': 'debug_bot',
'Mojo ChromiumOS': 'chromeos_with_codecs_ozone_release_trybot',
'Mojo Windows': 'release_bot_x86',
+ 'Ozone Linux': 'release_bot_ozone_linux',
'Site Isolation Android': 'android_release_bot_minimal_symbols_arm64',
'Site Isolation Linux': 'release_trybot',
'Site Isolation Win': 'release_trybot_x86',
@@ -1323,6 +1324,10 @@
'official', 'x86',
],
+ 'release_bot_ozone_linux': [
+ 'release_bot', 'ozone_linux',
+ ],
+
'release_afl_asan': [
'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
],
@@ -1727,6 +1732,12 @@
'gn_args': 'use_ozone=true',
},
+ 'ozone_linux': {
+ 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true '
+ 'ozone_platform_x11=true enable_package_mash_services=true '
+ 'use_ash=false'),
+ },
+
'pdf_xfa': {
'gn_args': 'pdf_enable_xfa=true',
},
« 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