The previous incomplete build is currently considered successful
Open
- Dominant language
- Python
- Stars
- 5.5k
- Forks
- 1.7k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 6
Description
In case of multiple workers per builder the previous build may be incomplete yet.
buildbot.reporters.utils.getPreviousBuild() accepts all results except RETRY, including None (incomplete).
BuildStatusGeneratorMixin.is_message_needed_by_results() for the mode `problem` accepts all results except FAILURE, including None.
See also https://github.com/buildbot/buildbot/pull/9057
Contributor guide
Assessment
This issue has not been assessed yet.