File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 256
256
command : " redis-cli get clients-{{ trunc_uuid }}"
257
257
register : clients_ready_count
258
258
259
- when : resource_kind == "vm"
259
+ - name : Update resource state
260
+ operator_sdk.util.k8s_status :
261
+ api_version : ripsaw.cloudbulldozer.io/v1alpha1
262
+ kind : Benchmark
263
+ name : " {{ meta.name }}"
264
+ namespace : " {{ operator_namespace }}"
265
+ status :
266
+ state : Clients Running
267
+ when : " workload_args.pair|default('1')|int == clients_ready_count.stdout|int"
260
268
261
- - name : Update resource state
262
- operator_sdk.util.k8s_status :
263
- api_version : ripsaw.cloudbulldozer.io/v1alpha1
264
- kind : Benchmark
265
- name : " {{ meta.name }}"
266
- namespace : " {{ operator_namespace }}"
267
- status :
268
- state : Clients Running
269
- when : " workload_args.pair|default('1')|int == clients_ready_count.stdout|int"
269
+ when : resource_kind == "vm"
270
270
271
271
when : resource_state.resources[0].status.state == "Waiting for Clients"
272
272
You can’t perform that action at this time.
0 commit comments