Преглед на файлове

test: wait for machineconfigpool to rollout

This ensures all necessary configs were placed on the scaled up nodes 
before tests are started
Vadim Rutkovsky преди 5 години
родител
ревизия
2400d9548b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      test/aws/scaleup.yml

+ 3 - 0
test/aws/scaleup.yml

@@ -134,3 +134,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