[zorg] r285374 - Remove directory should not flunk on failure. It might be missing in the first place.

Galina Kistanova via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 18:27:30 PDT 2016


Author: gkistanova
Date: Thu Oct 27 20:27:29 2016
New Revision: 285374

URL: http://llvm.org/viewvc/llvm-project?rev=285374&view=rev
Log:
Remove directory should not flunk on failure. It might be missing in the first place.

Modified:
    zorg/trunk/zorg/buildbot/builders/ClangAndLLDBuilder.py

Modified: zorg/trunk/zorg/buildbot/builders/ClangAndLLDBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangAndLLDBuilder.py?rev=285374&r1=285373&r2=285374&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangAndLLDBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangAndLLDBuilder.py Thu Oct 27 20:27:29 2016
@@ -82,6 +82,7 @@ def getClangAndLLDBuildFactory(
         f.addStep(ShellCommand(name="rm-llvm_objdir",
                                command=shellCommand,
                                haltOnFailure=False,
+                               flunkOnFailure=False,
                                description=["rm build dir", "llvm"],
                                workdir=".",
                                env=merged_env))




More information about the llvm-commits mailing list