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

Unified Diff: masters/master.tryserver.chromium.linux/master.cfg

Issue 2463523002: Add Linux Ozone fyi compile-only bot (Closed)
Patch Set: Added tryserver config 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 | « masters/master.chromium.fyi/slaves.cfg ('k') | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium.linux/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index af200d61a6934d78792e2cdf2e6cef6a6a5a3efe..6377b0a5797f863d3dc4209b3485579f1db67d7c 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -237,6 +237,12 @@ chromium_builders.extend([{
},
])
+b_linux_ozone = {
+ 'name': 'linux_chromium_ozone_compile_only_ng',
+ 'factory': m_remote_run('chromium_trybot'),
+ 'slavebuilddir': 'remote_run',
+}
+
b_linux_site_isolation = {
'name': 'linux_site_isolation',
'factory': m_remote_run_chromium_src('chromium_trybot'),
@@ -434,6 +440,7 @@ c['builders'] = [
b_linux_chromium_browser_side_navigation_rel,
b_linux_nacl_sdk,
b_linux_nacl_sdk_build,
+ b_linux_ozone,
b_linux_site_isolation,
] + chromium_builders + variable_builders
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698