blob: c559049777540d5bc9c793a2e63f77f552275e25 [file] [log] [blame]
// See https://skia.googlesource.com/buildbot.git/+/master/autoroll/go/roller/config.go#130
// for documentation of the autoroller config.
{
"childName": "Fuchsia Linux SDK",
"contacts": [
"liyuqian@google.com",
"rmistry@google.com"
],
"isInternal": false,
"parentName": "Flutter",
"parentWaterfall": "https://build.chromium.org/p/client.flutter/console",
"rollerName": "fuchsia-linux-sdk-flutter-engine",
"serviceAccount": "flutter-engine-autoroll@skia-public.iam.gserviceaccount.com",
"sheriff": [
"https://rota-ng.appspot.com/legacy/sheriff_flutter_engine.json"
],
"github": {
"repoOwner": "flutter",
"repoName": "engine",
"checksNum": 9,
"checksWaitFor": [
"luci-engine"
]
},
"githubCipdDEPSRepoManager": {
"childBranch": "master",
"childPath": "src/fuchsia/sdk/linux",
"parentBranch": "master",
"preUploadSteps": [
"FlutterLicenseScriptsForFuchsia"
],
"parentRepo": "git@github.com:flutter/engine.git",
"gclientSpec": "solutions=[{\"name\":\"src/flutter\",\"url\":\"git@github.com:skia-flutter-autoroll/engine.git\",\"deps_file\":\"DEPS\",\"managed\":False,\"custom_deps\":{},\"safesync_url\":\"\"}]",
"githubParentPath": "src/flutter",
"cipdAssetName": "fuchsia/sdk/core/linux-amd64",
"cipdAssetTag": "latest"
},
"kubernetes": {
"cpu": "1",
"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": "12h",
"notifiers": [
{
"filter": "warning",
"email": {
"emails": [
"$SHERIFF"
]
}
}
]
}