Explorar o código

Merge pull request #11691 from vrutkovs/machine-config-wait

test: wait for machineconfigpool to rollout
OpenShift Merge Robot %!s(int64=5) %!d(string=hai) anos
pai
achega
0b0ef015f1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      test/aws/scaleup.yml

+ 3 - 0
test/aws/scaleup.yml

@@ -135,3 +135,6 @@
       name: "{{ item }}"
       state: absent
     with_items: "{{ pre_scaleup_workers_name }}"
+
+  - name: Wait for worker configs to roll out
+    command: oc wait machineconfigpool/worker --for=condition=Updated --timeout=5m