Skip to content

Commit

Permalink
reduce test binary size and add missing webhook build (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Apr 6, 2023
1 parent 949eb8b commit 9b57740
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Makefile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ e2e: kube-ovn-conformance-e2e

.PHONY: e2e-build
e2e-build:
ginkgo build ./test/e2e/k8s-network
ginkgo build ./test/e2e/kube-ovn
ginkgo build ./test/e2e/ovn-ic
ginkgo build ./test/e2e/lb-svc
ginkgo build ./test/e2e/ovn-eip
ginkgo build ./test/e2e/security
ginkgo build ./test/e2e/kubevirt
ginkgo build -ldflags "-w -s" ./test/e2e/k8s-network
ginkgo build -ldflags "-w -s" ./test/e2e/kube-ovn
ginkgo build -ldflags "-w -s" ./test/e2e/ovn-ic
ginkgo build -ldflags "-w -s" ./test/e2e/lb-svc
ginkgo build -ldflags "-w -s" ./test/e2e/ovn-eip
ginkgo build -ldflags "-w -s" ./test/e2e/security
ginkgo build -ldflags "-w -s" ./test/e2e/kubevirt
ginkgo build -ldflags "-w -s" ./test/e2e/webhook

.PHONY: k8s-conformance-e2e
k8s-conformance-e2e:
Expand Down

0 comments on commit 9b57740

Please sign in to comment.