[zorg] r180699 - [llvmlab] Move the polling interval of llvmlab to 2 minutes to match osuosl polling times.

Michael Gottesman mgottesman at apple.com
Mon Apr 29 00:04:42 PDT 2013


Author: mgottesman
Date: Mon Apr 29 02:04:42 2013
New Revision: 180699

URL: http://llvm.org/viewvc/llvm-project?rev=180699&view=rev
Log:
[llvmlab] Move the polling interval of llvmlab to 2 minutes to match osuosl polling times.

Modified:
    zorg/trunk/buildbot/llvmlab/master/master.cfg

Modified: zorg/trunk/buildbot/llvmlab/master/master.cfg
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/llvmlab/master/master.cfg?rev=180699&r1=180698&r2=180699&view=diff
==============================================================================
--- zorg/trunk/buildbot/llvmlab/master/master.cfg (original)
+++ zorg/trunk/buildbot/llvmlab/master/master.cfg Mon Apr 29 02:04:42 2013
@@ -74,7 +74,8 @@ from buildbot.changes.svnpoller import s
 c['change_source'] = [PBChangeSource()]
 c['change_source'].append(SVNPoller(
     svnurl="http://10.1.1.2/svn/llvm-project/",
-    split_file=split_file_projects_branches))
+    split_file=split_file_projects_branches,
+    pollinterval=2*60))
 c['revlink'] = revlinks.RevlinkMatch([r'http://10.1.1.2/svn/llvm-project.*'],
                                       r'http://llvm.org/viewvc/llvm-project?view=rev&revision=%s')
 





More information about the llvm-commits mailing list