Skip to content

Commit

Permalink
don't teardown cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 23, 2024
1 parent 05ef439 commit 9226818
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/nightly-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ jobs:
run: make test-e2e-with-cluster ARCH=amd64

- name: Teardown the cluster
if: always()
if: failure()
run: |
kubectl get pods --all-namespaces -o yaml
kubectl get nodes -o yaml
- name: Teardown the cluster
# if: always()
run: |
./build/zarf package deploy build/zarf-package-distro-eks-amd64-0.0.3.tar.zst \
--components=teardown-eks-cluster \
Expand Down

0 comments on commit 9226818

Please sign in to comment.