ansibullbot
ansibullbot copied to clipboard
Re-run CI on `stale_ci` PRs waiting to be merged.
If a PR is waiting to be merged, but is blocked only due to stale_ci
, CI should be re-run.
Depends on #459
After seeing a burst of new PRs from the filament/lightbulb PRs, I have the impression that we don't have enough shippable resources to handle this.
The CI could be re-run for pull-requests:
- blocked only due to
stale_ci
- and if last shippable result for this pull-request is
success
- and with at least one
shipit
Here is an implementation: #664.
This feature won't produce bursts of CI jobs since it will only occur when PRs have been approved for merge and are stale.
@mattclay Is this still an issue?
I haven't watched recent bot merge behavior closely enough to notice if this is implemented or not.