madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Ensure multiple swarming bots can run safely on a single host #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now a swarming bot can single-handledly reboot the host. This is 
extremely bad in the situation of having multiple bots running a single host. 
This use case is generally when controlling remote devices.

This requires fixing some assumptions;
- rebooting after a failed task
- cancelling a live task means rebooting the host

These properties need to be bot-controlled in slave_machine.py.

Original issue reported on code.google.com by maruel@chromium.org on 22 Sep 2014 at 2:39

GoogleCodeExporter commented 9 years ago
To clarify, this will ultimately be defined at runtime by start_slave.py.

Original comment by maruel@chromium.org on 22 Sep 2014 at 2:40

GoogleCodeExporter commented 9 years ago
It was fixed with issue 182 "fix periodic reboot" and we improved bot_config.py 
accordingly.

Original comment by maruel@chromium.org on 10 Dec 2014 at 6:48