[Notes] [Git][BuildGrid/buildgrid][master] `ActionResult` and not `Any` is stored.



Title: GitLab

finn pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

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



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