[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: reschedule buster even less

Holger Levsen gitlab at salsa.debian.org
Thu Sep 10 18:59:40 BST 2020



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


Commits:
5461a909 by Holger Levsen at 2020-09-10T19:59:17+02:00
reproducible Debian: reschedule buster even less

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

- - - - -


1 changed file:

- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_scheduler.py
=====================================
@@ -134,28 +134,28 @@ LIMITS = {
     'ftbfs': {
         'amd64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 40), 2: (1500, 20), '*': 5},
+            'buster': {1: (1000, 5), 2: (1500, 3), '*': 5},
             'bullseye': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
         },
         'i386': {
             'stretch': {1: (1000, 0), 2: (1300, 0), '*': 0},
-            'buster': {1: (1000, 40), 2: (1300, 20), '*': 5},
+            'buster': {1: (1000, 4), 2: (1300, 2), '*': 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},
         },
         'arm64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 40), 2: (1500, 20), '*': 5},
+            'buster': {1: (1000, 5), 2: (1500, 3), '*': 5},
             'bullseye': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
         },
         'armhf': {
             'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'buster': {1: (900, 20), 2: (1400, 10), '*': 5},
+            'buster': {1: (900, 4), 2: (1400, 2), '*': 5},
             'bullseye': {1: (900, 20), 2: (1400, 10), '*': 5},
             'unstable': {1: (900, 20), 2: (1400, 10), '*': 5},
             'experimental': {1: (900, 20), 2: (1400, 10), '*': 2},
@@ -164,28 +164,28 @@ LIMITS = {
     'depwait': {
         'amd64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 400), 2: (1500, 200), '*': 50},
+            'buster': {1: (1000, 5), 2: (1500, 3), '*': 50},
             'bullseye': {1: (1000, 400), 2: (1500, 200), '*': 50},
             'unstable': {1: (1000, 400), 2: (1500, 200), '*': 50},
             'experimental': {1: (1000, 400), 2: (1500, 200), '*': 20},
         },
         'i386': {
             'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
-            'buster': {1: (800, 400), 2: (1300, 200), '*': 50},
+            'buster': {1: (800, 3), 2: (1300, 2), '*': 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},
         },
         'arm64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 400), 2: (1500, 200), '*': 50},
+            'buster': {1: (1000, 5), 2: (1500, 3), '*': 50},
             'bullseye': {1: (1000, 400), 2: (1500, 200), '*': 50},
             'unstable': {1: (1000, 400), 2: (1500, 200), '*': 50},
             'experimental': {1: (1000, 400), 2: (1500, 200), '*': 20},
         },
         'armhf': {
             'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'buster': {1: (900, 200), 2: (1400, 100), '*': 50},
+            'buster': {1: (900, 3), 2: (1400, 2), '*': 50},
             'bullseye': {1: (900, 200), 2: (1400, 100), '*': 50},
             'unstable': {1: (900, 200), 2: (1400, 100), '*': 50},
             'experimental': {1: (900, 200), 2: (1400, 100), '*': 20},
@@ -194,28 +194,28 @@ LIMITS = {
     'old': {
         'amd64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 250), 2: (1500, 200), '*': 0},
+            'buster': {1: (1000, 150), 2: (1500, 100), '*': 0},
             'bullseye': {1: (1000, 1000), 2: (1500, 850), '*': 0},
             'unstable': {1: (1000, 1350), 2: (1500, 1150), '*': 0},
             'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
         },
         'i386': {
             'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
-            'buster': {1: (800, 225), 2: (1300, 150), '*': 0},
+            'buster': {1: (800, 100), 2: (1300, 75), '*': 0},
             'bullseye': {1: (800, 700), 2: (1300, 550), '*': 0},
             'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
             'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
         },
         'arm64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 250), 2: (1500, 175), '*': 0},
+            'buster': {1: (1000, 150), 2: (1500, 100), '*': 0},
             'bullseye': {1: (1000, 900), 2: (1500, 750), '*': 0},
             'unstable': {1: (1000, 1300), 2: (1500, 1100), '*': 0},
             'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
         },
         'armhf': {
             'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'buster': {1: (900, 200), 2: (1400, 150), '*': 0},
+            'buster': {1: (900, 100), 2: (1400, 75), '*': 0},
             'bullseye': {1: (900, 800), 2: (1400, 500), '*': 0},
             'unstable': {1: (900, 1200), 2: (1400, 800), '*': 0},
             'experimental': {1: (900, 70), 2: (1400, 50), '*': 0},



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5461a909b75ed0a1fe0d0ce859824ea6e2f033cc
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/20200910/5c312ba0/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list