| Index: masters/master.tryserver.v8/master.cfg
|
| diff --git a/masters/master.tryserver.v8/master.cfg b/masters/master.tryserver.v8/master.cfg
|
| index 2fc70fbb5c47304adaa03480bfbf42f7b33b0b37..1f2caa780220e2445ba6d50a2118a60f76ead96f 100644
|
| --- a/masters/master.tryserver.v8/master.cfg
|
| +++ b/masters/master.tryserver.v8/master.cfg
|
| @@ -180,7 +180,7 @@ if LISTEN_TO_RIETVELD:
|
| filter_master=True,
|
| project='v8',
|
| cachepath=os.path.join(os.getcwd(), 'try_job_rietveld_cache.json'),
|
| - cache_submitted_jobs=True))
|
| + cache_processed_jobs=True))
|
|
|
| if LISTEN_TO_SVN:
|
| from master.try_job_svn import TryJobSubversion
|
|
|