Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 639 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 639 Bytes

Summarizer

This component reads dashboard-tab-based [state proto] files and summarizes them into a summary proto.

These protos are read by the frontend (e.g. https://testgrid.k8s.io)

Local development

See also common tips for running locally.

# --config can take a local file (e.g. `/tmp/testgrid/config`) or GCS file (e.g. `gs://my-testgrid-bucket/config`)
bazelisk run //cmd/summarizer -- \
  --config=gs://my-testgrid-bucket/somewhere/config \
  # --dashboards=foo,bar \  # If specified, only summarize these dashboards. 
  # --debug \
  # --confirm \