blob: 0e768c3668d1b745f1ac944403776330d210f90e [file] [log] [blame]
{
authorized_users: [
"google.com", "chrome-gpu-gold@chops-service-accounts.iam.gserviceaccount.com",
"chrome-gold-internal@chops-service-accounts.iam.gserviceaccount.com",
],
cl_comment_template: "Gold has detected about {{.NumUntriaged}} untriaged digest(s) on patchset {{.PatchSetOrder}}.\n\
Please triage them using one of the following links before submitting:\n\
\n\
- {{.InstanceURL}}/cl/{{.CRS}}/{{.ChangeListID}} if you are working on an internal repo or otherwise expect some test results to be non-public.\n\
- {{.PublicInstanceURL}}/cl/{{.CRS}}/{{.ChangeListID}} otherwise.\n\
\n\
If this is due to a failure in a gtest-based test, this functionality is currently experimental and won't block your CL.\n\
If all the trybots passed and you don't expect your CL to have any effect on browser UI, you can likely ignore this message.\n\
See the FAQ for more information: https://docs.google.com/document/d/1BnwcxzhT8FFvY3YF-6BT4Mqgrb9U40t0HMfEVSSEpNs/edit?usp=sharing\n",
client_secret_file: "/etc/skia.org/login.json",
diff_server_grpc: "gold-chrome-diffserver:8000",
diff_server_http: "gold-chrome-diffserver:8001",
flaky_trace_threshold: 10000, // no trace is flaky
force_login: true, // This instance requires authentication. It has a public view (chrome-public)
frontend: {
baseRepoURL: "<inherited from git_repo_url>",
defaultCorpus: "gtest-pixeltests",
title: "Chrome Gold",
},
lit_html_path: "/usr/local/share/skiacorrectness",
num_commits: 512,
port: ":8000",
prom_port: ":20000",
public_site_url: "https://chrome-public-gold.skia.org",
resources_path: "/usr/local/share/skiacorrectness/frontend",
site_url: "https://chrome-gold.skia.org",
tile_freshness: "1m",
trace_bt_table: "gold-chrome",
// These values affect the k8s deployment; they are not read in by the binary.
K8S_CPU: 4,
K8S_LOGIN_SECRETS: "skia-org-legacy-login-secrets",
K8S_MEMORY: "4Gi",
}