From d237f4014a47ef05d2a0d2c4a8fd13d383e4cf15 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 13 Jul 2018 17:27:36 -0700 Subject: [PATCH] build(bazel): show bazel progress in CircleCI to prevent 10m timeout with no output (#24663) PR Close #24663 --- .circleci/bazel.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/bazel.rc b/.circleci/bazel.rc index dc31222442..b63cdfecbd 100644 --- a/.circleci/bazel.rc +++ b/.circleci/bazel.rc @@ -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