Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82AA8F263 for ; Wed, 8 May 2013 18:28:34 +0000 (UTC) Received: (qmail 5733 invoked by uid 500); 8 May 2013 18:28:34 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 5621 invoked by uid 500); 8 May 2013 18:28:34 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 5603 invoked by uid 99); 8 May 2013 18:28:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 18:28:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 18:28:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EF93E2388962; Wed, 8 May 2013 18:28:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1480393 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Date: Wed, 08 May 2013 18:28:09 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130508182809.EF93E2388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: stsp Date: Wed May 8 18:28:09 2013 New Revision: 1480393 URL: http://svn.apache.org/r1480393 Log: * tools/dev/buildbot/slaves/bb-openbsd/svncheck.sh: Run RA-local tests only. Perhaps this will fix the constant backlog this bot is suffering from. It keeps building very outdated revisions and is thus rather useless. 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=1480393&r1=1480392&r2=1480393&view=diff ============================================================================== --- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh (original) +++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svncheck.sh Wed May 8 18:28:09 2013 @@ -24,11 +24,7 @@ set -x branch="$(basename $(svn info . | grep ^URL | cut -d' ' -f2))" export MALLOC_OPTIONS=S -(cd .. && gmake BRANCH="$branch" PARALLEL="" THREADING="no" \ - svn-check-local \ - svn-check-svn \ - svn-check-neon \ - svn-check-serf) +(cd .. && gmake BRANCH="$branch" PARALLEL="" THREADING="no" svn-check-local) grep -q "^FAIL:" tests.log.svn-check* && exit 1 grep -q "^XPASS:" tests.log.svn-check* && exit 1 exit 0