Skip to content

Commit

Permalink
testing creation2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Sep 11, 2023
1 parent 874d894 commit 40023ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/operator-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
cd testing/terraform/eks/deployment
terraform init
terraform validate
# if terraform apply -var="operator_yaml=${{ github.workspace }}/dist/amazon-cloudwatch-agent-operator.yaml" --auto-approve; then
# terraform destroy -auto-approve
# else
# terraform destroy -var="operator_yaml=${{ github.workspace }}/dist/amazon-cloudwatch-agent-operator.yaml" --auto-approve && exit 1
# fi
if terraform apply -var="operator_yaml=${{ github.workspace }}/dist/amazon-cloudwatch-agent-operator.yaml" --auto-approve; then
terraform destroy -auto-approve
else
terraform destroy -var="operator_yaml=${{ github.workspace }}/dist/amazon-cloudwatch-agent-operator.yaml" --auto-approve && exit 1
fi
# - name: Terraform destroy
# if: ${{ cancelled() || failure() }}
Expand Down
5 changes: 4 additions & 1 deletion testing/terraform/eks/deployment/setup-apm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ do
continue
fi
break
done
done


kubectl get pods -A

0 comments on commit 40023ea

Please sign in to comment.