Chromium Code Reviews| 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 |