projectbisector

package
v0.0.0-...-01cd1ea Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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

type RerunOption struct {
	FullRun bool
	BotID   string
}

Jump to

Keyboard shortcuts

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