The `IBuildQueue` interface needs to have an 'estimated_duration' property
Bug #485524 reported by
Muharem Hrnjadovic
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Medium
|
Muharem Hrnjadovic |
Bug Description
In order to facilitate the estimation of job dispatch times across the board the `IJob` interface needs to have an 'estimated_
Alternatively, this property could sit on the 'BuildQueue' table.
Changed in soyuz: | |
importance: | Undecided → Medium |
status: | New → In Progress |
assignee: | nobody → Muharem Hrnjadovic (al-maisan) |
milestone: | none → 3.1.11 |
summary: |
- The `IJob` interface needs to have 'estimated_duration' and 'score' - properties + The `IJob` interface needs to have an 'estimated_duration' property |
description: | updated |
description: | updated |
summary: |
- The `IJob` interface needs to have an 'estimated_duration' property + The `IBuildQueue` interface needs to have an 'estimated_duration' + property |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I think estimated_duration should be on BuildQueue, unless it's of use to other types of job runners that the Codehosting team uses.
It's also worth noting that this data becomes redundant once the job is complete. As BuildQueue rows are removed once the job is complete it seems more natural to have it there.