Skip to content

Latest commit

 

History

History

triage-party

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Cirq Triage Party

See the triaging process

Configuration

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.

Secret

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.

Cloud Build based deployment

On every push to main Triage Party is redeployed as defined by cloudbuild-deploy.yaml.

Deploying Triage Party manually

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