Martin Blanchard pushed to branch master at BuildGrid / buildgrid
Commits:
-
63b21827
by Rohit at 2018-08-28T13:08:53Z
1 changed file:
Changes:
... | ... | @@ -90,7 +90,7 @@ class Scheduler: |
90 | 90 |
job.update_execute_stage(ExecuteStage.COMPLETED)
|
91 | 91 |
self.jobs[name] = job
|
92 | 92 |
if not job.do_not_cache and self._action_cache is not None:
|
93 |
- self._action_cache.put_action_result(job.action_digest, result)
|
|
93 |
+ self._action_cache.update_action_result(job.action_digest, result)
|
|
94 | 94 |
|
95 | 95 |
def get_operations(self):
|
96 | 96 |
response = operations_pb2.ListOperationsResponse()
|