This is an automated email from the ASF dual-hosted git repository. sorber pushed a commit to branch 6.2.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 749737b6b493b9745e4979d18b68f816960175dd Author: Leif Hedstrom <[email protected]> AuthorDate: Wed May 11 15:32:02 2016 -0700 Updated with some clang-analyzer tweaks done for the CI (cherry picked from commit 71731c0171cd8feb3b8679ebbd285f0ec1723d51) --- 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 "[email protected]" <[email protected]>.
