Closed
Bug 1364196
Opened 8 years ago
Closed 8 years ago
Build stats perfherder metrics don't include extra options
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(2 files)
_generate_build_stats() in buildbase.py isn't adding the perfherder_extra_options config option into perfherder metrics. This means many metrics are bi-modal. e.g. https://treeherder.mozilla.org/perf.html#/graphs?series=%5Bautoland,c76f3723c54793e567e8bee9fecd29ab1954543c,1,2%5D&selected=%5Bautoland,c76f3723c54793e567e8bee9fecd29ab1954543c,202855,98483475%5D
In this case, the two lines come from the vanilla config and static analysis I think.
This should be a trivial patch.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8866941 [details]
Bug 1364196 - Clean up code adding "nightly" to perfherder data;
https://reviewboard.mozilla.org/r/138550/#review141808
Attachment #8866941 -
Flags: review?(ted) → review+
Comment 4•8 years ago
|
||
mozreview-review |
Comment on attachment 8866942 [details]
Bug 1364196 - Ensure perfherder_extra_options always present;
https://reviewboard.mozilla.org/r/138552/#review141810
Attachment #8866942 -
Flags: review?(ted) → review+
Pushed by gszorc@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fda6d4c274b7
Clean up code adding "nightly" to perfherder data; r=ted
https://hg.mozilla.org/integration/autoland/rev/bec79e23bdac
Ensure perfherder_extra_options always present; r=ted
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fda6d4c274b7
https://hg.mozilla.org/mozilla-central/rev/bec79e23bdac
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•