atlassian / bazel-tools

Reusable bits for Bazel
Apache License 2.0
113 stars 36 forks source link

Silence output in serial mode #130

Closed keith closed 3 years ago

keith commented 3 years ago

In some of our use cases we run some things in parallel, and then some serially later. To do this we have 2 different multirun targets we run back to back. In the parallel case when it's successful there is no output, which makes the output from the serial case a bit surprising. Would it be reasonable to have a option on multirun that silences the running [target] output when running serially?

ash2k commented 3 years ago

Yes, PRs welcome! :)

keith commented 3 years ago

https://github.com/atlassian/bazel-tools/pull/131