package
1.0.1
Repository: https://github.com/linuxboot/contest.git
Documentation: pkg.go.dev

# Functions

ParseJobDescriptor validates a job descriptor's well-formedness, and returns a JSON-formatted descriptor if it was provided in a different format.

# Constants

DefaultDBURI represents the default URI used by the rdbms plugin.
DefaultTargetLockDuration is the default value for -targetLockDuration.
List of supported job descriptor formats.
List of supported job descriptor formats.
MinStorageVersion defines the minimum requires version that contest can run on.

# Variables

TargetManagerAcquireTimeout represents the maximum time that JobManager should wait for the execution of Acquire function from the chosen TargetManager.
TargetManagerReleaseTimeout represents the maximum time that JobManager should wait for the execution of Release function from the chosen TargetManager.
TestRunnerMsgTimeout represents the maximum time that any component of the TestRunner will wait for the delivery of a message to any other subsystem of the TestRunner.
TestRunnerShutdownTimeout controls a block of the TestRunner which works as a watchdog, i.e.
TestRunnerStepShutdownTimeout controls a block of the TestRunner which worksas a watchdog, i.e.

# Type aliases

JobDescFormat defines a type for the supported formats for job descriptor configurations.