github.com/GoogleCloudPlatform/testgrid@v0.0.174/cmd/summarizer/README.md (about)

     1  # Summarizer
     2  
     3  This component reads dashboard-tab-based [state proto] files and summarizes them into a [summary proto].
     4  
     5  These protos are read by the frontend (e.g. https://testgrid.k8s.io)
     6  
     7  ## Local development
     8  See also [common tips](/cmd/README.md) for running locally.
     9  
    10  ```bash
    11  # --config can take a local file (e.g. `/tmp/testgrid/config`) or GCS file (e.g. `gs://my-testgrid-bucket/config`)
    12  bazelisk run //cmd/summarizer -- \
    13    --config=gs://my-testgrid-bucket/somewhere/config \
    14    # --dashboards=foo,bar \  # If specified, only summarize these dashboards. 
    15    # --debug \
    16    # --confirm \
    17  ```
    18  
    19  [summary proto]: pb/summary/summary.proto