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

Unified Diff: masters/master.chromium.fyi/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 | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 882514bb7b35f9285ac255d54be9f79e9099a443..8516551c06c7766ea59a8db329bab3990ea66474 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -127,6 +127,7 @@ s_chromium = Scheduler(
'Linux ARM',
'Linux V8 API Stability',
'Headless Linux (dbg)',
+ 'Ozone Linux',
'Site Isolation Android',
'Site Isolation Linux',
'Site Isolation Win',
@@ -1076,6 +1077,13 @@ b_headless_linux = {
'category': 'linux',
}
+b_chromium_ozone_linux = {
+ 'name': 'Ozone Linux',
+ 'factory': m_remote_run('chromium'),
+ 'category': 'linux',
+ 'auto_reboot': True,
+}
+
b_chromium_site_isolation_android = {
'name': 'Site Isolation Android',
'factory': m_remote_run_chromium_src('chromium'),
@@ -1370,6 +1378,9 @@ c['builders'] = [
# Headles BuilderTester
b_headless_linux,
+ # Desktop linux with ozone
+ b_chromium_ozone_linux,
+
# Site Isolation
b_chromium_site_isolation_android,
b_chromium_site_isolation_linux,
« no previous file with comments | « no previous file | masters/master.chromium.fyi/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698