[zorg] r269810 - Re-enable tests on the LLDB buildbot.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 12:50:47 PDT 2016


Author: zturner
Date: Tue May 17 14:50:47 2016
New Revision: 269810

URL: http://llvm.org/viewvc/llvm-project?rev=269810&view=rev
Log:
Re-enable tests on the LLDB buildbot.

Manually confirmed that "ninja check-lldb" is successful on
the buildbot, so crossing my fingers that we're good to go
this time.

Modified:
    zorg/trunk/buildbot/osuosl/master/config/builders.py

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=269810&r1=269809&r2=269810&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Tue May 17 14:50:47 2016
@@ -565,7 +565,7 @@ def _get_lldb_builders():
         {'name': "lldb-x86-windows-msvc2015",
          'slavenames': ["zturner-win2008"],
          'builddir': "lldb-windows-x86",
-         'factory': LLDBBuilder.getLLDBWindowsCMakeBuildFactory()},
+         'factory': LLDBBuilder.getLLDBWindowsCMakeBuildFactory(test=True)},
         # Disable the builder till we fix the cmake configuration
         #{'name': "lldb-x86-win7-msvc",
         #'slavenames': ["hexagon-build-01"],




More information about the llvm-commits mailing list