blob: 0fc843a6a56c346d44593db5c327ee8159bbe376 [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",
"chrome-gold@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 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",
disable_cl_comments: true,
flaky_trace_threshold: 2, // traces creating 3 or more unique digests are flaky.
force_login: true, // This instance requires authentication. It has a public view (chrome-public)
frontend: {
baseRepoURL: "<inherited from git_repo_url>",
defaultCorpus: "android-render-tests",
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",
}