mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Add a makefile rule for ginkgo.
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
This commit is contained in:
parent
179129c908
commit
e515cc131d
10
Makefile
10
Makefile
@ -45,6 +45,14 @@ all:
|
|||||||
hack/build-go.sh $(WHAT)
|
hack/build-go.sh $(WHAT)
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
|
||||||
|
# Build ginkgo
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# make ginkgo
|
||||||
|
ginkgo:
|
||||||
|
hack/build-go.sh vendor/github.com/onsi/ginkgo/ginkgo
|
||||||
|
.PHONY: ginkgo
|
||||||
|
|
||||||
# Runs all the presubmission verifications.
|
# Runs all the presubmission verifications.
|
||||||
#
|
#
|
||||||
# Args:
|
# Args:
|
||||||
@ -111,7 +119,7 @@ test_e2e:
|
|||||||
# make test_e2e_node FOCUS=kubelet SKIP=container
|
# make test_e2e_node FOCUS=kubelet SKIP=container
|
||||||
# make test_e2e_node REMOTE=true DELETE_INSTANCES=true
|
# make test_e2e_node REMOTE=true DELETE_INSTANCES=true
|
||||||
# Build and run tests.
|
# Build and run tests.
|
||||||
test_e2e_node:
|
test_e2e_node: ginkgo
|
||||||
hack/e2e-node-test.sh
|
hack/e2e-node-test.sh
|
||||||
.PHONY: test_e2e_node
|
.PHONY: test_e2e_node
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user