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

Unified Diff: tools/mb/mb_config.pyl

Issue 2739183002: Run Mus Demo and WS tests on Ozone Linux bot (Closed)
Patch Set: Align name with https://chromium-review.googlesource.com/c/452481/ 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 side-by-side diff with in-line comments
Download patch
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index a74172d27d9bd27c16baee8a45f502a0f9239f62..28f1909c8eca79b995313ba812aefc90ab1c5101 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -563,7 +563,7 @@
'linux_chromium_dbg_ng': 'debug_trybot',
'linux_chromium_gn_upload': 'gn_linux_upload',
'linux_chromium_headless_rel': 'headless_linux_release_trybot',
- 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot',
+ 'linux_chromium_ozone_ng': 'ozone_linux_release_trybot',
Dirk Pranke 2017/03/13 21:24:40 I would leave the existing builder name alone for
fwang 2017/03/14 12:55:36 Done.
# This is intentionally a release_bot and not a release_trybot;
# enabling DCHECKs seems to cause flaky failures that don't show up
@@ -1817,7 +1817,8 @@
},
'ozone_linux': {
- 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true '
+ 'gn_args': ('ozone_auto_platforms=false ozone_platform_wayland=true'
+ 'ozone_platform_headless=true '
'ozone_platform_x11=true ozone_platform_gbm=true '
'enable_package_mash_services=true use_ash=false '
'use_jessie_sysroot=true use_xkbcommon=true'),

Powered by Google App Engine
This is Rietveld 408576698