You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2018/01/29 21:24:42 UTC

svn commit: r1822585 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh

Author: stsp
Date: Mon Jan 29 21:24:42 2018
New Revision: 1822585

URL: http://svn.apache.org/viewvc?rev=1822585&view=rev
Log:
* tools/buildbot/slaves/bb-openbsd/svncheck.sh: Limit parallel tests
   to 4 at a time.

Modified:
    subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh

Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh?rev=1822585&r1=1822584&r2=1822585&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Mon Jan 29 21:24:42 2018
@@ -25,7 +25,7 @@ set -x
 url="$(svn info --show-item url)"
 branch="${url##*/}"
 export MALLOC_OPTIONS=S
-(cd .. && gmake BRANCH="$branch" PARALLEL="1" THREADING="no" JAVA="no" \
+(cd .. && gmake BRANCH="$branch" PARALLEL="4" THREADING="no" JAVA="no" \
                 EXCLUSIVE_WC_LOCKS=1 \
                                   svn-check-local \
                                   svn-check-svn \