Commit 54b8552
committed
build/github: use --test_summary=terse in unit_tests
After --test_output=summary, bazel still emits its end-of-run summary
roster listing every test target with PASSED/FAILED status. For a CI
job that runs ~900 test targets, that's ~900 lines of PASSED noise
trailing the actual failure line, with each cached target taking a row
like:
//pkg/build/bazel:bazel_test (cached) PASSED in 0.1s
--test_summary=terse drops the PASSED rows and keeps only the failed
targets (plus the FLAKY/TIMEOUT categories). The "Executed N out of M"
line stays, so the overall run shape is still visible at a glance.
Release note: None
Epic: none1 parent 27aa87e commit 54b8552
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
0 commit comments