Closed
Bug 1330015
Opened 8 years ago
Closed 8 years ago
Add new jobs broken (does not show runnable jobs)
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: wlach)
References
Details
Attachments
(1 file)
Trying to run "add new job" for a try run on Treeherder fails in terms that no runnable jobs are shown.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0a67b0b6eef1
Assignee | ||
Comment 1•8 years ago
|
||
Some kind of frontend issue, I'll investigate.
Assignee: nobody → wlachance
Assignee | ||
Comment 2•8 years ago
|
||
No, it was in the backend. It seems like the runnable jobs api is no longer setting the "state" and "result" properties of runnable to jobs to "runnable", as we were before.
Blocks: 1306709
Comment 3•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8825483 -
Flags: review?(armenzg)
Updated•8 years ago
|
Attachment #8825483 -
Flags: review?(armenzg) → review+
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/f0d9bbaa61c41df7984ba7eed5d7fbe9e5151b73
Bug 1330015 - Make "add additional jobs" option work again (#2076)
We need to set state/result of runnable jobs to "runnable" for this to work,
and that got broken accidentally. Add a unit test so that this doesn't happen
again.
Assignee | ||
Comment 5•8 years ago
|
||
Will be deployed to production shortly.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•