I encountered a problem in which buildbot has too many pending jobs and has stopped doing any more builds. Even when I restart the buildbot, the pending jobs do not go away. I want to be able to do the build and remove the pending jobs. How can i do that?
Buildbot has too many pending jobs and has stopped building at all
552 Views Asked by 277roshan At
1
To be able to cancel pending builds you must have this feature enabled in the
authz.Authz
setting in themaster.cfg
file of your buildmaster,e.g.Documentation here
Once you've done that you'll need to restart your buildmaster. Then, on the web-status page of any builder, you'll see buttons to cancel any pending builds as well as the running build.