[Buildbot-devel] Default for haltOnFailure?, was Re: Some questions
Charles Lepple
clepple at gmail.com
Fri Jun 20 14:19:43 UTC 2008
On Fri, Jun 20, 2008 at 6:13 AM, Axel Hecht <l10n.moz at googlemail.com> wrote:
> See http://buildbot.net/repos/release/buildbot/process/buildstep.py.
>
> # these parameters are used by the parent Build object to decide how to
> # interpret our results. haltOnFailure will affect the build process
> # immediately, the others will be taken into consideration when
> # determining the overall build status.
> #
> haltOnFailure = False
> flunkOnWarnings = False
> flunkOnFailure = False
> warnOnWarnings = False
> warnOnFailure = False
>
>
> Some of these questions are most easily answered by the source :-)
... but note that some of the buildsteps override them:
http://buildbot.net/repos/release/buildbot/steps/shell.py
specifically, ShellCommands have flunkOnFailure = True
--
- Charles Lepple
More information about the devel
mailing list