kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Use more conservative bounds for predicting failure spans of master jobs #65

Closed kostmo closed 4 years ago

kostmo commented 4 years ago

The current query predicts the start of a failure span on the first failed build after a successful build, even if there are missing builds between the last success and the first failure.

Instead, begin the failure span immediately after the last successful build (i.e. starting with any absent builds).

kostmo commented 4 years ago

Observe the new behavior:

Before After
Screen Shot 2019-10-25 at 11 49 12 AM Screen Shot 2019-10-25 at 11 59 43 AM