Skip to content

Commit fbaec0f

Browse files
authored
[bazel] Reduce output on CI (#94298)
This makes bazel only show the output for tests that don't pass. This should reduce a ton of info in the log to make it easier to find failures. The log is so long now that you can no longer view the whole thing in 1 buildkite job.
1 parent c6e96a2 commit fbaec0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/bazel/.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ build:ci --keep_going
201201
# Show test errors.
202202
build:ci --test_output=errors
203203

204+
# Only show failing tests to reduce output
205+
build:ci --test_summary=terse
206+
204207
###############################################################################
205208

206209
# The user.bazelrc file is not checked in but available for local mods.

0 commit comments

Comments
 (0)