blob: 9bd7ef7c0737ff7a49a96ac215b7d2003f01cb63 [file] [log] [blame]
// See https://skia.googlesource.com/buildbot.git/+/master/autoroll/go/roller/config.go#130
// for documentation of the autoroller config.
{
"childName": "Engine",
"contacts": [
"liyuqian@google.com",
"rmistry@google.com"
],
"isInternal": false,
"parentName": "Flutter",
"parentWaterfall": "https://build.chromium.org/p/client.flutter/console",
"rollerName": "flutter-engine-flutter-autoroll",
"serviceAccount": "flutter-autoroll@skia-public.iam.gserviceaccount.com",
"sheriff": [
"https://rota-ng.appspot.com/legacy/sheriff_flutter_engine.json"
],
"sheriffBackup": [
"liyuqian@google.com"
],
"github": {
"repoOwner": "flutter",
"repoName": "flutter",
"checksNum": 30,
"checksWaitFor": [
"flutter-build"
],
"mergeMethodURL": "https://raw.githubusercontent.com/flutter/flutter/master/bin/internal/engine.merge_method"
},
"githubRepoManager": {
"childBranch": "master",
"childPath": "engine",
"parentBranch": "master",
"parentRepoURL": "git@github.com:flutter/flutter.git",
"childRepoURL": "git@github.com:flutter/engine.git",
"childRevLinkTmpl": "https://github.com/flutter/engine/commit/%s",
"includeLog": true,
"revisionFile": "bin/internal/engine.version",
"storageBucket": "flutter_infra",
"storagePathTemplates": [
"flutter/%s/android-javadoc.zip",
"flutter/%s/dart-sdk-linux-x64.zip",
"flutter/%s/dart-sdk-darwin-x64.zip",
"flutter/%s/dart-sdk-windows-x64.zip",
"flutter/%s/ios-objcdoc.zip",
"flutter/%s/ios/artifacts.zip",
"flutter/%s/fuchsia/fuchsia.stamp"
]
},
"kubernetes": {
"cpu": "1",
"memory": "8Gi",
"disk": "50Gi",
"readinessInitialDelaySeconds": "600",
"readinessPeriodSeconds": "60",
"readinessFailureThreshold": "10",
"secrets": [
{
"name": "flutter-github-token",
"mountPath": "/var/secrets/github-token"
},
{
"name": "flutter-ssh-key",
"mountPath": "/var/secrets/ssh-key"
}
]
},
"maxRollFrequency": "0m",
"notifiers": [
{
"filter": "warning",
"email": {
"emails": [
"$SHERIFF"
]
}
}
]
}