General Build Histories
Present a list of different builds (binary builds, source recipe builds) in a single batched history
As a developer building branches to PPAs
I want to view and search all builds targeting a given PPA
so that I can see the history of my branch builds and find build failures of all types.
As an admin of the Launchpad build system
I want to browse the history of a builder to see binary, source and translation builds
so that I can identify and investigate a builders throughput of jobs.
- This feature will not change the UI for the builder history or PPA builds views, rather it will enable those views to include and batch all builds rather than just the current binary builds.
The Build generalisation blueprint will be used to track the breakdown of this feature into small tasks. The planning and links to email discussions for this feature are available on bug 536700
It is not a blocker, but it is part of the BuildBranchToArchive implementation.
Same as build from branch – XXX: need to have a general LEP tying that together
Rationale
Why are we doing this now?
What value does this give our users? Which users? Stakeholders
Constraints
What MUST the new behaviour provide? What MUST it not do? Workflows
What are the workflows for this feature? Provide mockups for each workflow.
You do not have to get the mockups and workflows right at this point. In fact, it is better to have several alternatives, delaying deciding on the final set of workflows until the last responsible moment.
Success
How will we know when we are done? When PPA pages such as fta's main PPA display a contiguous list of batched source package recipe builds and binary package builds. When Builder history pages such as Samarium's history display a contiguous list of batched source package recipe builds, translation template builds, and binary package builds. By the simplicity of the change to the browser/template code. If the architecture of the model/db changes is good, it should be simple to update the batched views themselves.
When viewing a build-farm builder history (or all the builds for your PPA), you will not only see binary builds, but also other types of builds such as source package recipe builds, or translation template builds.
As this will be a significant amount of work, we want to plan it to enable the work to be done in parallel. Here are the current thoughts. Each line in the following spreadsheet could be a separate branch/task/bug. Note2: Although it would be nice to remove BuildQueue/BuildPackageJob tables and related job records, it won't be necessary to present the generalised build histories. Release Note
This section should include a paragraph describing the end-user impact of this change. It is meant to be included in the first part of our release change log. It is mandatory. Thoughts?
Put everything else here. Better out than in. Implementation plan