Open
Bug 1822151
Opened 3 years ago
Updated 2 months ago
Logic in treeherder to analyze "TV" results and report properly
Categories
(Tree Management :: Treeherder, task)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: jmaher, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
Treeherder has the ability to mark a test as passed (Green) or failed (Orange, etc.), and before it is in that state it is pending (light grey) or running (dark grey)
This bug should:
- upon failure determine next step (bug 1822145)
- trigger verify | retrigger - if that is next step
- leave jobs as dark grey if retrigger || verify is running
- analyze the results of all the tests and make a determination if the failure is
failure
||unknown
||intermittent
- for a status of
intermittent
turn the job green or autoclassify it (or some new status) - for
failure
||unknown
mark the job asfailed
(orange)
there is logic for what to run and how to interpret it in:
https://docs.google.com/document/d/1GyvZqbfqoMnZ0OWkrQBzaTTT-nA_w8oHuaXNaZzrb14/edit
Ideally an end state would be:
- tasks remain in grey state no more than 30 extra minutes
- 90% of errors are resolved as intermittent
You need to log in
before you can comment on or make changes to this bug.
Description
•