Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var JobConfigs []JobConfig
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
JobConfigs []JobConfig `yaml:"jobConfigs"`
}
Config contains all job configs for flaky tests reporting
type JobConfig ¶
type JobConfig struct { Name string `yaml:"name"` // name of job to analyze Org string `yaml:"org"` // org to test job on Repo string `yaml:"repo"` // repository to test job on Type string `yaml:"type"` IssueRepo string `yaml:"issueRepo,omitempty"` SlackChannels []SlackChannel `yaml:"slackChannels,omitempty"` }
JobConfig is initial configuration for a given repo, defines which job to scan
type SlackChannel ¶
SlackChannel contains Slack channels info
Click to show internal directories.
Click to hide internal directories.