Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for incrementally tracking blocked builds | Christopher Baines | 2022-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). |