blob: 0b6e309b6ce1992dd771f15d5cb6f4008df62753 [file] [log] [blame]
{
code_review_systems: [
{
id: "gerrit",
flavor: "gerrit",
gerrit_url: "https://skia-review.googlesource.com",
url_template: "https://skia-review.googlesource.com/%s"
},
],
gcs_bucket: "skia-infra-gm", // Legacy bucket name
git_repo_branch: "main",
git_repo_url: "https://skia.googlesource.com/skia.git",
pubsub_project_id: "skia-public",
site_url: "https://gold.skia.org",
sql_connection: "root@gold-cockroachdb-public:26234",
sql_database: "skia",
known_hashes_gcs_path: "skia-infra-gm/hash_files/gold-prod-hashes.txt",
window_size: 256,
grouping_param_keys_by_corpus: {
canvaskit: ["name", "source_type"],
colorImage: ["name", "source_type"],
gm: ["name", "source_type"],
image: ["name", "source_type"],
"old-skp": ["name", "source_type"],
pathkit: ["name", "source_type"],
skp: ["name", "source_type"],
svg: ["name", "source_type"],
},
// These values affect the k8s deployment; they are not read in by the binary.
INCLUDE_GITHUB_CREDS: false
}