Closed
Bug 1468943
Opened 7 years ago
Closed 6 years ago
Mark confirmed alerts automatically
Categories
(Tree Management :: Perfherder, enhancement, P5)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: igoldan, Unassigned)
References
Details
Attachments
(1 file)
No description provided.
| Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
| Reporter | ||
Comment 1•7 years ago
|
||
Assuming we retriggered/backfilled an alert and then marked it as "confirming", Perfherder should know when to change its state to "confirmed", once all the jobs finish.
| Reporter | ||
Updated•7 years ago
|
Priority: P2 → P3
Comment 2•7 years ago
|
||
| Reporter | ||
Comment 3•7 years ago
|
||
Comment on attachment 9005194 [details] [review]
Link to GitHub pull-request: https://github.com/mozilla/treeherder/pull/3973
I know this is WIP, but I could use your feedback on this, as I'm not really familiar with Celery's way of doing things or New Relic's agent.
Attachment #9005194 -
Flags: feedback?(wlachance)
Comment 4•7 years ago
|
||
Comment on attachment 9005194 [details] [review]
Link to GitHub pull-request: https://github.com/mozilla/treeherder/pull/3973
Left a bit of feedback in the review on some of the details, I'd like to know more about exactly the workflow we're going for / trying to automate. Should we consider automating the confirming process as well?
Attachment #9005194 -
Flags: feedback?(wlachance)
| Reporter | ||
Comment 5•7 years ago
|
||
(In reply to William Lachance (:wlach) (use needinfo!) from comment #4)
> Comment on attachment 9005194 [details] [review]
> Link to GitHub pull-request: https://github.com/mozilla/treeherder/pull/3973
>
> Left a bit of feedback in the review on some of the details, I'd like to
> know more about exactly the workflow we're going for / trying to automate.
The workflow is as follows: when a new alert summary lands, we star a subset with the most relevant alerts. Then we retrigger & backfill them, while also marking them as 'confirming'. After this point, I only know which alerts have been retriggered/backfilled, but not if their jobs finished or not; I need to manually check that.
In this bug, I want to automate only this final check. This way, if all jobs have finished, then the corresponding alert is marked as 'confirmed'.
> Should we consider automating the confirming process as well?
This should be treated as a separate bug. We would need to talk with Joel about this. I recon he has some concerns about automating retriggers & backfills.
| Reporter | ||
Comment 6•7 years ago
|
||
Comment on attachment 9005194 [details] [review]
Link to GitHub pull-request: https://github.com/mozilla/treeherder/pull/3973
I addressed the review requests and tested only the check_confirming_perf_alerts_status() function locally (not the whole Celery & worker & queue setup) with success.
Attachment #9005194 -
Flags: review?(wlachance)
Attachment #9005194 -
Flags: review?(emorley)
Updated•7 years ago
|
Attachment #9005194 -
Flags: review?(wlachance) → review+
Comment 7•7 years ago
|
||
Comment on attachment 9005194 [details] [review]
Link to GitHub pull-request: https://github.com/mozilla/treeherder/pull/3973
Left a comment :-)
Attachment #9005194 -
Flags: review?(emorley) → review-
| Reporter | ||
Updated•7 years ago
|
Priority: P3 → P5
| Reporter | ||
Updated•7 years ago
|
Assignee: igoldan → nobody
| Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 8•6 years ago
|
||
Closed as WONTFIX because we want to get rid of this status. See bug 1582108.
You need to log in
before you can comment on or make changes to this bug.
Description
•