jesikmin created this revision.
jesikmin added reviewers: chying, gkistanova.
jesikmin added a subscriber: lldb-commits.

Removed warnOnFailure flag for the step for running NDK update script.

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
@@ -952,8 +952,7 @@
     getShellCommandStep(f, name='ndk download and toolchains update',
                         command=[pathSep + 'updateToolChain' + scriptExt],
                         description=["Update NDK toolchain"],
-                        flunkOnFailure=False,
-                        warnOnFailure=False)
+                        flunkOnFailure=False)
 
     # Configure
     getShellCommandStep(f, name='cmake local',


Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/buildbot/builders/LLDBBuilder.py
@@ -952,8 +952,7 @@
     getShellCommandStep(f, name='ndk download and toolchains update',
                         command=[pathSep + 'updateToolChain' + scriptExt],
                         description=["Update NDK toolchain"],
-                        flunkOnFailure=False,
-                        warnOnFailure=False)
+                        flunkOnFailure=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