only comment on bugs once we hit 3 instances in a given week
Categories
(Tree Management :: Treeherder: Frontend, task)
Tracking
(Not tracked)
People
(Reporter: jmaher, Unassigned)
References
(Blocks 2 open bugs)
Details
similar to bug 1923919 (for reopening existing bugs), we will only add a comment (daily/weekly) if there are at least 3 instances in the last week.
all the logic for bugzilla commenting exists in the same file:
https://github.com/mozilla/treeherder/blob/fb59b00868b6d90083531891beca53a477107403/treeherder/intermittents_commenter/commenter.py#L120
I referenced all_bug_changes, this is a queue of changes that will be fed to bugzilla, so adding a filter here for a minimum threshold to hit (similar to the reopen- ideally the same configuration location). One thing to be careful with: we adjust priority/whiteboards if counts go up/down. In this case if counts are down we might want to adjust priority/whiteboards, but refrain from adding a comment.
| Reporter | ||
Updated•1 year ago
|
Description
•