Searched refs:taskBuilder (Results 1 – 6 of 6) sorted by relevance
17 type taskBuilder struct { struct26 func newTaskBuilder(b *jobBuilder, name string) *taskBuilder {31 return &taskBuilder{41 func (b *taskBuilder) attempts(a int) { argument46 func (b *taskBuilder) cache(caches ...*specs.Cache) { argument65 func (b *taskBuilder) cmd(c ...string) { argument70 func (b *taskBuilder) dimension(dims ...string) { argument79 func (b *taskBuilder) expiration(e time.Duration) { argument84 func (b *taskBuilder) idempotent() { argument89 func (b *taskBuilder) cas(casSpec string) { argument[all …]
578 func (b *taskBuilder) kitchenTaskNoBundle(recipe string, outputDir string) {612 func (b *taskBuilder) kitchenTask(recipe string, outputDir string) {618 func (b *taskBuilder) internalHardwareLabel() *int {626 func (b *taskBuilder) linuxGceDimensions(machineType string) {717 func (b *taskBuilder) swarmDimensions() {729 func (b *taskBuilder) defaultSwarmDimensions() {977 b.addTask(BUNDLE_RECIPES_NAME, func(b *taskBuilder) {994 b.addTask(name, func(b *taskBuilder) {1010 b.addTask(b.Name, func(b *taskBuilder) {1048 b.addTask(taskName, func(b *taskBuilder) {[all …]
46 func (b *jobBuilder) addTask(name string, fn func(*taskBuilder)) {69 b.addTask(cfg.uploadTaskName, func(b *taskBuilder) {
7 func (b *taskBuilder) skpbenchFlags() {
14 func (b *taskBuilder) nanobenchFlags(doUpload bool) {
44 func (b *taskBuilder) dmFlags(internalHardwareLabel string) {