Closed
Bug 1779188
Opened 3 years ago
Closed 3 years ago
Make it easier to see possible intermittent failure, after retriggering jobs
Categories
(Tree Management :: Treeherder, enhancement)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
While testing a patch, I often hit possible intermittent failure, and in that case what I do is:
- retrigger failed jobs
- expand green jobs
- check if the retriggered job fails or not, for the failed job, by seeing the occurrences of "orange + orange" or "orange + green" pair in the result
step 2 is necessary because I often forget to retrigger some failed jobs, and counting the number of failed jobs for the same job name doesn't fit for the purpose.
it would be nice if this can be automated, or somehow assisted.
what I can think of are:
- (a) add a filter that shows "failed jobs, and all jobs that failed at least once"
- (b) somehow mark failed jobs that doesn't fail in other run
- (c) add a filter that shows "jobs fails and never passes"
Assignee | ||
Comment 1•3 years ago
|
||
This is an UI prototype for (b).
Failed jobs where other job for the same job name succeeds are marked with a mitten (just an example).
Comment 2•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•