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
Merge pull request #17498 from csrwng/fix_build_controller
Automatic merge from submit-queue.
build controller: fix start of serial builds on cancellation/deletion
Current code will only retry a buildconfig if there's a running build *and* there's no pending builds waiting to be started. The conditions should be independent (*or*ed). If there's no pending builds it may be that the cache hasn't caught up.
This fix separates the conditions and logs different messages for each.
When an active build is deleted, we should also poke the buildconfig to start the next build.
Fixes#17353
0 commit comments