----- Forwarded message from [email protected] ----- > From: [email protected] > Subject: svn commit: r819079 - > > /infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf > To: [email protected] > Date: Fri, 25 May 2012 13:45:30 -0000 > Message-Id: <[email protected]> > 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 -----
