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

Posted comment does not get updated when there are no CircleCI failures #72

Open kostmo opened 4 years ago

kostmo commented 4 years ago

Currently the logic is probably only triggering on failure events. See this internal user report.

Debugging notes

Currently there are 100 or so "dangling" PR comments that say "waiting on builds" after all builds have succeeded, according to this query:

SELECT * FROM latest_created_pull_request_comment_revision WHERE was_new_push

There should be any of these that are older than, say, 1 day.