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

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

Issue 1987433002: Recipe for Blimp Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update hostname to the allocated one. Created 4 years, 7 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 1a4282b965c2cd2fa1464360f26a234ae24eaf0a..3d10e52c54b6d9eb34674c358d8f0303e31dbd2b 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -65,7 +65,8 @@ s_chromium = Scheduler(
name='chromium',
treeStableTimer=60,
change_filter=ChangeFilter(project='chromium', branch='master'),
- builderNames=['Chromium Windows Analyze',
+ builderNames=['Blimp Linux (dbg)',
+ 'Chromium Windows Analyze',
# The bots need a short name to work around crbug.com/399990.
'CrWinGoma',
'CrWinGoma(dll)', # not (shared) cause crbug.com/399990
@@ -391,13 +392,18 @@ def m_kitchen(recipe, **kwargs):
factory_properties={'path_config': 'kitchen'},
**kwargs)
+b_blimp_linux = {
+ 'name': 'Blimp Linux (dbg)',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory('chromium'),
+ 'category': 'linux',
+}
+
b_chromium_win_analyze = {'name': 'Chromium Windows Analyze',
'builddir': 'Chromium_Windows_Analyze',
'factory': f_win_analyze,
'auto_reboot': False,
}
-
b_chromium_win_pgo_builder = {
'name': 'Chromium Win PGO Builder',
'builddir': 'chromium-win-pgo-builder',
@@ -1122,6 +1128,9 @@ b_earlgrey_ios = {
}
c['builders'] = [
+ # Blimp
+ b_blimp_linux,
+
# Windows release
b_chromium_win_goma,
b_chromium_win_goma_shared,
« 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