blob: b9188e7789a7053f0dc342d1d37f3c7d567cf6ca [file] [log] [blame]
// See https://skia.googlesource.com/buildbot.git/+show/master/autoroll/go/roller/config.go#13
// for documentation of the autoroller config.
{
"childDisplayName": "Skia",
"commitMsg": {
"childLogURLTmpl": "https://skia.googlesource.com/skia.git/+log/{{.RollingFrom}}..{{.RollingTo}}",
"includeLog": true,
"includeRevisionCount": true
},
"contacts": ["brianosman@google.com", "rmistry@google.com"],
"isInternal": false,
"ownerPrimary": "rmistry",
"ownerSecondary": "borenet",
"parentDisplayName": "Flutter",
"parentWaterfall": "https://ci.chromium.org/p/flutter/g/engine/console",
"rollerName": "skia-flutter-autoroll",
"serviceAccount": "flutter-engine-autoroll@skia-public.iam.gserviceaccount.com",
"sheriff": ["https://tree-status.skia.org/current-sheriff"],
"supportsManualRolls": true,
"github": {
"repoOwner": "flutter",
"repoName": "engine",
"checksWaitFor": ["luci-engine"]
},
"githubDEPSRepoManager": {
"childBranch": "master",
"childPath": "src/third_party/skia",
"childRepo": "https://skia.googlesource.com/skia.git",
"childRevLinkTmpl": "https://skia.googlesource.com/skia.git/+show/%s",
"forkRepoURL": "git@github.com:skia-flutter-autoroll/engine.git",
"gclientSpec": "solutions=[{\"name\":\"src/flutter\",\"url\":\"git@github.com:flutter/engine.git\",\"deps_file\":\"DEPS\",\"managed\":False,\"custom_deps\":{},\"safesync_url\":\"\"}]",
"githubParentPath": "src/flutter",
"parentBranch": "master",
"parentRepo": "git@github.com:flutter/engine.git",
"preUploadSteps": ["FlutterLicenseScripts"],
"runHooks": true
},
"kubernetes": {
"cpu": "8",
"memory": "8Gi",
"disk": "50Gi",
"readinessInitialDelaySeconds": "600",
"readinessPeriodSeconds": "60",
"readinessFailureThreshold": "10",
"secrets": [
{
"name": "flutter-engine-github-token",
"mountPath": "/var/secrets/github-token"
},
{
"name": "flutter-engine-ssh-key",
"mountPath": "/var/secrets/ssh-key"
}
]
},
"maxRollFrequency": "0m",
"notifiers": [
{
"filter": "warning",
"email": {
"emails": ["$SHERIFF"]
}
}
]
}