Closed
Bug 1806877
Opened 2 years ago
Closed 2 years ago
add ability to generate 30 days of groupsummary data from test-info-all job
Categories
(Testing :: General, enhancement)
Tracking
(firefox110 fixed)
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file)
having the ability to get more accurate runtime information related to specific tests will be useful. In treeherder we implemented a groupsummary api to provide a mapping of a group (aka a manifest) and the number of times it ran along with status and classification. While there are edge cases this should get us >80% of the way to an accurate count.
Once generated, we can use this data in:
- treeherder's intermittent failure report (daily/weekly) on each bug
./mach test-info ...- output within
test-info-all-tests.jsonwhich is read by searchfox, this already has failure info, having more accurate info about total runs and % failed (per config/variant) would make data actionable. - other dashboards (like bugbug, etc.)
This will generate an artifact everytime test-info-all task is ran, this artifact will have 30 days of history which will be sorted by date so we can rotate data out.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f1b2141ae7e
add ability to generate 30 days of groupsummary data from test-info-all job. r=ahal
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•