Documentation ¶
Index ¶
Constants ¶
View Source
const TaskKindRun = "run"
View Source
const TaskKindTest = "test"
View Source
const ToolKind = "workflow"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskRun ¶
type TaskRun struct { rs.BaseField `yaml:"-"` tools.BaseTask `yaml:",inline"` Jobs tools.Actions `yaml:"jobs"` }
func (*TaskRun) GetExecSpecs ¶
func (w *TaskRun) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
type TaskTest ¶
func (*TaskTest) GetExecSpecs ¶
func (w *TaskTest) GetExecSpecs( rc dukkha.TaskExecContext, options dukkha.TaskMatrixExecOptions, ) ([]dukkha.TaskExecSpec, error)
Click to show internal directories.
Click to hide internal directories.