[Notes] [Git][BuildGrid/buildgrid][master] Change scheduler to use update_action_result



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • buildgrid/server/scheduler.py
    ... ... @@ -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()
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]