aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/blocked_builds.sql
Commit message (Collapse)AuthorAge
* Add support for incrementally tracking blocked buildsChristopher Baines2022-11-11
This will hopefully provide a less expensive way of finding out if a scheduled build is probably blocked by other builds failing or being canceled. By working this out when the build events are recieved, it should be more feasible to include information about whether builds are likely blocked or not in various places (e.g. revision comparisons).