You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2012/05/25 15:55:29 UTC

Fwd: [julianfoad@apache.org: svn commit: r819079 - /infrastructure/buildbot/aegis/buildmaster/master1/projects/subversi on.conf]

----- Forwarded message from julianfoad@apache.org -----

> From: julianfoad@apache.org
> Subject: svn commit: r819079 -
> 	/infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf
> To: infrastructure-cvs@apache.org
> Date: Fri, 25 May 2012 13:45:30 -0000
> Message-Id: <20...@eris.apache.org>
> X-No-Archive: yes
> 
> Author: julianfoad
> Date: Fri May 25 13:45:29 2012
> New Revision: 819079
> 
> Log:
> Adjust the set of tests being run on WANdisco's Subversion buildbot, to include
> testing with ra_serf and fsfs.
> 
> Modified:
>     infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf
> 
> Modified: infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf
> ==============================================================================
> --- infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf (original)
> +++ infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf Fri May 25 13:45:29 2012
> @@ -168,7 +168,8 @@ s51 = [ShellCommand(name="Cleanup", comm
>         SVN(baseURL=REPO,defaultBranch='subversion/trunk', timeout=3600),
>         ShellCommand(name="Build", command=["../svnbuild.sh"], logfiles={"configlog": "config.log"}, timeout=3600, haltOnFailure=True),
>         ShellCommand(name="Test bdb+ra_neon", command=["../svncheck.sh", "bdb", "ra_neon"], logfiles={"testlog": "tests.log", "faillog": "fails.log"}, lazylogfiles=True, timeout=3600, flunkOnFailure=True),
> -       ShellCommand(name="Test bindings", command=["../svncheck-bindings.sh","bdb","ra_neon"], logfiles={"testlog": "tests.log", "faillog": "fails.log"}, lazylogfiles=True, timeout=3600, flunkOnFailure=True),
> +       ShellCommand(name="Test fsfs+ra_serf", command=["../svncheck.sh", "fsfs", "ra_serf"], logfiles={"testlog": "tests.log", "faillog": "fails.log"}, lazylogfiles=True, timeout=3600, flunkOnFailure=True),
> +       ShellCommand(name="Test bindings fsfs+ra_serf", command=["../svncheck-bindings.sh","fsfs","ra_serf"], logfiles={"testlog": "tests.log", "faillog": "fails.log"}, lazylogfiles=True, timeout=3600, flunkOnFailure=True),
>        ]
>  f51 = factory.BuildFactory(s51)
>  b51 = {'name': "svn-x64-centos-gcc",
> 

----- End forwarded message -----