Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index ccf7cdf88a3641d7ad5f9f99cc0d8e649debce6b..12d55f1aa118e6469544ab9fc973bc87eabe5ff1 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,11 @@ |
| 'official', 'x86', |
| ], |
| + 'release_bot_ozone_linux': [ |
| + 'release_bot', 'ozone', 'ozone_choose_platforms', 'ozone_wayland', |
| + '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.
|
| + ], |
| + |
| 'release_afl_asan': [ |
| 'release', 'afl', 'asan', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', |
| ], |
| @@ -1727,6 +1733,26 @@ |
| 'gn_args': 'use_ozone=true', |
| }, |
| + 'ozone_choose_platforms': { |
| + 'gn_args': 'ozone_auto_platforms=false', |
| + }, |
| + |
| + 'ozone_wayland': { |
| + 'gn_args': 'ozone_platform_wayland=true', |
| + }, |
| + |
| + 'ozone_x11': { |
| + 'gn_args': 'ozone_platform_x11=true', |
| + }, |
| + |
| + 'enable_mash_services': { |
| + 'gn_args': 'enable_package_mash_services=true', |
| + }, |
| + |
| + 'disable_ash': { |
| + 'gn_args': "use_ash=false", |
| + }, |
| + |
| 'pdf_xfa': { |
| 'gn_args': 'pdf_enable_xfa=true', |
| }, |