Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Mar 25, 2020
1 parent 23dd164 commit 1e617eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mozci/push.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ def get_candidate_regressions(self, runnable_type):
candidate_regressions[name] = (count, summary.status)

other = other.child
# Any failure that comes after this push has been backed-out, can't
# be blamed on this push.
if self.backedoutby in other.revs:
break
count += 1
Expand Down

0 comments on commit 1e617eb

Please sign in to comment.