From f561d0b310dda316ad1ea91fd965d95c2a2d818f Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Sat, 11 Dec 2021 14:29:43 -0700 Subject: [PATCH] attempt to cleanup all ci processes Signed-off-by: Travis Glenn Hansen --- ci/bin/run.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/bin/run.sh b/ci/bin/run.sh index b951a99..bba43bd 100755 --- a/ci/bin/run.sh +++ b/ci/bin/run.sh @@ -17,4 +17,7 @@ sudo -E ci/bin/launch-server.sh & sleep 10 # launch csi-sanity -sudo -E ci/bin/launch-csi-sanity.sh +#sudo -E ci/bin/launch-csi-sanity.sh + +# kill all processes of the session +sudo kill $(ps -s $$ -o pid=) || true