[Notes] [Git][BuildGrid/buildgrid][master] cmd_operation.py: Remove instance_name from WaitExecutionRequest



Title: GitLab

Raoul Hidalgo Charman pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • buildgrid/_app/commands/cmd_operation.py
    ... ... @@ -101,8 +101,7 @@ def lists(context):
    101 101
     @pass_context
    
    102 102
     def wait(context, operation_name):
    
    103 103
         stub = remote_execution_pb2_grpc.ExecutionStub(context.channel)
    
    104
    -    request = remote_execution_pb2.WaitExecutionRequest(instance_name=context.instance_name,
    
    105
    -                                                        name=operation_name)
    
    104
    +    request = remote_execution_pb2.WaitExecutionRequest(name=operation_name)
    
    106 105
     
    
    107 106
         response = stub.WaitExecution(request)
    
    108 107
     
    



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