From c3893858bf09f4cca8850fb9b0f59f1a050f6b38 Mon Sep 17 00:00:00 2001 From: RajithaY Date: Mon, 20 Mar 2017 15:15:28 +0530 Subject: This patch contains the code changes to check the commit id in the apex.conf file is valid or not and to update the stress_isolcpus to 22-43 on console Change-Id: I6a2e78f51f2371042bcbfa4f8c3e31b316938528 Signed-off-by:RajithaY --- ci/envs/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/envs/utils.sh') diff --git a/ci/envs/utils.sh b/ci/envs/utils.sh index 5e4f1c470..c2c0f85a6 100755 --- a/ci/envs/utils.sh +++ b/ci/envs/utils.sh @@ -43,7 +43,7 @@ function getQemuVersion { function checkRPMNames { rpm_dir="/root/workspace/rpm" if [ -d "$WORKSPACE" ];then - cd $WORKSPACE/build_output 2>/dev/null;RPMCOUNT=`ls kvmfornfv-* | wc -l` + cd $WORKSPACE/build_output 2>/dev/null;RPMCOUNT=`ls kvmfornfv-* 2>/dev/null | wc -l` if [ $RPMCOUNT -ne 0 ];then echo "Testcases are not executed for apex_build" exit 0 -- cgit 1.2.3-korg