mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
remove make rule for test-e2e-kubeadm
this target depended on a broken binary and is clearly unused kubeadm e2e development should be done with: https://github.com/kubernetes/kubeadm/tree/main/kinder
This commit is contained in:
@@ -272,36 +272,6 @@ test-e2e-node: ginkgo generated_files
|
||||
hack/make-rules/test-e2e-node.sh
|
||||
endif
|
||||
|
||||
define TEST_E2E_KUBEADM_HELP_INFO
|
||||
# Build and run kubeadm end-to-end tests.
|
||||
#
|
||||
# Args:
|
||||
# FOCUS: Regexp that matches the tests to be run. Defaults to "".
|
||||
# SKIP: Regexp that matches the tests that needs to be skipped. Defaults
|
||||
# to "".
|
||||
# RUN_UNTIL_FAILURE: If true, pass --untilItFails to ginkgo so tests are run
|
||||
# repeatedly until they fail. Defaults to false.
|
||||
# ARTIFACTS: Local directory to save test artifacts into. Defaults to "/tmp/_artifacts".
|
||||
# PARALLELISM: The number of ginkgo nodes to run. If empty ginkgo default
|
||||
# parallelism (cores - 1) is used
|
||||
# BUILD: Build kubeadm end-to-end tests. Defaults to true.
|
||||
#
|
||||
# Example:
|
||||
# make test-e2e-kubeadm
|
||||
# make test-e2e-kubeadm FOCUS=kubeadm-config
|
||||
# make test-e2e-kubeadm SKIP=kubeadm-config
|
||||
#
|
||||
# Build and run tests.
|
||||
endef
|
||||
.PHONY: test-e2e-kubeadm
|
||||
ifeq ($(PRINT_HELP),y)
|
||||
test-e2e-kubeadm:
|
||||
@echo "$$TEST_E2E_KUBEADM_HELP_INFO"
|
||||
else
|
||||
test-e2e-kubeadm:
|
||||
hack/make-rules/test-e2e-kubeadm.sh
|
||||
endif
|
||||
|
||||
define TEST_CMD_HELP_INFO
|
||||
# Build and run cmdline tests.
|
||||
#
|
||||
|
Reference in New Issue
Block a user