You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/regression_tracker: check for regression in all child nodes
When runner submits a hierarchy of nodes at a single shot,
the API will publish event just for parent node.
In that case, the parent node can have "pass" result,
even if one of its child has failed.
Tweak regression tracker to listen to events when "checkout"
node reaches to "done" state instead of getting nodes with
just "fail" result.
That way we can traverse through all the child nodes using
the checkout node and check for regressions.
Signed-off-by: Jeny Sadadia <[email protected]>
0 commit comments