Skip to content

Commit

Permalink
Apply review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Sep 27, 2022
1 parent 0e9069a commit 0bc50c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python-sdk/tests/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ run_job:
@kubectl apply -f infrastructure/kubernetes/postgres.yaml
@kubectl apply -f infrastructure/kubernetes/postgres_svc.yaml
@kubectl create -f infrastructure/kubernetes/job.yaml

# Takes approximately 2min
teardown_gke:
@cd infrastructure/terraform && \
terraform init && \
terraform destroy --target google_container_node_pool.benchmark -auto-approve

0 comments on commit 0bc50c2

Please sign in to comment.