Skip to content

Commit

Permalink
ignore not found
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 9a52051 commit c759831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ integration-tests: prepare-cluster-and-images integration-docker-build-push-test
.PHONY: integration-docker-build-push-tests
integration-docker-build-push-tests: workloads
cargo test -p containerd-shim-spin-tests -- --nocapture
kubectl delete -f tests/workloads-common --wait --timeout 60s
kubectl delete -f tests/workloads-docker-build-push --wait --timeout 60s
kubectl delete -f tests/workloads-common --wait --timeout 60s --ignore-not-found=true
kubectl delete -f tests/workloads-docker-build-push --wait --timeout 60s --ignore-not-found=true

.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
kubectl delete -f tests/workloads-spin-registry-push --wait --timeout 60s
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

.PHONY: prepare-cluster-and-images
prepare-cluster-and-images: check-bins move-bins up build-and-push-test-apps pod-status-check
Expand Down

0 comments on commit c759831

Please sign in to comment.