Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
BuildID string
Name string
Runner project.Runner
Executor project.Executor
Rules []*project.Rule
RunRemote bool
NumWorkers int
}
Options used to configure the Scheduler
type Scheduler ¶
Scheduler for jobs
func NewGraphScheduler ¶
func NewGraphScheduler() Scheduler
NewGraphScheduler returns a default scheduler
Click to show internal directories.
Click to hide internal directories.