See the triaging process
For the dashboard you will have to edit the embedded YAML config in configmap.yaml. Please refer to the triage party docs for configuration details.
Triage party needs a Github token - this is a one time setup (per cluster creation):
kubectl create secret generic triage-party-github-token -n triage-party --from-file=token=$HOME/.github-token
Where $HOME/.github-token
is a file containing the token.
On every push to main Triage Party is redeployed as defined by cloudbuild-deploy.yaml.
See the cirq-infra documentation for the required tools.
gcloud container clusters get-credentials cirq-infra --zone us-central1-a
skaffold run --force -f=dev_tools/triage-party/skaffold.yaml