blob: f83dd0585ec7c11365ef5d199ffa095f54805000 [file] [log] [blame]
// See https://skia.googlesource.com/buildbot.git/+show/master/autoroll/go/roller/config.go#130
// for documentation of the autoroller config.
{
"childDisplayName": "Skia",
"commitMsg": {
"childLogURLTmpl": "https://skia.googlesource.com/skia.git/+log/{{.RollingFrom}}..{{.RollingTo}}",
"includeLog": true,
"includeRevisionCount": true,
"includeTbrLine": true,
"includeTests": true
},
"contacts": [
"borenet@google.com"
],
"gerrit": {
"url": "https://skia-review.googlesource.com",
"project": "skiabot-test",
"config": "chromium"
},
"isInternal": false,
"ownerPrimary": "borenet",
"ownerSecondary": "rmistry",
"parentDisplayName": "Skiabot Test",
"parentWaterfall": "https://status-staging.skia.org/repo/skiabot-test",
"rollerName": "skia-skiabot-test-autoroll",
"serviceAccount": "skia-autoroll@skia-public.iam.gserviceaccount.com",
"sheriff": [
"borenet@google.com"
],
"supportsManualRolls": true,
"noCheckoutDEPSRepoManager": {
"childBranch": "master",
"childPath": "skia",
"childRepo": "https://skia.googlesource.com/skia.git",
"childRevLinkTmpl": "https://skia.googlesource.com/skia.git/+show/%s",
"parentBranch": "master",
"parentRepo": "https://skia.googlesource.com/skiabot-test.git"
},
"kubernetes": {
"cpu": "1",
"memory": "2Gi",
"readinessInitialDelaySeconds": "30",
"readinessPeriodSeconds": "30",
"readinessFailureThreshold": "10"
},
"maxRollFrequency": "0m",
"notifiers": [
{
"msgTypeWhitelist": ["last n failed"],
"monorail": {
"project": "skia",
"owner": "borenet",
"cc": ["rmistry@google.com"],
"components": ["AutoRoll"]
}
}
]
}