[zorg] r183240 - Update comments/documentation for phased LNT build factory.

David Dean david_dean at apple.com
Tue Jun 4 11:10:17 PDT 2013


Author: ddean
Date: Tue Jun  4 13:10:16 2013
New Revision: 183240

URL: http://llvm.org/viewvc/llvm-project?rev=183240&view=rev
Log:
Update comments/documentation for phased LNT build factory.

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=183240&r1=183239&r2=183240&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/LNTBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/LNTBuilder.py Tue Jun  4 13:10:16 2013
@@ -168,11 +168,15 @@ def CreateLNTNightlyFactory(nt_flags, cc
     # cc_path   : explicit path to c compiler
     # cxx_path  : explicit path to c++ compiler
     # parallel  : set to True if using multiple cores for faster turnaround
-    #            set to False if measuring performance
+    #             set to False if measuring performance
+    # db_url    : set to the submission URL for an LNT database when measuring 
+    #             performance
+    # external_URL : Used to pull additional tests from a separate svn 
+    #                repository
     # Properties set externally but used by this method:
     # builddir  : This property is set below
     # jobs      : This property is set by the slave, it indicates the number of
-    #            cores availble to use.
+    #             cores availble to use.
     # revision  : This property should be set by an upstream builder.
     # slavename : This property is set by the slave
     # buildername : This property is set by the master





More information about the llvm-commits mailing list