summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-01 18:15:18 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-01 18:15:18 +0200
commit64c2c1cea785ff15227eba9f99afc14b6d350af6 (patch)
tree23bc2730afd849a87d9f89491e39e75e72dc89bd /bin/reproducible_scheduler.py
parent887944e3be97a257a960a3079180e136418073c4 (diff)
downloadjenkins.debian.net-64c2c1cea785ff15227eba9f99afc14b6d350af6.tar.xz
reproducible Debian: schedule even more packages for amd64 and arm64
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 21bfdf0f..0682d12a 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -159,8 +159,8 @@ LIMITS = {
},
'old': {
'amd64': {
- 'testing': {1: (300, 800), 2: (600, 600), '*': 0},
- 'unstable': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'testing': {1: (500, 1000), 2: (600, 750), '*': 0},
+ 'unstable': {1: (500, 1000), 2: (600, 750), '*': 0},
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'i386': {
@@ -169,8 +169,8 @@ LIMITS = {
'experimental': {1: (300, 70), 2: (500, 50), '*': 0},
},
'arm64': {
- 'testing': {1: (300, 800), 2: (600, 600), '*': 0},
- 'unstable': {1: (300, 800), 2: (600, 600), '*': 0},
+ 'testing': {1: (500, 1000), 2: (600, 750), '*': 0},
+ 'unstable': {1: (500, 1000), 2: (600, 750), '*': 0},
'experimental': {1: (300, 70), 2: (600, 50), '*': 0},
},
'armhf': {