Browse Source

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

test: wait for machineconfigpool to rollout
OpenShift Merge Robot 5 năm trước cách đây
mục cha
commit
0b0ef015f1
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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