[Buildbot-devel] Dynamically evaluated step status

Dustin J. Mitchell dustin at zmanda.com
Thu Feb 26 14:45:37 UTC 2009


On Wed, Feb 25, 2009 at 7:46 PM, Drew Davenport
<drewdavenport.dev at gmail.com> wrote:
> Is this possible? I have done some digging and it looks like the logs/status
> are pretty much static once a build is complete. I am investigating how I
> might bolt this on, but any guidance would be greatly appreciated.

I don't think that changing the status after a step has completed is
practical, but certainly you can poll this "external process" in a
build step and reflects its outcome in the pass/fail status of the
build test.  Something as simple as
  ShellCommand(command="./poll-external-process.sh")
could do the trick.

Dustin

-- 
Storage Software Engineer
http://www.zmanda.com




More information about the devel mailing list