[Buildbot-devel] Default for haltOnFailure?, was Re: Some questions

Axel Hecht l10n.moz at googlemail.com
Fri Jun 20 10:13:35 UTC 2008


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 :-)

Axel

2008/6/20 Dennis Schridde <devurandom at gmx.net>:
> Hi!
>
> As requested by Ben Finney, I split up my questions into seperate emails.
>
> What is the default for haltOnFailure and warnOnWarnings, etc (BuildStep)?
>
> Thanks in advance,
> Dennis
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Buildbot-devel mailing list
> Buildbot-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/buildbot-devel
>
>




More information about the devel mailing list