[zorg] r182318 - Add an empty factory for new lnt builders on the phased buildmaster.

David Dean david_dean at apple.com
Mon May 20 14:47:20 PDT 2013


Author: ddean
Date: Mon May 20 16:47:20 2013
New Revision: 182318

URL: http://llvm.org/viewvc/llvm-project?rev=182318&view=rev
Log:
Add an empty factory for new lnt builders on the phased buildmaster.

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

Modified: zorg/trunk/zorg/buildbot/builders/LNTBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/LNTBuilder.py?rev=182318&r1=182317&r2=182318&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/LNTBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/LNTBuilder.py Mon May 20 16:47:20 2013
@@ -133,3 +133,9 @@ def AddLNTTestsToFactory(f, nt_flags, cc
                       'report.json' : 'nt/build/report.json'},
             env=env))
     return f
+
+def CreateLNTNightlyFactory(nt_flags, cc_path=None, cxx_path=None,
+                            parallel = False, jobs = '%(jobs)s',
+                            db_url=None):
+    f = buildbot.process.factory.BuildFactory()
+    return f





More information about the llvm-commits mailing list