| { | |
| // Directory location for the Skia repo. | |
| "GitRepoDir": "/mnt/pd0/skiaperf/repo", | |
| // URL location for the repo. | |
| "GitRepoURL": "https://skia.googlesource.com/git-master-skia", | |
| "Ingesters": { | |
| "nano": { | |
| "RunEvery": "5m", | |
| "NCommits": 10, | |
| "MinDays": 2, | |
| "StatusDir": "/mnt/pd0/skiaperf/ingest_status", | |
| "MetricName": "android-master-skia-ingest", | |
| "Sources": [ | |
| { | |
| "Bucket": "skia-perf", | |
| "Dir": "android-ingest", | |
| }, | |
| ], | |
| }, | |
| } | |
| } |