jesikmin updated this revision to Diff 69780.
jesikmin added a comment.

Added haltOnFaulure=False flag.


https://reviews.llvm.org/D24062

Files:
  zorg/buildbot/builders/LLDBBuilder.py

Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/buildbot/builders/LLDBBuilder.py
@@ -953,7 +953,7 @@
                         command=[pathSep + 'updateToolChain' + scriptExt],
                         description=["Update NDK toolchain"],
                         flunkOnFailure=False,
-                        warnOnFailure=False)
+                        haltOnFailure=False)
 
     # Configure
     getShellCommandStep(f, name='cmake local',


Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/buildbot/builders/LLDBBuilder.py
@@ -953,7 +953,7 @@
                         command=[pathSep + 'updateToolChain' + scriptExt],
                         description=["Update NDK toolchain"],
                         flunkOnFailure=False,
-                        warnOnFailure=False)
+                        haltOnFailure=False)
 
     # Configure
     getShellCommandStep(f, name='cmake local',
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to