blob: 0397f45811115b4478b44da68cdb86cfe5979c61 [file] [log] [blame]
{
GitRepoDir: "/mnt/pd0/stage-gold-ingestion/repo", // Directory location for the Skia repo.
GitRepoURL: "https://skia.googlesource.com/skia", // URL location for the repo.
EventTopic: "gold-stage-eventbus",
Ingesters: {
// Gold Tryjob Ingester for gold-stage.
"gold-tryjob": {
RunEvery: "5m",
NCommits: 10,
MinDays: 10,
StatusDir: "/mnt/pd0/stage-gold-ingestion/tryjobs/ingest_status",
MetricName: "gold-ingest-tryjob-stage",
Sources: [
{
Bucket: "skia-infra-gm",
Dir: "trybot/dm-json-v1"
},
],
ExtraParams: {
GerritCodeReviewURL: "https://skia-review.googlesource.com",
BuildBucketURL: "https://cr-buildbucket.appspot.com/api/buildbucket/v1/",
BuildBucketName: "skia.primary",
BuildBucketPollInterval: "10s",
BuildBucketTimeWindow: "5h",
BuilderRegEx: "^Test-.*",
}
}
}
}