From b25c77ce3744a24c7b185d6f3185d6b7c2b02229 Mon Sep 17 00:00:00 2001 From: Paramadon Date: Sun, 9 Jun 2024 20:21:36 -0400 Subject: [PATCH] removing terraform destroy --- .github/workflows/integration-test.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 2a8494d0bc..e3b87c92e9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1214,18 +1214,9 @@ jobs: -var="addon_version=v1.6.0-eksbuild.1" \ -var="k8s_version=1.29" ; then echo "Terraform apply successful." - else - terraform destroy -auto-approve && exit 1 - fi + + - - name: Terraform destroy - if: ${{ cancelled() || failure() }} - uses: nick-fields/retry@v2 - with: - max_attempts: 3 - timeout_minutes: 8 - retry_wait_seconds: 5 - command: cd terraform/eks/addon/gpu && terraform destroy --auto-approve StressTrackingTest: name: "StressTrackingTest" needs: [BuildAndUpload, GenerateTestMatrix]