Confirmed users
513
edits
m (→Discussion Topics: - more notes) |
Klahnakoski (talk | contribs) (add intermittent counts) |
||
(One intermediate revision by one other user not shown) | |||
Line 34: | Line 34: | ||
** is there value to retriggering to identify the root cause | ** is there value to retriggering to identify the root cause | ||
* [jmaher] Roadmap for autoclassification in Q2/Q3 ? (how can we track what is auto classified vs not) | * [jmaher] Roadmap for autoclassification in Q2/Q3 ? (how can we track what is auto classified vs not) | ||
** query the treeherder db for what is autoclassified- should experiment with this and propose an api | |||
** Show all intermittents, with auto-classify count, for past week: https://activedata.allizom.org/tools/query.html#query_id=QaxkaHye | |||
{ | |||
"from":"treeherder", | |||
"select":[ | |||
{"aggregate":"count"}, | |||
{ | |||
"name":"is_auto", | |||
"value":{ | |||
"when":{"in":[ | |||
{"literal":"autoclassified intermittent"}, | |||
"failure.notes.failure_classification" | |||
]}, | |||
"then":1, | |||
"else":0 | |||
}, | |||
"aggregate":"sum" | |||
} | |||
], | |||
"edges":"bugs.bug_id", | |||
"where":{"and":[ | |||
{"eq":{"failure.notes.failure_classification":"intermittent"}}, | |||
{"gt":{"last_modified":{"date":"today-week"}}}, | |||
{"ne":{"repo.branch.name":"try"}} | |||
]}, | |||
"limit":10000 | |||
} | |||
= New Ideas to investigate = | = New Ideas to investigate = |