Skip to content

Commit a3ceefe

Browse files
committed
rename test-workloads-delete to pod-terminates-test
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 7e234fd commit a3ceefe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ workloads:
4646
workloads-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
5454
integration-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
6464
integration-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.

0 commit comments

Comments
 (0)