This revision was automatically updated to reflect the committed changes.
Closed by commit rL280177: Removed warnOnFailure flag for the step for running 
NDK update script. (authored by jesikmin).

Changed prior to commit:
  https://reviews.llvm.org/D24062?vs=69780&id=69782#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24062

Files:
  zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py

Index: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/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/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/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