[Git][qa/jenkins.debian.net][master] 3 commits: reproducible Debian: stop scheduling ftbfs packages in bullseye

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Nov 4 17:10:11 GMT 2023



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


Commits:
66d6790b by Holger Levsen at 2023-11-04T18:04:11+01:00
reproducible Debian: stop scheduling ftbfs packages in bullseye

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

- - - - -
5045b645 by Holger Levsen at 2023-11-04T18:06:36+01:00
reproducible Debian: stop scheduling already tested package/version in bookworm

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

- - - - -
8eccb4d0 by Holger Levsen at 2023-11-04T18:09:36+01:00
reproducible Debian: stop scheduling ftbfs packages in bookworm

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

- - - - -


1 changed file:

- bin/reproducible_scheduler.py


Changes:

=====================================
bin/reproducible_scheduler.py
=====================================
@@ -143,32 +143,32 @@ LIMITS = {
     'ftbfs': {
         'amd64': {
             'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'bullseye': {1: (1000, 10), 2: (1500, 10), '*': 5},
-            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 5},
+            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 5},
+            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 5},
             'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
         },
         'i386': {
             'buster': {1: (1000, 0), 2: (1300, 0), '*': 0},
-            'bullseye': {1: (1000, 20), 2: (1300, 10), '*': 5},
-            'bookworm': {1: (1000, 20), 2: (1300, 10), '*': 5},
-            'trixie': {1: (1000, 40), 2: (1300, 20), '*': 5},
+            'bullseye': {1: (1000, 0), 2: (1300, 0), '*': 5},
+            'bookworm': {1: (1000, 0), 2: (1300, 0), '*': 5},
+            'trixie': {1: (1000, 20), 2: (1300, 10), '*': 5},
             'unstable': {1: (1000, 40), 2: (1300, 20), '*': 5},
             'experimental': {1: (1000, 40), 2: (1300, 20), '*': 2},
         },
         'arm64': {
             'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'bullseye': {1: (1000, 20), 2: (1500, 10), '*': 5},
-            'bookworm': {1: (1000, 20), 2: (1500, 10), '*': 5},
+            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 5},
+            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 5},
             'trixie': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'experimental': {1: (1000, 40), 2: (1500, 20), '*': 2},
         },
         'armhf': {
             'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'bullseye': {1: (900, 10), 2: (1400, 5), '*': 5},
-            'bookworm': {1: (900, 10), 2: (1400, 5), '*': 5},
+            'bullseye': {1: (900, 0), 2: (1400, 0), '*': 5},
+            'bookworm': {1: (900, 0), 2: (1400, 0), '*': 5},
             'trixie': {1: (900, 20), 2: (1400, 10), '*': 5},
             'unstable': {1: (900, 20), 2: (1400, 10), '*': 5},
             'experimental': {1: (900, 20), 2: (1400, 10), '*': 2},
@@ -212,7 +212,7 @@ LIMITS = {
         'amd64': {
             'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
+            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 1200), 2: (1500, 1000), '*': 0},
             'unstable': {1: (1000, 1350), 2: (1500, 1150), '*': 0},
             'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
@@ -220,7 +220,7 @@ LIMITS = {
         'i386': {
             'buster': {1: (800, 0), 2: (1300, 0), '*': 0},
             'bullseye': {1: (800, 0), 2: (1300, 0), '*': 0},
-            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
+            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 1000), 2: (1500, 850), '*': 0},
             'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
             'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
@@ -228,7 +228,7 @@ LIMITS = {
         'arm64': {
             'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
+            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 1200), 2: (1500, 1000), '*': 0},
             'unstable': {1: (1000, 1300), 2: (1500, 1100), '*': 0},
             'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
@@ -236,7 +236,7 @@ LIMITS = {
         'armhf': {
             'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
             'bullseye': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'bookworm': {1: (1000, 10), 2: (1500, 10), '*': 0},
+            'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'trixie': {1: (1000, 900), 2: (1500, 600), '*': 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/-/compare/beca4dce8732786bd204430b244547bcf99bf482...8eccb4d0a6b1cb6705f60ab8dccc351bc7b52b94

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/beca4dce8732786bd204430b244547bcf99bf482...8eccb4d0a6b1cb6705f60ab8dccc351bc7b52b94
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/20231104/9e326de6/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list