[Git][qa/jenkins.debian.net][master] reproducible Debian: schedule experimemental less, especially on slow archs

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Apr 11 09:19:16 BST 2024



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


Commits:
4b5f4cb0 by Holger Levsen at 2024-04-11T10:18:52+02:00
reproducible Debian: schedule experimemental less, especially on slow archs

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

- - - - -


1 changed file:

- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_scheduler.py
=====================================
@@ -138,28 +138,28 @@ LIMITS = {
             'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
-            'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
+            'experimental': {1: (1000, 30), 2: (1500, 15), '*': 2},
         },
         'i386': {
             'bullseye': {1: (1000, 0), 2: (1300, 0), '*': 0},
             'bookworm': {1: (1000, 0), 2: (1300, 0), '*': 0},
             'trixie': {1: (1000, 30), 2: (1300, 15), '*': 5},
             'unstable': {1: (1000, 30), 2: (1300, 15), '*': 5},
-            'experimental': {1: (1000, 20), 2: (1300, 10), '*': 2},
+            'experimental': {1: (1000, 15), 2: (1300, 10), '*': 2},
         },
         'arm64': {
             'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
-            'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
+            'experimental': {1: (1000, 30), 2: (1500, 15), '*': 2},
         },
         'armhf': {
             'bullseye': {1: (900, 0), 2: (1400, 0), '*': 0},
             'bookworm': {1: (900, 0), 2: (1400, 0), '*': 0},
             'trixie': {1: (1000, 30), 2: (1400, 15), '*': 5},
             'unstable': {1: (1000, 30), 2: (1400, 15), '*': 2},
-            'experimental': {1: (1000, 20), 2: (1400, 10), '*': 2},
+            'experimental': {1: (1000, 15), 2: (1400, 10), '*': 2},
         }
     },
     'depwait': {
@@ -175,7 +175,7 @@ LIMITS = {
             'bookworm': {1: (800, 200), 2: (1300, 100), '*': 0},
             'trixie': {1: (800, 400), 2: (1300, 200), '*': 5},
             'unstable': {1: (800, 400), 2: (1300, 200), '*': 5},
-            'experimental': {1: (800, 400), 2: (1300, 200), '*': 2},
+            'experimental': {1: (800, 100), 2: (1300, 50), '*': 2},
         },
         'arm64': {
             'bullseye': {1: (1000, 200), 2: (1500, 100), '*': 0},
@@ -189,7 +189,7 @@ LIMITS = {
             'bookworm': {1: (900, 200), 2: (1400, 100), '*': 0},
             'trixe': {1: (900, 400), 2: (1400, 200), '*': 5},
             'unstable': {1: (900, 400), 2: (1400, 200), '*': 5},
-            'experimental': {1: (900, 400), 2: (1400, 200), '*': 2},
+            'experimental': {1: (900, 100), 2: (1400, 50), '*': 2},
         }
     },
     'old': {
@@ -205,7 +205,7 @@ LIMITS = {
             'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 800), 2: (1500, 600), '*': 0},
             'unstable': {1: (1000, 800), 2: (1500, 600), '*': 0},
-            'experimental': {1: (800, 80), 2: (1300, 60), '*': 0},
+            'experimental': {1: (800, 50), 2: (1300, 40), '*': 0},
         },
         'arm64': {
             'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
@@ -219,7 +219,7 @@ LIMITS = {
             'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 1000), 2: (1500, 750), '*': 0},
             'unstable': {1: (1000, 1000), 2: (1500, 750), '*': 0},
-            'experimental': {1: (1000, 90), 2: (1500, 65), '*': 0},
+            'experimental': {1: (1000, 60), 2: (1500, 45), '*': 0},
         }
     }
 }



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4b5f4cb09566f67989730f6f4eebee3fa5a267a6
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/20240411/04568091/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list