[Buildbot-devel] Viewing multiple, dynamic log files created by integration test suite

Peter MacRobert originalpete at gmail.com
Tue Jun 16 16:32:28 UTC 2009


Hi there

I'm using buildbot to run the integration suite for a Ruby on Rails project.
We're using RSpec for TDD, and rcov for measuring code coverage. Most of the
build is controlled by a ruby rake file with a simple buildbot factory to
kick off the process.

RSpec dumps all the spec pass/fail output to a single html file on the
buildslave, which is fairly simple to display in the waterfall view using
addHTMLLog. However, rcov generates one html file per ruby file, plus an
index.html overview. This results in a folder containing an indeterminate
number of "log" files, all of which need to be copied (or linked) to the
waterfall view on the master node once the build is complete.

My question is - what's the "standard" way to bring all these rcov html
files across from the slave to the master and link to them from the
waterfall?

Please shout if you need more background info, and thanks in advance for
your help.

Peter

-- 
Peter MacRobert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090616/1079dd41/attachment.html>


More information about the devel mailing list