Hi there,
 
I have a question about Buildbot v0.9.0.post1-py2.
Steps I have followed:
 
- pip2 install buildbot
- buildbot create-master pyflakes
- cp pyflakes/master.cfg.sample pyflakes/master.cfg
- buildbot start pyflakes
 
Now, in the web interface whenever I click on builders/runtests and then force it doesn't start anything. The logs say:
 
2016-10-24 13:57:06+0200 [-] added buildset 1 to database
2016-10-24 14:01:53+0200 [-] gitpoller: processing changes from "git://github.com/buildbot/pyflakes.git"
2016-10-24 14:06:52+0200 [-] gitpoller: processing changes from "git://github.com/buildbot/pyflakes.git"
 
However, the web interface shows nothing, just that the build has been submitted. Where can I see the results?
 
Oh, two other related things:
1. Console View is like an endless loop (the wheel just spins over and over again).
2. I have tried using buildbot-0.8.9 and buildbot-0.8.5 - same for every version (after logging in via pyflakes/pyflakes).
 
Side note: When I clone the pyflakes git repo, change into the working tree and run the test via trial pyflakes it passes. So, nothing wrong there...
 
What am I doing wrong?
 
Thank you very much!
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to