-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
cannot work after install and config in GitHub EE #80
Comments
Test in python2, force build works, but when push(I can not test PR event), GitHub EE repo webhook still show |
@tardyp After reading doc and source code, I think I need set |
After change all |
Solved. Source code use Finally, Am I need set Thx. |
Followed this https://medium.com/buildbot/using-hyper-sh-to-deploy-your-buildbot-126888e1164d I config this by webUI, set number of local workers to 8, then generate tokens, webhook (push and PR), set payload URL, then delivery payload, github EE show me
200, success
My
.travis.yml
:then, when I push to this repo, github EE webhooks show me
500, failed
This is
twistd.log
:But when I force build it, builder will block, can only show
preparing worker
. And I cannot stop this builder.Do I missing some steps?
The text was updated successfully, but these errors were encountered: