Jelajahi Sumber

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

test: wait for machineconfigpool to rollout
OpenShift Merge Robot 5 tahun lalu
induk
melakukan
0b0ef015f1
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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