mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
add make bazel-test-integration target
This commit is contained in:
parent
6ae11fdc5d
commit
8744db432c
@ -523,6 +523,20 @@ bazel-test:
|
|||||||
bazel test --test_tag_filters=-integration --flaky_test_attempts=3 //cmd/... //pkg/... //federation/... //plugin/... //third_party/... //hack/... //hack:verify-all //vendor/k8s.io/...
|
bazel test --test_tag_filters=-integration --flaky_test_attempts=3 //cmd/... //pkg/... //federation/... //plugin/... //third_party/... //hack/... //hack:verify-all //vendor/k8s.io/...
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(PRINT_HELP),y)
|
||||||
|
define BAZEL_TEST_INTEGRATION_HELP_INFO
|
||||||
|
# Integration test with bazel
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
# make bazel-test-integration
|
||||||
|
endef
|
||||||
|
bazel-test-integration:
|
||||||
|
@echo "$$BAZEL_TEST_INTEGRATION_HELP_INFO"
|
||||||
|
else
|
||||||
|
bazel-test-integration:
|
||||||
|
bazel test //test/integration/...
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(PRINT_HELP),y)
|
ifeq ($(PRINT_HELP),y)
|
||||||
define BAZEL_BUILD_HELP_INFO
|
define BAZEL_BUILD_HELP_INFO
|
||||||
# Build release tars with bazel
|
# Build release tars with bazel
|
||||||
|
Loading…
Reference in New Issue
Block a user