adding kill to list of commands that can be sudo'd 18/27618/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 29 Sep 2015 23:12:46 +0000 (16:12 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 2 Oct 2015 18:29:49 +0000 (11:29 -0700)
commit175e483b3ef12d18b0811df2bd5586f6baec3ba2
tree825c6488167ff97708a61666d1fe96a7c569ef08
parentcca574e0b802b5483574207c07bb19f0fc15417d
adding kill to list of commands that can be sudo'd

there is a utility "sshuttle" that is being called with sudo which
opens a tunnel to a remote system.  When the current robot vm is
done with it's job, it will be the same vm to be used in the next
job if there is a job in the queue to use it.

Allowing 'sudo kill' will let jobs using sshuttle to kill off any
old/unwanted ssshuttle processes and restart a new one as needed.

Change-Id: I72f2b1db9a40bb40ee93d8b17a3e9bb77b92f941
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jenkins-scripts/robot.sh