blob: 38ae6eb1edfc098c262e018e34bcd2b4fe3d536d [file] [edit]
{
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-gold-skia-infra",
git_repo_branch: "main",
git_repo_url: "https://skia.googlesource.com/buildbot.git",
pubsub_project_id: "skia-public",
site_url: "https://skia-infra-gold.skia.org",
sql_connection: "root@gold-cockroachdb-public:26234",
sql_database: "skiainfra",
known_hashes_gcs_path: "skia-gold-skia-infra/hash_files/gold-skia-infra-hashes.txt",
window_size: 200,
grouping_param_keys_by_corpus: {
infra: ["name", "source_type"],
},
cache_type: "redis",
redis_config: {
"project": "skia-public",
"zone": "us-central1",
"instance": "gold-skia-infra",
"cache_expiration_minutes": 10
},
// These values affect the k8s deployment; they are not read in by the binary.
INCLUDE_GITHUB_CREDS: false
}