Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultSwarmingPriority is the default priority for a Swarming task. DefaultSwarmingPriority = int64(140) // MinSwarmingPriority is the lowest-allowed priority for a Swarming task. MinSwarmingPriority = int64(50) // MaxSwarmingPriority is the highest-allowed priority for a Swarming task. MaxSwarmingPriority = int64(255) )
Variables ¶
View Source
var CmdRun = &subcommands.Command{ UsageLine: fmt.Sprintf("%s <subcommand>", runCmdName), ShortDesc: "runs tests and other executable tasks on DUTs in ChromeOS hardware labs", LongDesc: fmt.Sprintf(`Runs individual tests, test suites, or custom test plan files, depending on the subcommand given. Run 'crosfleet %s' to see list of all subcommands.`, runCmdName), CommandRun: func() subcommands.CommandRun { c := &runCmd{} return c }, }
CmdRun is the parent command for all `crosfleet run <subcommand>` commands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.