Closed
Bug 755191
Opened 13 years ago
Closed 10 years ago
The thing we use to retrigger pending jobs through self-serve doesn't work
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: philor, Unassigned)
References
Details
(Keywords: buildapi)
In http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/1a3eeafc91d6/js/MachineResult.js#l121 for pending and running jobs, we strip pending- or running- off this.runID and send that to self-serve.
What self-serve really wants is a request_id, but that thing is apparently a build_id, which does work to retrigger a running or finished job, but does not work to retrigger a pending job, because self-serve doesn't believe that a pending job has a build_id.
Comment 2•12 years ago
|
||
Still a problem? Do we need to retrigger pending jobs?
| Reporter | ||
Comment 3•12 years ago
|
||
Yes to both. The try backlog is better than when it was 24 hours, but it's still frequently an hour or two during the day, which means that if your try push is either added logging to catch a 1-in-20 failure, or is an attempted fix at one, you have an hour or two of pointless wasted time sitting around waiting to be able to trigger your 20 tests after you've sat around waiting for your build to finish and trigger tests.
| Assignee | ||
Updated•11 years ago
|
Product: Webtools → Tree Management
Comment 5•10 years ago
|
||
TBPL has been EOLed (bug 1054977).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•