Commit 0ddd036c authored by Joe Finney's avatar Joe Finney

Add .bazelrc with flaky_test_attempts.

parent 093ceb95
# Show us information about failures.
build --verbose_failures
test --test_output=errors
# Retry tests up to 3 times if they fail.
test --flaky_test_attempts=3
...@@ -498,7 +498,7 @@ endef ...@@ -498,7 +498,7 @@ endef
@echo "$$BAZEL_TEST_HELP_INFO" @echo "$$BAZEL_TEST_HELP_INFO"
else else
bazel-test: bazel-test:
bazel test --test_output=errors //cmd/... //pkg/... //federation/... //plugin/... //build/... //third_party/... //hack/... //hack:verify-all bazel test //cmd/... //pkg/... //federation/... //plugin/... //build/... //third_party/... //hack/... //hack:verify-all
endif endif
ifeq ($(PRINT_HELP),y) ifeq ($(PRINT_HELP),y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment