From c9ea476389a4a5d26840be8c96ce97c5d657ff46 Mon Sep 17 00:00:00 2001 From: rohitsakala Date: Sat, 21 Jan 2017 15:43:35 +0530 Subject: Remove start and finish builders from jenkins job Removing those builders as it is unnecessary to start and finish server instead calling testresults.opnfv.org for specs. JIRA: FUNCTEST-705 Change-Id: Icfbce0c0eaf9d4ca20920de78450a1ffd580344c Signed-off-by: rohitsakala --- utils/test/testapi/htmlize/finish.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 utils/test/testapi/htmlize/finish.sh (limited to 'utils/test/testapi/htmlize/finish.sh') diff --git a/utils/test/testapi/htmlize/finish.sh b/utils/test/testapi/htmlize/finish.sh deleted file mode 100644 index dc3aa868b..000000000 --- a/utils/test/testapi/htmlize/finish.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 - -# Stop opnfv-testapi server -proc_number=`ps -ef | grep opnfv-testapi | grep -v grep | wc -l` - -if [ $proc_number -gt 0 ]; then - procs=`ps -ef | grep opnfv-testapi | grep -v grep` - echo "Kill opnfv-testapi server $procs" - ps -ef | grep opnfv-testapi | grep -v grep | awk '{print $2}' | xargs kill -kill &>/dev/null -fi -- cgit 1.2.3-korg