Re: Reboot VM's of GitLab CI runners

2014-10-29 Thread Erik Timmers
Thanks for your quick reply! The reboot is indeed successful. And I thought about setting a delay as well. But I'm afraid this can cause trouble when there is a pending test the runner might pick up. On Wed, 29 Oct 2014 12:52 David Bezuidenhout wrote: > Just to confirm, the reboot is always succ

Re: Reboot VM's of GitLab CI runners

2014-10-29 Thread David Bezuidenhout
Just to confirm, the reboot is always successful, but the sending of the results is hit and miss? If that is the case, tell the reboot to wait a minute before actually rebooting, eg. in the script: sudo shutdown -r 60 Don't think you need the & at the end, but perhaps that is something you can te