瀏覽代碼

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

test: wait for machineconfigpool to rollout
OpenShift Merge Robot 5 年之前
父節點
當前提交
0b0ef015f1
共有 1 個文件被更改,包括 3 次插入0 次删除
  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