[152536] contrib/buildbot-test/master.cfg

ryandesign at macports.org ryandesign at macports.org
Sun Sep 11 22:17:35 PDT 2016


Revision: 152536
          https://trac.macports.org/changeset/152536
Author:   ryandesign at macports.org
Date:     2016-09-11 22:17:35 -0700 (Sun, 11 Sep 2016)
Log Message:
-----------
buildbot-test: disable useProgress for ports

Different ports take different amounts of time to build so prior build runs 
are not a good estimate of how long subsequent build runs will take.

Suggested in #51995

Modified Paths:
--------------
    contrib/buildbot-test/master.cfg

Modified: contrib/buildbot-test/master.cfg
===================================================================
--- contrib/buildbot-test/master.cfg	2016-09-12 04:00:14 UTC (rev 152535)
+++ contrib/buildbot-test/master.cfg	2016-09-12 05:17:35 UTC (rev 152536)
@@ -320,6 +320,7 @@
 
 def make_portwatcher_factory(triggerable):
     portwatcher_factory = BuildFactory()
+    portwatcher_factory.useProgress = False
     portwatcher_factory.workdir = '../build'
 
     # get mp-buildbot; we'll do the checkout of base and dports via these scripts
@@ -395,6 +396,7 @@
 # -- Port Builder --
 
 portbuilder_factory = BuildFactory()
+portbuilder_factory.useProgress = False
 portbuilder_factory.workdir = '../build'
 logdir = os.path.join(portbuilder_factory.workdir, "logs")
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160911/303b6e23/attachment.html>


More information about the macports-changes mailing list