Skip to content

Commit

Permalink
Remove delete step
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 26, 2024
1 parent d73203d commit 83fd5ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dotnet-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ jobs:
${{ env.DOTNET_SAMPLE_APP_NAMESPACE }} && \
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }} --region ${{ env.E2E_TEST_AWS_REGION }}" \
60
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 }}" "" 60
fi
# If the deployment_failed is 1 then either the terraform deployment or the endpoint connection failed, so first destroy the
Expand Down

0 comments on commit 83fd5ce

Please sign in to comment.