File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,21 @@ workloads:
4646workloads-spin-registry-push :
4747 ./scripts/workloads-spin-registry-push.sh
4848
49- ./PHONY : test-workloads-delete
50- test-workloads-delete :
51- ./scripts/workloads-delete .sh
49+ ./PHONY : pod-terminates-test
50+ pod-terminates-test :
51+ ./scripts/pod-terminates-test .sh
5252
5353.PHONY : integration-tests
5454integration-tests : prepare-cluster-and-images integration-docker-build-push-tests integration-spin-registry-push-tests
5555
5656.PHONY : integration-docker-build-push-tests
57- integration-docker-build-push-tests : workloads test-workloads-delete
57+ integration-docker-build-push-tests : workloads pod-terminates-test
5858 cargo test -p containerd-shim-spin-tests -- --nocapture
5959 kubectl delete -f tests/workloads-common --wait --timeout 60s --ignore-not-found=true
6060 kubectl delete -f tests/workloads-docker-build-push --wait --timeout 60s --ignore-not-found=true
6161 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
6262
63- .PHONY : integration-spin-registry-push-tests test-workloads-delete
63+ .PHONY : integration-spin-registry-push-tests pod-terminates-test
6464integration-spin-registry-push-tests : workloads-spin-registry-push
6565 cargo test -p containerd-shim-spin-tests -- --nocapture
6666 kubectl delete -f tests/workloads-common --wait --timeout 60s
File renamed without changes.
You can’t perform that action at this time.
0 commit comments