Skip to content
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

How to connect external worker? #85

Open
baccenfutter opened this issue Apr 10, 2018 · 1 comment
Open

How to connect external worker? #85

baccenfutter opened this issue Apr 10, 2018 · 1 comment

Comments

@baccenfutter
Copy link

baccenfutter commented Apr 10, 2018

After fresh installation, I go into Administration->Workers and create a new worker.

  • I select Worker (a worker running on another host)
  • basename: foo
  • password: secret
  • count: 2
  • I see two workers created but not connected (foo_1 and foo_2)
  • I go into a server shell and create and start a worker
buildbot-worker create-worker foo_1 my-buildbot-travis-url foo_1 secret
buildbot-worker start foo_1

... and get:

2018-04-10 22:04:35+0200 [HangCheckProtocol,client] While trying to connect:
        Traceback from remote host -- exceptions.RuntimeError: rejecting duplicate worker

So, how do I connect an external worker to buildbot-travis?

@baccenfutter
Copy link
Author

If I leave the worker count at 1, then only one worker is created and that connects perfectly fine with username foo. As soon as I raise the count >1 I run into the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant