summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-14 12:34:08 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-14 12:34:08 +0200
commitaacfc09676b96b2448dbae0584be099e0c2663bf (patch)
tree97f5f8958593ecb9aa55304314c89c4c3d785ee9 /bin/reproducible_scheduler.py
parent88ddade115ca702929643ff9ea844536d1e84b85 (diff)
downloadjenkins.debian.net-aacfc09676b96b2448dbae0584be099e0c2663bf.tar.xz
reproducible Debian: schedule more old packages in sid than in stretch
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 38ab93b5..e3819cb9 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -159,23 +159,23 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (500, 1000), 2: (850, 850), '*': 0},
- 'unstable': {1: (500, 1000), 2: (850, 850), '*': 0},
+ 'testing': {1: (500, 900), 2: (850, 750), '*': 0},
+ 'unstable': {1: (500, 1100), 2: (850, 950), '*': 0},
'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
},
'i386': {
- 'testing': {1: (500, 900), 2: (850, 650), '*': 0},
- 'unstable': {1: (500, 900), 2: (850, 650), '*': 0},
+ 'testing': {1: (500, 800), 2: (850, 550), '*': 0},
+ 'unstable': {1: (500, 1000), 2: (850, 750), '*': 0},
'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
},
'arm64': {
- 'testing': {1: (500, 1000), 2: (850, 850), '*': 0},
- 'unstable': {1: (500, 1000), 2: (850, 850), '*': 0},
+ 'testing': {1: (500, 900), 2: (850, 750), '*': 0},
+ 'unstable': {1: (500, 1100), 2: (850, 950), '*': 0},
'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
},
'armhf': {
- 'testing': {1: (500, 800), 2: (850, 500), '*': 0},
- 'unstable': {1: (500, 800), 2: (850, 500), '*': 0},
+ 'testing': {1: (500, 700), 2: (850, 400), '*': 0},
+ 'unstable': {1: (500, 900), 2: (850, 600), '*': 0},
'experimental': {1: (500, 70), 2: (850, 50), '*': 0},
}
}