Closed
Bug 601728
Opened 14 years ago
Closed 11 years ago
buildbot JSON output should have consistent categories/branches
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 586664
People
(Reporter: dbaron, Unassigned)
References
Details
(Whiteboard: [json])
The buildbot JSON output at http://build.mozilla.org/builds/ should contain category data that is consistent across builds-pending.js, builds-running.js, builds-4hr.js, and builds-YYYY-MM-DD.js.
Right now there is a lot of weird variation in categories between pending/running and completed builds. For example:
* l10n builds are part of "mozilla-central", etc., in pending/running but have their own category in completed
* try server builds are "tryserver" in completed and "try" in pending/running
* I think some mobile builds may have similar issues as l10n, at least for try
And I've probably missed some issues.
Having http://hg.mozilla.org/users/dbaron_mozilla.com/buildbot-json-tools/file/tip/filter-buildbot-json.py have logic to fix up all of these issues doesn't seem like it will extend well to future situations; it would be superior if the correct categories were in the data in the first place.
Updated•14 years ago
|
Whiteboard: [json]
Reporter | ||
Comment 1•14 years ago
|
||
Actually, I think I just realized that builds-pending and builds-running are grouped based on the "branch" field rather than the "category" field (except for the nanojit-central runs, which differ by whether "projects/" is included).
So maybe this is less of a problem than I thought.
Reporter | ||
Comment 2•14 years ago
|
||
Actually, the branch values are only slightly less inconsistent than the category values. I think they only differ from category when category == "idle".
Reporter | ||
Updated•14 years ago
|
Summary: buildbot JSON output should have consistent categories → buildbot JSON output should have consistent categories/branches
Reporter | ||
Comment 6•14 years ago
|
||
See the functions branch_for_pending_running and branch_for_completed in http://hg.mozilla.org/users/dbaron_mozilla.com/buildbot-json-tools/file/tip/filter-buildbot-json.py for the various issues I've hit.
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•