finn pushed to branch master at BuildGrid / buildgrid
Commits:
-
cc4b0db4
by finnball at 2018-09-24T14:30:13Z
1 changed file:
Changes:
... | ... | @@ -91,7 +91,7 @@ class Scheduler: |
91 | 91 |
job.result = action_result
|
92 | 92 |
if not job.do_not_cache and self._action_cache is not None:
|
93 | 93 |
if not job.lease.status.code:
|
94 |
- self._action_cache.update_action_result(job.action_digest, result)
|
|
94 |
+ self._action_cache.update_action_result(job.action_digest, action_result)
|
|
95 | 95 |
job.update_execute_stage(ExecuteStage.COMPLETED)
|
96 | 96 |
|
97 | 97 |
def get_operations(self):
|