[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: schedule more packages for amd64 and arm64
Holger Levsen
holger at layer-acht.org
Mon May 1 13:26:14 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 da2123aa0c58fefbf6e76c5480416cf1bafd564b
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 1 15:26:06 2017 +0200
reproducible Debian: schedule more packages for amd64 and arm64
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_scheduler.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index c12d1b1..afb6020 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -71,8 +71,8 @@ MAXIMA = {'amd64': 750, 'i386': 750, 'arm64': 1000, 'armhf': 750}
LIMITS = {
'untested': {
'amd64': {
- 'testing': {'*': 440},
- 'unstable': {'*': 440},
+ 'testing': {'*': 600},
+ 'unstable': {'*': 600},
'experimental': {'*': 440},
},
'i386': {
@@ -159,9 +159,9 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
- 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
- 'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
+ 'testing': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'unstable': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'i386': {
'testing': {1: (300, 800), 2: (500, 500), '*': 0},
@@ -169,9 +169,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'arm64': {
- 'testing': {1: (300, 800), 2: (500, 500), '*': 0},
- 'unstable': {1: (300, 800), 2: (500, 500), '*': 0},
- 'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
+ 'testing': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'unstable': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'armhf': {
'testing': {1: (300, 800), 2: (500, 500), '*': 0},
--
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