blob: e11b8ca57971d7ae12dfd9a1b115d8ef59e9ee16 [file] [log] [blame]
{
port: ":9091",
prom_port: ":20000",
pubsub_event_topic: "gold-flutter-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-flutter",
prefix: "dm-json-v1"
}
],
extra_configuration: {
BTProjectID: "skia-public",
BTInstance: "production",
BTTable: "gold-flutter"
}
},
// Gold Tryjob Ingester
gold_tryjob_fs: {
backup_poll_every: "1h",
backup_poll_last_n_hours: 2,
gcs_sources: [
{
bucket: "skia-gold-flutter",
prefix: "trybot/dm-json-v1"
},
],
extra_configuration: {
FirestoreProjectID: "skia-firestore",
FirestoreNamespace: "flutter",
CodeReviewSystem: "github",
GitHubCredentialsPath: "/var/secrets/github/github_token",
GitHubRepo: "flutter/flutter",
ContinuousIntegrationSystems: "cirrus,buildbucket",
}
}
}
}