Documentation ¶
Overview ¶
Package projectbisector declare the interface that each individual project bisector needs to implement.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectBisector ¶
type ProjectBisector interface { // Prepares data for bisection. This may involve populating models with data. Prepare(ctx context.Context, tfa *model.TestFailureAnalysis, luciAnalysis analysis.AnalysisClient) error // TriggerRerun triggers a rerun build bucket build on a specific commit. TriggerRerun(ctx context.Context, tfa *model.TestFailureAnalysis, tfs []*model.TestFailure, gitilesCommit *bbpb.GitilesCommit, option RerunOption) (*bbpb.Build, error) }
type RerunOption ¶
Click to show internal directories.
Click to hide internal directories.