[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: schedule i386+armhf sooner
Holger Levsen
holger at layer-acht.org
Mon May 1 23:23:34 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 8048b0857e98062d63ef973bf22033efa9551e79
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue May 2 01:23:28 2017 +0200
reproducible Debian: schedule i386+armhf sooner
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_scheduler.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 0682d12..3f25b71 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -164,9 +164,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'i386': {
- '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, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (600, 500), '*': 0},
+ 'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'arm64': {
'testing': {1: (500, 1000), 2: (600, 750), '*': 0},
@@ -174,9 +174,9 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'armhf': {
- '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, 500), '*': 0},
+ 'unstable': {1: (300, 800), 2: (600, 500), '*': 0},
+ 'experimental': {1: (300, 70), 2: (600, 50), '*': 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