blob: 40996c5b061f53cde6826a1bf69124ad73c8995d [file] [log] [blame]
// See https://skia.googlesource.com/buildbot.git/+/master/autoroll/go/roller/config.go#130
// for documentation of the autoroller config.
{
"childName": "Chromite",
"contacts": [
"bpastene@google.com"
],
"gerrit": {
"url": "https://chromium-review.googlesource.com",
"project": "chromium/src",
"config": "chromium"
},
"isInternal": false,
"parentName": "Chromium",
"parentWaterfall": "https://build.chromium.org",
"rollerName": "chromite-chromium-autoroll",
"serviceAccount": "chromium-autoroll@skia-public.iam.gserviceaccount.com",
"sheriff": [
"chrome-os-gardeners@google.com"
],
"noCheckoutDEPSRepoManager": {
"childBranch": "master",
"childPath": "src/third_party/chromite",
"childRepo": "https://chromium.googlesource.com/chromiumos/chromite.git",
"childRevLinkTmpl": "https://chromium.googlesource.com/chromiumos/chromite.git/+/%s",
"includeBugs": false,
"includeLog": true,
"parentBranch": "master",
"parentRepo": "https://chromium.googlesource.com/chromium/src.git"
},
"cqExtraTrybots": [
"luci.chromium.try:chromeos-kevin-rel"
],
"kubernetes": {
"cpu": "1",
"memory": "2Gi",
"readinessInitialDelaySeconds": "30",
"readinessPeriodSeconds": "30",
"readinessFailureThreshold": "10"
},
"maxRollFrequency": "6h",
"timeWindow": "M-F 15:00-19:00",
"notifiers": [
{
"msgTypeWhitelist": ["last n failed"],
"monorail": {
"project": "chromium",
"owner": "bpastene@chromium.org",
"cc": ["achuith@chromium.org"],
"components": ["Infra>Client>Chrome"],
"labels": ["Hotlist-CrOS-Gardener"]
}
}
]
}