Revert "Make Privileged pods node e2e use the framework"
This commit is contained in:
11
Makefile
11
Makefile
@@ -80,7 +80,7 @@ check test:
|
||||
# make test_integration
|
||||
test_integration:
|
||||
hack/test-integration.sh
|
||||
.PHONY: test_integration
|
||||
.PHONY: test_integration test_integ
|
||||
|
||||
# Build and run end-to-end tests.
|
||||
#
|
||||
@@ -98,7 +98,7 @@ test_e2e:
|
||||
# Example:
|
||||
# make test_e2e_node FOCUS=kubelet SKIP=container
|
||||
# Build and run tests.
|
||||
test_e2e_node: ginkgo
|
||||
test_e2e_node:
|
||||
hack/e2e-node-test.sh FOCUS=$(FOCUS) SKIP=$(SKIP)
|
||||
.PHONY: test_e2e_node
|
||||
|
||||
@@ -146,10 +146,3 @@ release-skip-tests quick-release:
|
||||
KUBE_RELEASE_RUN_TESTS=n KUBE_FASTBUILD=true build/release.sh
|
||||
.PHONY: release-skip-tests quick-release
|
||||
|
||||
# Build ginkgo for tests
|
||||
#
|
||||
# Example:
|
||||
# make ginkgo
|
||||
ginkgo:
|
||||
hack/build-go.sh vendor/github.com/onsi/ginkgo/ginkgo
|
||||
.PHONY: ginkgo
|
||||
|
Reference in New Issue
Block a user