Skip to content

Commit

Permalink
removing wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 9, 2024
1 parent 274636b commit 5d335f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,7 @@ jobs:
run: |
kubectl patch amazoncloudwatchagents -n amazon-cloudwatch cloudwatch-agent --type='json' -p='[{"op": "replace", "path": "/spec/image", "value": ${{ secrets.AWS_ECR_PRIVATE_REGISTRY }}/${{ env.ECR_INTEGRATION_TEST_REPO }}:${{ github.sha }}}]'
kubectl delete pods --all -n amazon-cloudwatch
sleep 10
kubectl wait --for=condition=Ready pod --all -n amazon-cloudwatch
sleep 15
- name: Get EKS Cluster Name
id: get-eks-cluster-name
run: |
Expand Down

0 comments on commit 5d335f3

Please sign in to comment.