[Buildbot-devel] problem with "last build" view incorrect.
Jeroen Janssen
japj at oce.nl
Mon Dec 22 08:43:15 UTC 2003
Brian Warner wrote:
>>Anyway, I put a screenshot online at
>>http://japj.org/projects/buildbot/screenshot.jpg
>>
>>
>
>That makes it much more clear. Yeah, the behavior I described could cause
>that behavior.
>
>The flag is not a part of the Step itself, but rather an argument you pass
>when you create the Step inside the BuildFactory. Take a look at
>buildbot/process/process_twisted.py in QuickTwistedBuildFactory.__init__,
>where it sets up the RunUnitTests step:
>
> steps.append((RunUnitTests, {'workdir': workdir,
> 'python': python,
> 'flunkOnFailure': 1}))
>
>That 'flunkOnFailure' flag is the important part. Each step can have its own
>defaults, but I don't think any of them enforce the propagate-failures
>behavior on you.
>
>
Thanks very much, this solution indeed solved my problem.
--
Best regards,
Jeroen Janssen
+++
"Luck is my middle name," said Rincewind, indistinctly. "Mind you, my first
name is Bad."
-- (Terry Pratchett, Interesting Times)
+++
More information about the devel
mailing list