From dfdcc8682eee19ed5d596ab0be7326c573fe8c7b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 21 Dec 2015 18:07:56 +0100 Subject: reproducible armhf: raise MAXIMA on armhf, to schedule less often --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 8fd7fc5d..7daeabd1 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -61,7 +61,7 @@ So, the 3rd step happens only when there are more than 350 packages queued up. Finally, MINIMUM_AGE is respected when scheduling old versions. """ -MAXIMA = {'amd64': 750, 'armhf': 250} +MAXIMA = {'amd64': 750, 'armhf': 375} LIMITS = { 'untested': { -- cgit v1.2.3-54-g00ecf