Documentation
¶
Index ¶
Constants ¶
View Source
const ( RunnerName = "hostinit" Description = "initialize new Evergreen hosts" )
Variables ¶
View Source
var (
ErrHostAlreadyInitializing = errors.New("Host already initializing")
)
Error indicating another hostinit got to the setup first.
View Source
var (
SSHTimeoutSeconds = int64(300) // 5 minutes
)
Longest duration allowed for running setup script.
Functions ¶
This section is empty.
Types ¶
type HostInit ¶
HostInit is responsible for running setup scripts on Evergreen hosts.
func (*HostInit) IsHostReady ¶
IsHostReady returns whether or not the specified host is ready for its setup script to be run.
Click to show internal directories.
Click to hide internal directories.