2
votes
3answers
97 views
How to distribute and execute platform-specific unit tests?
We have a python project that we want to start testing using buildbot. Its unit tests include tests that should only work on some platforms. So, we've got tests that should pass on all platforms, …
1
vote
1answer
150 views
How to scale buildbot in a company
I've been looking into buildbot lately, and the lack of good documentation and sample configurations makes it hard to understand how buildbot is commonly used.
According to the buildbot manual, each …
0
votes
2answers
98 views
win32api.dll Will Not Install
I am trying to start a Buildbot Buildslave on a Windows XP virtual machine:
python buildbot start .
ImportError: No module named win32api.
Google tells me that win32api is win32api.dll. I …
4
votes
2answers
349 views
Have buildbot poll a git repository for new commits?
Is there a buildbot plugin that will poll a git repository for new commits, like the currently included changes.SVNPoller?
The closest I have found is git_buildbot.py, but it works as a post-commit …
3
votes
3answers
195 views
“Selling” trac/buildbot/etc to upper management
My team works mostly w/ Flex-based applications. That being said, there are nearly no conventions at all (even getting them to refactor is a miracle in itself) and the like.
Coming from a .NET + …
