Home
last modified time | relevance | path

Searched refs:TaskSpec (Results 1 – 3 of 3) sorted by relevance

/external/skqp/infra/bots/
Dgen_tasks.go258 …ount string, dimensions []string, extraProps map[string]string, outputDir string) *specs.TaskSpec {
285 task := &specs.TaskSpec{
682 b.MustAddTask(BUNDLE_RECIPES_NAME, &specs.TaskSpec{
739 b.MustAddTask(name, &specs.TaskSpec{
775 func usesGit(t *specs.TaskSpec, name string) { argument
786 func usesGo(b *specs.TasksCfgBuilder, t *specs.TaskSpec) { argument
793 func usesDocker(t *specs.TaskSpec, name string) { argument
800 func timeout(task *specs.TaskSpec, timeout time.Duration) { argument
/external/skia/infra/bots/gen_tasks_logic/
Dtask_builder.go20 Spec *specs.TaskSpec
34 Spec: &specs.TaskSpec{},
/external/skia/site/docs/dev/testing/
Dautomated_testing.md151 In gen_tasks, tasks are specified with a TaskSpec. A TaskSpec specifies how to generate and trigger
155 most common parameters for a TaskSpec that will run a recipe. More info on recipes at
159 The Swarming task is generated based on several parameters of the TaskSpec: