build(bazel): show bazel progress in CircleCI to prevent 10m timeout with no output (#24663)

PR Close #24663
This commit is contained in:
Greg Magolan 2018-07-13 17:27:36 -07:00 committed by Igor Minar
parent 1d051c5841
commit dd44f63c73
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
# See remote cache documentation in /docs/BAZEL.md
# Don't be spammy in the logs
build --noshow_progress
# TODO(gmagolan): Hide progress again once build performance improves
# Presently, CircleCI can timeout during bazel test ... with the following
# error: Too long with no output (exceeded 10m0s)
# build --noshow_progress
# Don't run manual tests
test --test_tag_filters=-manual