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 30aa89e75fe5acd1f534b9267c209acd9d91e9cd..30e22c2fd2a45e8b6371d3910bc393a0be68cdf8 100644 |
| --- a/masters/master.tryserver.chromium.linux/master.cfg |
| +++ b/masters/master.tryserver.chromium.linux/master.cfg |
| @@ -638,6 +638,17 @@ for targ in ('_rel', '_dbg'): |
| # Share build directory with compatible existing builders to save space. |
| 'slavebuilddir': 'linux_chromeos' |
| }, { |
| + 'name': 'linux_chromium_chromeos_compile%s' % targ, |
| + 'factory': m_annotator.BaseFactory( |
| + 'chromium_trybot', |
| + { |
| + 'build_config': ('Release' if 'rel' in targ else 'Debug'), |
|
Paweł Hajdan Jr.
2014/10/31 10:03:50
Please remove this dict, it's no-op.
dnj
2014/10/31 16:49:50
Done. I'll remove it from the full build configura
|
| + 'recipe_config': 'chromeos', |
| + } |
| + ), |
| + # Share build directory with compatible existing builders to save space. |
| + 'slavebuilddir': 'linux_chromeos' |
| + }, { |
| 'name': 'linux_chromium_trusty%s' % targ, |
| 'factory': m_annotator.BaseFactory('chromium_trybot'), |
| # Share build directory with compatible existing builders to save space. |