Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GATestStatusLoader ¶
type GATestStatusLoader struct {
// contains filtered or unexported fields
}
GATestStatusLoader populates prow_ga_raw_test_data for releases that have reached GA.
For each GA release, it queries BigQuery once for all configured windows and persists the raw results in prow_ga_raw_test_data. This runs only when the raw data is missing or the GA date changed, or when forced. Aggregation happens at query time in the Component Readiness provider.
func New ¶
func New(ctx context.Context, dbc *db.DB, bqClient *bqcachedclient.Client, force bool, releases []string) *GATestStatusLoader
func (*GATestStatusLoader) Errors ¶
func (l *GATestStatusLoader) Errors() []error
func (*GATestStatusLoader) Load ¶
func (l *GATestStatusLoader) Load()
func (*GATestStatusLoader) Name ¶
func (l *GATestStatusLoader) Name() string
Click to show internal directories.
Click to hide internal directories.