import "go.chromium.org/luci/milo/buildsource"
func GetConsoleSummariesFromDefs(c context.Context, consoleEnts []*common.Console, projectID string) ( map[common.ConsoleID]*ui.BuilderSummaryGroup, error)
GetConsoleSummariesFromDefs returns a map of consoleID -> summary from the datastore using a slice of console definitions as input.
This expects all builders in all consoles coming from the same projectID.
BuilderID is the universal ID of a builder, and has the form:
buildbucket/bucket/builder buildbot/master/builder (deprecated)
Buildbot returns true iff this BuilderID originates from a buildbot builder.
func (b BuilderID) GetLegacy(c context.Context, limit int, cursor string) (*ui.BuilderLegacy, error)
GetLegacy allows you to obtain the resp.Builder that corresponds with this BuilderID.
SelfLink returns LUCI URL of the builder.
Split breaks the BuilderID into pieces.
- backend is either 'buildbot' or 'buildbucket' - backendGroup is either the bucket or master name - builderName is the builder name.
Returns an error if the BuilderID is malformed (wrong # slashes) or if any of the pieces are empty.
type ConsoleRow struct { Commit string Builds map[int][]*model.BuildSummary }
ConsoleRow is one row of a particular console.
It has the git commit for the row, as well as a mapping of column index to the Builds associated with it for this commit. The columns are defined by the order of the Builder messages in the Console config message (one column per Builder message).
Builds is a map since most commit rows have a small subset of the available builders.
func GetConsoleRows(c context.Context, project string, console *config.Console, commits []string) ([]*ConsoleRow, error)
GetConsoleRows returns a row-oriented collection of BuildSummary objects. Each row corresponds to the similarly-indexed commit in the `commits` slice.
Path | Synopsis |
---|---|
buildbot | |
buildbot/buildbotapi | package buildbotapi defines types used in Buildbot build protocol, e.g. |
buildbot/buildstore | Package buildstore implements storage of //milo/buildsource/buildbot/buildbotapi/* types. |
buildbucket | |
rawpresentation | |
swarming |
Package buildsource imports 15 packages (graph) and is imported by 2 packages. Updated 2019-12-14. Refresh now. Tools for package owners.