#1699: Add support for wild-card matching for logfiles parameter in build steps
------------------------+---------------------------------------------------
Reporter: lantictac | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: undecided
Version: 0.8.2 | Keywords: log
------------------------+---------------------------------------------------
We currently have a set of test steps in our build process that contain
many test "runners" that process in parallel within the same build step.
Each test runner outputs its own log and we want to follow them all via
the waterfall.
However one issue is that we need to explicitly declare the logs we want
to follow in the master.cfg when in reality this list is defined
externally and dynamically. This messy task could be avoided if the build
step could support wild cards matching for log files.
ie.
{{{
f.addStep(ShellCommand(command=cmd,
description=['testing'],
descriptionDone=['test'],
logfiles={'* output' : '*_test.log'}))
}}}
So: "foo_test.log" -> "foo output"
If I get the chance I might take a look myself... But the question is,
does this sound like a sensible addition?
--
Ticket URL: <http://buildbot.net/trac/ticket/1699>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits