Skip to content

Commit

Permalink
Add .bazelrc with flaky_test_attempts.
Browse files Browse the repository at this point in the history
  • Loading branch information
spxtr committed Jan 20, 2017
1 parent 093ceb9 commit 0ddd036
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ endef
@echo "$$BAZEL_TEST_HELP_INFO"
else
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

ifeq ($(PRINT_HELP),y)
Expand Down

0 comments on commit 0ddd036

Please sign in to comment.