Documentation ¶
Overview ¶
Package wrapper contains utilities for the processes that wrap the test execution in a ProwJob test container
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // ProcessLog will contain std{out,err} from the // wrapped test process ProcessLog string `json:"process_log"` // MarkerFile will be written with the exit code // of the test process or an internal error code // if the entrypoint fails. MarkerFile string `json:"marker_file"` }
Options exposes the configuration options used when wrapping test execution
Click to show internal directories.
Click to hide internal directories.