Raoul Hidalgo Charman pushed to branch master at BuildGrid / buildgrid
Commits:
-
6afc4f91
by Raoul Hidalgo Charman at 2018-10-04T17:19:49Z
1 changed file:
Changes:
... | ... | @@ -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 |
|