Documentation ¶
Index ¶
Constants ¶
View Source
const (
// BaseURL is Knative testgrid base URL
BaseURL = "https://testgrid.knative.dev"
)
Variables ¶
This section is empty.
Functions ¶
func CreateXMLOutput ¶
CreateXMLOutput creates the junit xml file in the provided artifacts directory
Types ¶
type Config ¶
type Config struct {
Dashboards []Dashboard `yaml:"dashboards"`
}
Config is entire testgrid config
func NewConfigFromFile ¶
NewConfigFromFile loads config from file
Click to show internal directories.
Click to hide internal directories.