sgraf812 / feed-gipeda

Daemon for watching for new commits to multiple git repositories and feeding benchmark runs into gipeda
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Worker-slave architecture #2

Closed sgraf812 closed 8 years ago

sgraf812 commented 8 years ago

Default to using the current machine as the only worker, but offer benchmark slave functionality in like this:

$ whoami
master
$ feed-gipeda --master=12345     # that's the port

---
$ whoami
slave1
$ feed-gipeda --slave=192.168.0.34:12345

---
$ whoami
slave2
$ feed-gipeda --slave=192.168.0.34:12345

Roadmap: