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

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

Issue 565213003: Add *_ng bots to tryserver.chromium.linux (synchronized with main waterfall) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 3 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.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 db92acf820759db06b4c5afbfcc0a903de450094..c4934ac2d93fd6038a6b4004ac82fdb7d8e8a7c2 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -691,6 +691,17 @@ for targ in ('_rel', '_dbg'):
),
# Share build directory with compatible existing builders to save space.
'slavebuilddir': 'linux'
+ }, {
+ 'name': 'linux_chromium%s_ng' % targ,
+ 'factory': m_annotator.BaseFactory(
+ 'chromium_trybot',
+ {
+ 'build_config': ('Release' if 'rel' in targ else 'Debug'),
iannucci 2014/09/16 20:20:44 in another CL: let's remove these and move them in
+ },
+ timeout=3600
+ ),
+ # Share build directory with compatible existing builders to save space.
+ 'slavebuilddir': 'linux'
}])
# *_chromium_rel_swarming are identical to *_chromium_rel, but use Swarming
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698