You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the status API, bors doesn't do any counting of successes. If the number of successes is greater than zero and it sees no failures, it will assume it passed.
For some reason, some status updates aren't going through, so bors will see successes=1 and failures=0 and not wait for the second builder's status to show up. This caused it to land a few PRs that failed tests in Servo.
The text was updated successfully, but these errors were encountered:
When using the status API, bors doesn't do any counting of successes. If the number of successes is greater than zero and it sees no failures, it will assume it passed.
For some reason, some status updates aren't going through, so bors will see successes=1 and failures=0 and not wait for the second builder's status to show up. This caused it to land a few PRs that failed tests in Servo.
The text was updated successfully, but these errors were encountered: