diff --git a/.github/workflows/dotnet-eks-e2e-test.yml b/.github/workflows/dotnet-eks-e2e-test.yml index fe07e3365..fde574882 100644 --- a/.github/workflows/dotnet-eks-e2e-test.yml +++ b/.github/workflows/dotnet-eks-e2e-test.yml @@ -206,10 +206,11 @@ jobs: ${{ env.DOTNET_SAMPLE_APP_NAMESPACE }} && \ aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}" \ 60 + fi # execute_and_retry 2 "kubectl delete pods --all -n ${{ env.DOTNET_SAMPLE_APP_NAMESPACE }}" "" 60 # execute_and_retry 2 "kubectl wait --for=condition=Ready --request-timeout '5m' pod --all -n ${{ env.DOTNET_SAMPLE_APP_NAMESPACE }}" "" 10 - fi + # If the deployment_failed is 1 then either the terraform deployment or the endpoint connection failed, so first destroy the # resources created from terraform and try again.