Merge lp://staging/~al-maisan/launchpad/oops-526969 into lp://staging/launchpad
Proposed by
Muharem Hrnjadovic
Status: | Merged |
---|---|
Approved by: | Jeroen T. Vermeulen |
Approved revision: | not available |
Merged at revision: | not available |
Proposed branch: | lp://staging/~al-maisan/launchpad/oops-526969 |
Merge into: | lp://staging/launchpad |
Diff against target: |
110 lines (+62/-1) 4 files modified
lib/lp/soyuz/browser/build.py (+13/-0) lib/lp/soyuz/browser/tests/build-views.txt (+24/-0) lib/lp/soyuz/stories/soyuz/xx-build-record.txt (+24/-0) lib/lp/soyuz/templates/build-index.pt (+1/-1) |
To merge this branch: | bzr merge lp://staging/~al-maisan/launchpad/oops-526969 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jeroen T. Vermeulen (community) | code | Approve | |
Review via email: mp+20056@code.staging.launchpad.net |
Commit message
Dispatch time estimations are only shown for pending builds that are *not* suspended.
To post a comment you must log in.
Hello,
since the build farm was generalized the binary builds became somewhat
schizophrenic.
In order to figure out whether a dispatch time estimate is available for a
build we now need to look at
Build. buildstate *and* Job.status
These need to carry the values BuildStatus. NEEDSBUILD and JobStatus.WAITING
respectively.
The branch at hand revises the main build template to do so.
Tests to run:
bin/test --v -t build-views -t xx-build-record
No "make lint" changes or errors.