[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: lower maximum amounts of new packages being scheduled (hoping this speeds up things a bit)
Holger Levsen
holger at layer-acht.org
Mon May 1 16:15:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 887944e3be97a257a960a3079180e136418073c4
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 1 18:12:38 2017 +0200
reproducible Debian: lower maximum amounts of new packages being scheduled (hoping this speeds up things a bit)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_scheduler.py | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index afb6020..21bfdf0 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -71,24 +71,24 @@ MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750}
LIMITS = {
'untested': {
'amd64': {
- 'testing': {'*': 600},
- 'unstable': {'*': 600},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
'i386': {
- 'testing': {'*': 440},
- 'unstable': {'*': 440},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
'arm64': {
- 'testing': {'*': 660},
- 'unstable': {'*': 660},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
'armhf': {
- 'testing': {'*': 440},
- 'unstable': {'*': 440},
- 'experimental': {'*': 440},
+ 'testing': {'*': 100},
+ 'unstable': {'*': 100},
+ 'experimental': {'*': 100},
},
},
'new': {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list