prowloader

package
v0.0.0-...-fa7e1d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2026 License: Apache-2.0 Imports: 47 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultLookbackDays = 14
View Source
const LabelsDatasetEnv = "JOB_LABELS_DATASET"
View Source
const LabelsTableName = "job_labels"

Variables

This section is empty.

Functions

func DaysBetween

func DaysBetween(start, end time.Time) []string

DaysBetween returns a slice of strings representing each day in YYYY-MM-DD format between two dates

func GatherLabelsFromBQ

func GatherLabelsFromBQ(ctx context.Context, bqClient *bqcachedclient.Client, buildIDs []string, startTime time.Time) (map[string]pq.StringArray, error)

GatherLabelsFromBQ queries BigQuery for labels for multiple job runs. Large ID lists are automatically batched to avoid exceeding BigQuery's request size limit. The startTime is used to constrain the scan to recent date partitions. Returns a map of buildID → labels. If a batch fails, the returned map contains labels from previously completed batches and the error is also returned.

func GetClusterDataBytes

func GetClusterDataBytes(ctx context.Context, bkt *storage.BucketHandle, path string, matches []string) ([]byte, error)

func GetGCSPathForProwJobURL

func GetGCSPathForProwJobURL(pjLog log.FieldLogger, prowJobURL string) (string, error)

func NextDay

func NextDay(dateStr string) (string, error)

NextDay takes a date string in YYYY-MM-DD format and returns the date string for the following day.

func ParseVariantDataFile

func ParseVariantDataFile(bytes []byte) (map[string]string, error)

Types

type DateTimeName

type DateTimeName struct {
	Name string
	Date string
	Time string
}

type ProwLoader

type ProwLoader struct {
	// contains filtered or unexported fields
}

func New

func New(
	ctx context.Context,
	dbc *db.DB,
	gcsClient *storage.Client,
	bigQueryClient *bqcachedclient.Client,
	githubClient *github.Client,
	variantManager testidentification.VariantManager,
	syntheticTestManager synthetictests.SyntheticTestManager,
	releases []string,
	config *v1config.SippyConfig,
	ghCommenter *commenter.GitHubCommenter,
	promPusher *push.Pusher,
	loadSince *time.Time,
	syntheticReleaseJobOverrides *releaseoverride.SyntheticReleaseOverrides) *ProwLoader

func (*ProwLoader) Errors

func (pl *ProwLoader) Errors() []error

func (*ProwLoader) Load

func (pl *ProwLoader) Load()

func (*ProwLoader) Name

func (pl *ProwLoader) Name() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL