blob: 71e273724ba97da1dedd02292df4c9f00d95795b [file] [log] [blame]
{
port: ":9091",
prom_port: ":20000",
pubsub_event_topic: "gold-chrome-eventbus-bt",
pubsub_project_id: "skia-public",
ingestion_configs: {
// Primary Ingester
gold_bt: {
backup_poll_every: "1h",
backup_poll_last_n_commits: 5,
backup_poll_last_n_hours: 2,
gcs_sources: [
{
bucket: "skia-gold-chrome",
prefix: "dm-json-v1"
}
],
extra_configuration: {
BTProjectID: "skia-public",
BTInstance: "production",
BTTable: "gold-chrome"
}
},
// Gold Tryjob Ingester
gold_tryjob_fs: {
backup_poll_every: "1h",
backup_poll_last_n_hours: 2,
gcs_sources: [
{
bucket: "skia-gold-chrome",
prefix: "trybot/dm-json-v1"
},
],
extra_configuration: {
FirestoreProjectID: "skia-firestore",
FirestoreNamespace: "chrome",
// TODO(kjlubick) this is clunky; it would be preferable to use CodeReviewSystems
CodeReviewSystems: "gerrit,gerrit-internal",
GerritURL: "https://chromium-review.googlesource.com",
GerritInternalURL: "https://chrome-internal-review.googlesource.com",
ContinuousIntegrationSystems: "buildbucket",
}
}
}
}