Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 651 Bytes

Bazel Build Result UI (Bru)

Build dashboard and service for consuming the Build Event Protocol and displaying information about a Bazel build or test invocation, supporting historical or inflight builds.

Setup

  • Add --bes_backend=grpc://localhost:5000 to the .bazelrc
  • bazel run //src:bin to run the backend service
  • bazel run //site:devserver to run the frontend, open http://localhost:8080/

Notice

This is a rewrite of the internal BES Dashboard used at Evertz, this is not a product of Evertz and not officially supported