We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a successful build on multiple workers these are not freed correctly and stay occupied.
I guess the reconfiguration of buildbot is not really supported. I suggest to rewrite this. Inspired by the buildbot_travis project, I guess this can be done simpler and more safely by adding steps to the current build. https://github.com/buildbot/buildbot_travis/blob/1be8792f2102a52ab0e8f384e4053ca89907f2dd/buildbot_travis/steps/create_steps.py
buildbot_travis does not select workers based on setups. I hope this might be done on the trigger side, by triggering the right schedulers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After a successful build on multiple workers these are not freed correctly and stay occupied.
I guess the reconfiguration of buildbot is not really supported.
I suggest to rewrite this.
Inspired by the buildbot_travis project, I guess this can be done simpler and more safely by adding steps to the current build.
https://github.com/buildbot/buildbot_travis/blob/1be8792f2102a52ab0e8f384e4053ca89907f2dd/buildbot_travis/steps/create_steps.py
buildbot_travis does not select workers based on setups. I hope this might be done on the trigger side, by triggering the right schedulers.
The text was updated successfully, but these errors were encountered: