Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteJobRunTestFailureSummary ¶
func WriteJobRunTestFailureSummary(artifactDir, timeSuffix string, finalSuiteResults *junitapi.JUnitTestSuite, wasMasterNodeUpdated, outputFileSubStr string) error
WriteJobRunTestFailureSummary writes a more minimal json file summarizing a little info about the job run, and what tests flaked and failed. (successful tests are omitted) This is intended to be later submitted to sippy for a risk analysis of how unusual the test failures were, but that final step is handled elsewhere.
Types ¶
type Options ¶
Options is used to run a risk analysis to determine how severe or unusual the test failures in an openshift-tests run were.
type ProwJobRun ¶
type ProwJobRun struct {
ID int
ProwJob ProwJob
ClusterData platformidentification.ClusterData
Tests []ProwJobRunTest
TestCount int
}
type ProwJobRunTest ¶
Click to show internal directories.
Click to hide internal directories.