| Index: masters/master.tryserver.chromium/master.cfg
|
| diff --git a/masters/master.tryserver.chromium/master.cfg b/masters/master.tryserver.chromium/master.cfg
|
| index 289a63b41ff66daa51f2223d30490728082ef5f9..2ceb4104b2351ba6a82c464ce23923ec3a5dd8c4 100644
|
| --- a/masters/master.tryserver.chromium/master.cfg
|
| +++ b/masters/master.tryserver.chromium/master.cfg
|
| @@ -2257,7 +2257,8 @@ if ActiveMaster.is_production_host:
|
| pools=pools,
|
| project='chrome',
|
| filter_master=True,
|
| - cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json')))
|
| + cachepath=os.path.join(os.getcwd(), 'try_job_rietveld.json'),
|
| + cache_processed_jobs=True))
|
|
|
| if LISTEN_TO_SVN:
|
| c['schedulers'].append(TryJobSubversion(
|
|
|