You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2016/05/11 22:32:50 UTC

[trafficserver] branch master updated: Updated with some clang-analyzer tweaks done for the CI

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  71731c0   Updated with some clang-analyzer tweaks done for the CI
71731c0 is described below

commit 71731c0171cd8feb3b8679ebbd285f0ec1723d51
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed May 11 15:32:02 2016 -0700

    Updated with some clang-analyzer tweaks done for the CI
---
 ci/jenkins/bin/clang-analyzer.sh | 2 +-
 ci/jenkins/bin/environment.sh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/jenkins/bin/clang-analyzer.sh b/ci/jenkins/bin/clang-analyzer.sh
index 8a3dc92..c0dee78 100755
--- a/ci/jenkins/bin/clang-analyzer.sh
+++ b/ci/jenkins/bin/clang-analyzer.sh
@@ -45,7 +45,7 @@ test -d "/home/jenkins/clang-analyzer" && output="/home/jenkins/clang-analyzer"
 autoreconf -fi
 #scan-build ./configure ${configure}
 ./configure ${configure}
-scan-build ${checkers} ${options} -o ${output} --html-title="ATS master branch"  ${ATS_MAKE} -j4
+/opt/llvm/bin/scan-build ${checkers} ${options} -o ${output} --html-title="ATS master branch"  ${ATS_MAKE} -j4
 status=$?
 
 ${ATS_MAKE} distclean
diff --git a/ci/jenkins/bin/environment.sh b/ci/jenkins/bin/environment.sh
index eabf3e4..0c51679 100755
--- a/ci/jenkins/bin/environment.sh
+++ b/ci/jenkins/bin/environment.sh
@@ -59,7 +59,7 @@ if test "${JOB_NAME#*compiler=clang}" != "${JOB_NAME}"; then
 fi
 
 # Figure out parallelism for regular builds / bots
-ATS_MAKE_FLAGS="-j 4"
+ATS_MAKE_FLAGS="-j5"
 
 # This is for Solaris, but didn't seem to work
 #[ -x /usr/sbin/psrinfo ] && ATS_MAKE_FLAGS="-j $(/usr/sbin/psrinfo -p)" # Conservative on Solaris

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].