[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.42-62-g53a9fb8

Holger Levsen holger at layer-acht.org
Sun Apr 1 09:46:05 UTC 2012


The following commit has been merged in the piatti branch:
commit 53a9fb8745317fcdc29bfbbd4e2b6dd51a815369
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Apr 1 11:45:41 2012 +0200

    fixup last commit

diff --git a/README.txt b/README.txt
index 60654b1..20542de 100644
--- a/README.txt
+++ b/README.txt
@@ -436,7 +436,7 @@ is being run.
 
 * "upgrade-test-chroot-tgz" is the name of the file the slave should use for the tarball to keep the chroot for the first distribution in upgrade-test-distros. If the file does not exist, the slave creates it. This can be left empty if only basic tests should be run.
 
-* "max-reserved" is the maximum number of packages the slave will reserve at once. It should be large enough that the host that runs master is not unduly stressed by frequent ssh logins and running master (both of which take quite a bit of CPU cycles), yet at the same time it should not be so large that one slave grabs so many packages all other slaves just sit idle. The number obviously depends on the speed of the slave. A good value seems to be enough to let the slave test packages for about an hour before reporting results and reserving more. For a contemporary AMD64 machine with a reasonably fast disk subsystem the value 50 seems to work fine.
+* "max-reserved" is the maximum number of packages the slave will reserve at once. It should be large enough that the host that runs master is not unduly stressed by frequent ssh logins and running master (both of which take quite a bit of CPU cycles), yet at the same time it should not be so large that one slave grabs so many packages all other slaves just sit idle. The number obviously depends on the speed of the slave. A good value seems to be enough to let the slave test packages for about an hour before reporting results and reserving more. For a contemporary AMD64 machine with a reasonably fast disk subsystem the value 50 seems to work fine. To disable a section set this to 0.
 
 * "keep-sources-list" controls whether the slave runs piuparts with the '--keep-sources-list' option.  This option does not apply to upgrade tests.  The value should be "yes" or "no", with the default being "no".  Use this option for dists that you need a custom sources.list for, such as "stable-proposed-updates".
 
diff --git a/piuparts-report.py b/piuparts-report.py
index d8eebbf..3a7b6ef 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -419,6 +419,7 @@ class Config(piupartslib.conf.Config):
                 "master-directory": ".",
                 "description": "",
                 "known_circular_depends": "",
+                "max-reserved": 1, 
             }, "")
 
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list