瀏覽代碼

test: Remove task to delete CoreOS nodes

Removal of the CoreOS machinesets will automatically trigger a delete of
the associated machine.  The task to delete the nodes is redundant and
potentially flakes due to the node already being removed.
Russell Teague 5 年之前
父節點
當前提交
5b3f31e706
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      test/aws/scaleup.yml

+ 0 - 8
test/aws/scaleup.yml

@@ -128,13 +128,5 @@
       state: absent
     with_items: "{{ pre_scaleup_machineset_names }}"
 
-  - name: Delete CoreOS nodes
-    k8s:
-      kubeconfig: "{{ kubeconfig_path }}"
-      kind: Node
-      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