Home
last modified time | relevance | path

Searched defs:taskBuilder (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/infra/bots/gen_tasks_logic/
Dtask_builder.go17 type taskBuilder struct { struct
18 *jobBuilder
19 parts
20 Name string
21 Spec *specs.TaskSpec
22 recipeProperties map[string]string
41 func (b *taskBuilder) attempts(a int) {
46 func (b *taskBuilder) cache(caches ...*specs.Cache) {
65 func (b *taskBuilder) cmd(c ...string) {
70 func (b *taskBuilder) dimension(dims ...string) {
[all …]