Bring back PerCommit-Bookmaker to the waterfall
NoTry: true Bug: skia: Change-Id: I67f3cfe516cee4db22efecf4ac910c4c88be5552 Reviewed-on: https://skia-review.googlesource.com/c/192402 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
parent
a0dcd29f53
commit
126ac6365c
@ -1427,7 +1427,7 @@ func process(b *specs.TasksCfgBuilder, name string) {
|
||||
j.Trigger = specs.TRIGGER_WEEKLY
|
||||
} else if strings.Contains(name, "Flutter") || strings.Contains(name, "CommandBuffer") {
|
||||
j.Trigger = specs.TRIGGER_MASTER_ONLY
|
||||
} else if strings.Contains(name, "-OnDemand-") || strings.Contains(name, "Android_Framework") || strings.Contains(name, "PerCommit-Bookmaker") {
|
||||
} else if strings.Contains(name, "-OnDemand-") || strings.Contains(name, "Android_Framework") {
|
||||
j.Trigger = specs.TRIGGER_ON_DEMAND
|
||||
}
|
||||
b.MustAddJob(name, j)
|
||||
|
@ -704,8 +704,7 @@
|
||||
"Housekeeper-PerCommit-Bookmaker": {
|
||||
"tasks": [
|
||||
"Housekeeper-PerCommit-Bookmaker"
|
||||
],
|
||||
"trigger": "on demand"
|
||||
]
|
||||
},
|
||||
"Housekeeper-PerCommit-BundleRecipes": {
|
||||
"tasks": [
|
||||
|
Loading…
Reference in New Issue
Block a user