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

Feature: Way to trigger rescan on historical builds for a new pattern #12

Open ezyang opened 5 years ago

ezyang commented 5 years ago

Go to https://circle.pytorch.org/pattern-details.html?pattern_id=59 It has only scanned 3.4% of builds. I want it to scan everything (updating our statuses accordingly). Is there a way to do that?

kostmo commented 5 years ago

Since this can be a long-running task, I think I'll need to implement some logic to prevent multiple simultaneous scans from being started and have a way to view the realtime progress on the web UI

kostmo commented 5 years ago

Fleshing this out a bit more: