Documentation ¶
Overview ¶
Package verdictingester defines the top-level task queue which ingests test verdicts from ResultDB and pushes it into LUCI Analysis's analysis and BigQuery export pipelines.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTaskHandler ¶
RegisterTaskHandler registers the handler for result ingestion tasks.
Types ¶
type IngestionContext ¶
type IngestionContext struct { Project string // IngestedInvocationID is the ID of the (root) ResultDB invocation // being ingested, excluding "invocations/". IngestedInvocationID string SubRealm string PartitionTime time.Time BuildStatus pb.BuildStatus // The unsubmitted changelists tested (if any), from buildbucket. // Limited to at most 10 changelists. // Deprecated; use ResultDB sources information instead. Changelists []testresults.Changelist }
IngestionContext captures context for test results ingested for a build.
Click to show internal directories.
Click to hide internal directories.