blob: 131814155124bdf386c2fad75c14f50c1e8275cb [file] [log] [blame]
{
authorized_users: [
"google.com", "chromium.org", "skia.org",
],
cl_comment_template: "Gold has detected about {{.NumUntriaged}} untriaged digest(s) on patchset {{.PatchsetOrder}}.\n\
View them at {{.InstanceURL}}/cl/{{.CRS}}/{{.ChangelistID}}",
client_secret_file: "/etc/skia.org/login.json",
disable_sql_exp_cl: true,
flaky_trace_threshold: 10000, // no flaky traces
frontend: {
baseRepoURL: "<inherited from git_repo_url>",
defaultCorpus: "lottie",
title: "Lottie Gold",
},
num_commits: 500,
prom_port: ":20000",
ready_port: ":8000",
resources_path: "/usr/local/share/frontend/dist",
site_url: "https://lottie-gold.skia.org",
tile_freshness: "1m",
trace_bt_table: "gold-lottie",
// 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",
}