Skip to content

Commit

Permalink
wait for pods to be deleted
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>
  • Loading branch information
rajatjindal committed Apr 23, 2024
1 parent 178f27f commit 690bcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ integration-docker-build-push-tests: workloads
.PHONY: integration-spin-registry-push-tests
integration-spin-registry-push-tests: workloads-spin-registry-push
cargo test -p containerd-shim-spin-tests -- --nocapture
kubectl delete -f tests/workloads-common --wait --timeout 60s --ignore-not-found==true
kubectl delete -f tests/workloads-spin-registry-push --wait --timeout 60s --ignore-not-found=true
kubectl delete -f tests/workloads-common --wait --timeout 60s
kubectl delete -f tests/workloads-spin-registry-push --wait --timeout 60s
kubectl wait pod --for=delete -l app=wasm-spin -l app=spin-keyvalue -l app=spin-outbound-redis -l app=spin-multi-trigger-app --timeout 60s

.PHONY: prepare-cluster-and-images
Expand Down

0 comments on commit 690bcbe

Please sign in to comment.