Skip to content

Commit 4122a8b

Browse files
committed
organize prow Makefile
1 parent 4975bbe commit 4122a8b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

hack/prow/prow.mk

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Integration tests using local prow docker
1+
# ----------------------------------------------------------------
2+
# Bellow Integration tests run in a prow container (no external cloud vm)
3+
# ----------------------------------------------------------------
24
.PHONY: integration-prow-kvm-docker-linux-x86-64
35
integration-prow-docker-docker-linux-x86-64:
46
./hack/prow/minikube_cross_build.sh $(GO_VERSION) linux amd64
@@ -12,8 +14,9 @@ integration-prow-docker-crio-linux-x86-64:
1214
./hack/prow/minikube_cross_build.sh $(GO_VERSION) linux amd64
1315
./hack/prow/util/integration_prow_wrapper.sh ./hack/prow/integration_docker_crio_linux_x86-64.sh
1416

15-
16-
# Integration tests using boskos to manage GCP projects
17+
# ----------------------------------------------------------------
18+
# Bellow Integration tests run in cloud VM using boskos
19+
# ----------------------------------------------------------------
1720
.PHONY: integration-docker-docker-linux-arm64
1821
integration-docker-docker-linux-arm64: setup-prow-gcp-ssh-keys build-mini-test
1922
./hack/prow/minikube_cross_build.sh $(GO_VERSION) linux amd64

0 commit comments

Comments
 (0)