[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: treat bullseye like sid when scheduling, to allow sid to catch up a bit

Holger Levsen gitlab at salsa.debian.org
Sun Mar 1 00:07:49 GMT 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
4608f60e by Holger Levsen at 2020-03-01T01:07:40+01:00
reproducible Debian: treat bullseye like sid when scheduling, to allow sid to catch up a bit

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_scheduler.py
=====================================
@@ -142,7 +142,7 @@ LIMITS = {
         'i386': {
             'stretch': {1: (1000, 0), 2: (1300, 0), '*': 0},
             'buster': {1: (1000, 40), 2: (1300, 20), '*': 5},
-            'bullseye': {1: (1000, 40), 2: (1500, 20), '*': 5},
+            'bullseye': {1: (1000, 40), 2: (1300, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1300, 20), '*': 5},
             'experimental': {1: (1000, 40), 2: (1300, 20), '*': 2},
         },
@@ -172,7 +172,7 @@ LIMITS = {
         'i386': {
             'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
             'buster': {1: (800, 400), 2: (1300, 200), '*': 50},
-            'bullseye': {1: (1000, 400), 2: (1500, 200), '*': 50},
+            'bullseye': {1: (800, 400), 2: (1300, 200), '*': 50},
             'unstable': {1: (800, 400), 2: (1300, 200), '*': 50},
             'experimental': {1: (800, 400), 2: (1300, 200), '*': 20},
         },
@@ -202,7 +202,7 @@ LIMITS = {
         'i386': {
             'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
             'buster': {1: (800, 750), 2: (1300, 600), '*': 0},
-            'bullseye': {1: (1000, 900), 2: (1500, 750), '*': 0},
+            'bullseye': {1: (800, 900), 2: (1300, 750), '*': 0},
             'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
             'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
         },



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4608f60e9d1c593d0596466a09e0d085dec4483c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4608f60e9d1c593d0596466a09e0d085dec4483c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200301/0b817c41/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list