[zorg] r280160 - [zorg] Add a step to run NDK update step to the scripted LLDB builder

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 30 15:54:08 PDT 2016


Hi Jesik,

Just noticed there is no argument 'warnOnFailure'​ in getShellCommandStep.
Please make correction.

Thanks

Galina


On Tue, Aug 30, 2016 at 2:27 PM, Jesik Min via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: jesikmin
> Date: Tue Aug 30 16:27:04 2016
> New Revision: 280160
>
> URL: http://llvm.org/viewvc/llvm-project?rev=280160&view=rev
> Log:
> [zorg] Add a step to run NDK update step to the scripted LLDB builder
>
> Summary:
> This is an additional step to the lldb buildbots for automating NDKs to
> the latest version.
>
> Reviewers: chying, gkistanova
>
> Subscribers: llvm-commits
>
> Differential Revision: https://reviews.llvm.org/D22552
>
> Modified:
>     zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
>
> Modified: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
> URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/
> buildbot/builders/LLDBBuilder.py?rev=280160&r1=280159&r2=280160&view=diff
> ============================================================
> ==================
> --- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py (original)
> +++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py Tue Aug 30 16:27:04
> 2016
> @@ -948,6 +948,13 @@ def getLLDBScriptCommandsFactory(
>                property="got_revision",
>                workdir="scripts"))
>
> +    # Update NDK and create toolchains
> +    getShellCommandStep(f, name='ndk download and toolchains update',
> +                        command=[pathSep + 'updateToolChain' + scriptExt],
> +                        description=["Update NDK toolchain"],
> +                        flunkOnFailure=False,
> +                        warnOnFailure=False)
> +
>      # Configure
>      getShellCommandStep(f, name='cmake local',
>                          command=[pathSep + 'cmake' + scriptExt])
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160830/a8b7a9ef/attachment.html>


More information about the llvm-commits mailing list