blob: 949cc8abe437d84f74d0a57ebdb6fd9e81d2903a [file] [log] [blame]
// See https://skia.googlesource.com/buildbot.git/+/master/autoroll/go/roller/config.go#130
// for documentation of the autoroller config.
{
"childDisplayName": "Chrome Linux PGO profile",
"commitMsg": {
"template": "{{- define \"subject\" -}}Roll Chrome Linux PGO Profile{{- end -}}\
{{- define \"revisions\" -}}Roll {{ .ChildName }} from {{ .RollingFrom }} to {{ .RollingTo }}{{- end -}}",
"cqExtraTrybots": [
"luci.chrome.try:linux-chrome-beta",
],
"includeTbrLine": true
},
"contacts": [
"pgo-profile-sheriffs@google.com",
"chrome-brapp-engprod@google.com"
],
"gerrit": {
"url": "https://chromium-review.googlesource.com",
"project": "chromium/src",
"config": "chromium"
},
"isInternal": false,
"ownerPrimary": "borenet",
"ownerSecondary": "rmistry",
"parentDisplayName": "Chromium beta branch",
"parentWaterfall": "https://build.chromium.org",
"rollerName": "pgo-linux-chromium-beta",
"serviceAccount": "chromium-autoroll@skia-public.google.com.iam.gserviceaccount.com",
"sheriff": [
"pgo-profile-sheriffs@google.com"
],
"semVerGCSRepoManager": {
"childBranch": "master",
"childPath": "chrome/build/linux.pgo.txt",
"gcsBucket": "chromium-optimization-profiles",
"gcsPath": "pgo_profiles",
"parentBranch": "refs/branch-heads/{{.Branches.Chromium.Beta.Number}}",
"parentRepo": "https://chromium.googlesource.com/chromium/src.git",
"versionFile": "chrome/build/linux.pgo.txt",
"versionRegex": "^chrome-linux-{{.Branches.Chromium.Beta.Number}}-(\\d+)-.+\\.profdata$"
},
"kubernetes": {
"cpu": "1",
"memory": "2Gi",
"readinessInitialDelaySeconds": "30",
"readinessPeriodSeconds": "30",
"readinessFailureThreshold": "10"
},
"maxRollFrequency": "0m"
}