Files
kubernetes/.bazelrc
2017-01-20 11:41:33 -08:00

7 lines
161 B
Plaintext

# 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