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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 2112743002: Move Mojo bots to chromium_fyi; remove mojo master. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add 'use_isolate': True and 'enable_swarming': True. Created 4 years, 6 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
« 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 d105337e262e0c8c402ac14ec776aec832276398..d7a7f0ebabe9a3133bc04cbd4aa0b2b6217425e6 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -148,6 +148,8 @@ s_chromium = Scheduler(
'WebKit Win - WPTServe',
'Linux remote_run Builder',
'EarlGreyiOS',
+ 'Mojo ChromiumOS',
+ 'Mojo Windows',
])
# Triggerable scheduler for Android Builder
@@ -1164,7 +1166,21 @@ b_earlgrey_ios = {
'factory': annotator_factory.AnnotatorFactory().BaseFactory(
'ios/unified_builder_tester'
),
- 'category': 'ealrgrey',
+ 'category': 'earlgrey',
+ 'auto_reboot': True,
+}
+
+b_mojo_chromiumos = {
+ 'name': 'Mojo ChromiumOS',
+ 'factory': m_annotator.BaseFactory('chromium'),
+ 'category': 'mojo',
+ 'auto_reboot': True,
+}
+
+b_mojo_windows = {
+ 'name': 'Mojo Windows',
+ 'factory': m_annotator.BaseFactory('chromium'),
+ 'category': 'mojo',
'auto_reboot': True,
}
@@ -1324,6 +1340,10 @@ c['builders'] = [
# EarlGrey bot
b_earlgrey_ios,
+
+ # Mojo bots.
+ b_mojo_chromiumos,
+ b_mojo_windows,
]
c['builders'].extend([
« 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