blob: 8a4ac80af6066563d126769ab49c3813dff554e5 [file] [log] [blame]
{
authorized_users: [
"google.com",
"chromium.org",
"microsoft.com",
],
cl_comment_template: "<ignored>",
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
frontend: {
baseRepoURL: "<inherited from git_repo_url>",
defaultCorpus: "android-render-tests",
title: "Chrome Public Gold",
},
lit_html_path: "/usr/local/share/skiacorrectness",
num_commits: 512,
port: ":8000",
prom_port: ":20000",
resources_path: "/usr/local/share/skiacorrectness/frontend",
site_url: "https://chrome-public-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",
is_public_view: true,
publicly_allowed_params: {
"android-render-tests": {
model: [
"Android SDK built for x86",
"AOSP on IA Emulator",
"Nexus 5",
"Nexus 5X",
"Nexus 7",
"Pixel 2"
],
sdk_version: [
"22",
"23",
"28"
]
},
"android-vr-render-tests": {}, // Everything public for this corpus
"gtest-pixeltests": {}, // Everything public for this corpus
},
}