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

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

Issue 2044513004: Recipe for Blimp bot on chromium.linux (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Moves blimp FYI slave to chromium.linux 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 3aef4867a6b4d4a5561d307e483db2f2f3bd7e9c..4fd48bee5e194cdae4a9055c0f79c878d44ef152 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -65,8 +65,7 @@ s_chromium = Scheduler(
name='chromium',
treeStableTimer=60,
change_filter=ChangeFilter(project='chromium', branch='master'),
- builderNames=['Blimp Linux (dbg)',
- 'Chromium Windows Analyze',
+ builderNames=['Chromium Windows Analyze',
# The bots need a short name to work around crbug.com/399990.
'CrWinGoma',
'CrWinGoma(dll)', # not (shared) cause crbug.com/399990
@@ -394,12 +393,6 @@ def m_remote_run(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,
@@ -1146,9 +1139,6 @@ 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