summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-25 03:37:06 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-25 03:37:06 +0200
commitf36a6e74ce0b39b40ef01f48d797a1d2bb8bcaa4 (patch)
tree5a1cc4feffe120dac24c04fbc9b7687bc367ea32
parent44d677ee80c724399f5a71ee082b4c91e471c558 (diff)
downloadjenkins.debian.net-f36a6e74ce0b39b40ef01f48d797a1d2bb8bcaa4.tar.xz
reproducible: schedule tested packages in testing/amd64 more often, but not as often as unstable/amd64
-rwxr-xr-xbin/reproducible_scheduler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index ccbfd20e..bb0fc5ad 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -102,8 +102,8 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 250), 2: (400, 300), '*': 0},
- 'unstable': {1: (300, 500), 2: (400, 600), '*': 0},
+ 'testing': {1: (300, 333), 2: (400, 400), '*': 0},
+ 'unstable': {1: (300, 444), 2: (400, 500), '*': 0},
'experimental': {1: (300, 35), 2: (400, 25), '*': 0},
},
'armhf': {