소스 검색

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