Add a prow target to the Makefile

This commit is contained in:
Jeff Regan
2020-02-12 15:19:35 -08:00
committed by GitHub
parent 3fc359043a
commit 0075d0a88c

View File

@@ -17,6 +17,12 @@ verify-kustomize: \
test-examples-kustomize-against-HEAD \
test-examples-kustomize-against-latest
# The following target referenced by a file in
# https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/kustomize
.PHONY: prow-presubmit-check
prow-presubmit-check: \
test-unit-kustomize-all
.PHONY: verify-kustomize-e2e
verify-kustomize-e2e: test-examples-e2e-kustomize