[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 3 commits: reproducible Debian: stop scheduling old packages for bullseye

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Sep 30 17:56:40 BST 2021



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


Commits:
dc2695c7 by Holger Levsen at 2021-09-30T18:52:23+02:00
reproducible Debian: stop scheduling old packages for bullseye

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

- - - - -
99840169 by Holger Levsen at 2021-09-30T18:54:57+02:00
reproducible Debian: really stop scheduling ftbfs+depwait packages for buster

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

- - - - -
bf30f8b9 by Holger Levsen at 2021-09-30T18:56:27+02:00
cleanup TODO, bullseye upgrade completed

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

- - - - -


2 changed files:

- TODO
- bin/reproducible_scheduler.py


Changes:

=====================================
TODO
=====================================
@@ -28,16 +28,6 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 * salsa stuff:
 ** triggers for d-i repos are missing
 
-=== since bookworm development
-
-* rb_scheulder.py: stop scheduling ftbfs+depwait for buster
-* rb_scheulder.py: start scheduling old for bookworm, stop old for bullseye (once evertything has been build after 2021-08-17)
-* jenkins bullseye upgrade fallout:
-	Configuration file '/etc/munin/templates/partial/navigation.tmpl'
-	 ==> Modified (by you or by a script) since installation.
-	 The default action is to keep your current version.
-
-
 === nodes at OSUOSL
 
 * add to README 


=====================================
bin/reproducible_scheduler.py
=====================================
@@ -142,7 +142,7 @@ LIMITS = {
     'ftbfs': {
         'amd64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 0), 2: (1500, 0), '*': 2},
+            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bullseye': {1: (1000, 20), 2: (1500, 10), '*': 5},
             'bookworm': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
@@ -150,7 +150,7 @@ LIMITS = {
         },
         'i386': {
             'stretch': {1: (1000, 0), 2: (1300, 0), '*': 0},
-            'buster': {1: (1000, 0), 2: (1300, 0), '*': 2},
+            'buster': {1: (1000, 0), 2: (1300, 0), '*': 0},
             'bullseye': {1: (1000, 20), 2: (1300, 10), '*': 5},
             'bookworm': {1: (1000, 40), 2: (1300, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1300, 20), '*': 5},
@@ -158,7 +158,7 @@ LIMITS = {
         },
         'arm64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 0), 2: (1500, 0), '*': 2},
+            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bullseye': {1: (1000, 20), 2: (1500, 10), '*': 5},
             'bookworm': {1: (1000, 40), 2: (1500, 20), '*': 5},
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
@@ -166,7 +166,7 @@ LIMITS = {
         },
         'armhf': {
             'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'buster': {1: (900, 0), 2: (1400, 0), '*': 2},
+            'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
             'bullseye': {1: (900, 10), 2: (1400, 5), '*': 5},
             'bullseye': {1: (900, 20), 2: (1400, 10), '*': 5},
             'unstable': {1: (900, 20), 2: (1400, 10), '*': 5},
@@ -176,7 +176,7 @@ LIMITS = {
     'depwait': {
         'amd64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 0), 2: (1500, 0), '*': 50},
+            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bullseye': {1: (1000, 200), 2: (1500, 100), '*': 50},
             'bookworm': {1: (1000, 400), 2: (1500, 200), '*': 50},
             'unstable': {1: (1000, 400), 2: (1500, 200), '*': 50},
@@ -184,7 +184,7 @@ LIMITS = {
         },
         'i386': {
             'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
-            'buster': {1: (800, 0), 2: (1300, 0), '*': 50},
+            'buster': {1: (800, 0), 2: (1300, 0), '*': 0},
             'bullseye': {1: (800, 200), 2: (1300, 100), '*': 50},
             'bookworm': {1: (800, 400), 2: (1300, 200), '*': 50},
             'unstable': {1: (800, 400), 2: (1300, 200), '*': 50},
@@ -192,7 +192,7 @@ LIMITS = {
         },
         'arm64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'buster': {1: (1000, 0), 2: (1500, 0), '*': 50},
+            'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bullseye': {1: (1000, 200), 2: (1500, 100), '*': 50},
             'bookworm': {1: (1000, 400), 2: (1500, 200), '*': 50},
             'unstable': {1: (1000, 400), 2: (1500, 200), '*': 50},
@@ -200,7 +200,7 @@ LIMITS = {
         },
         'armhf': {
             'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'buster': {1: (900, 0), 2: (1400, 0), '*': 50},
+            'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
             'bullseye': {1: (900, 100), 2: (1400, 50), '*': 50},
             'bookworm': {1: (900, 200), 2: (1400, 100), '*': 50},
             'unstable': {1: (900, 200), 2: (1400, 100), '*': 50},
@@ -211,7 +211,7 @@ LIMITS = {
         'amd64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'bullseye': {1: (1000, 300), 2: (1500, 200), '*': 0},
+            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bookworm': {1: (1000, 1200), 2: (1500, 1000), '*': 0},
             'unstable': {1: (1000, 1350), 2: (1500, 1150), '*': 0},
             'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
@@ -219,7 +219,7 @@ LIMITS = {
         'i386': {
             'stretch': {1: (800, 0), 2: (1300, 0), '*': 0},
             'buster': {1: (800, 0), 2: (1300, 0), '*': 0},
-            'bullseye': {1: (800, 250), 2: (1300, 150), '*': 0},
+            'bullseye': {1: (800, 0), 2: (1300, 0), '*': 0},
             'bookworm': {1: (1000, 1000), 2: (1500, 850), '*': 0},
             'unstable': {1: (800, 1100), 2: (1300, 950), '*': 0},
             'experimental': {1: (800, 70), 2: (1300, 50), '*': 0},
@@ -227,7 +227,7 @@ LIMITS = {
         'arm64': {
             'stretch': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'buster': {1: (1000, 0), 2: (1500, 0), '*': 0},
-            'bullseye': {1: (1000, 300), 2: (1500, 200), '*': 0},
+            'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bookworm': {1: (1000, 1200), 2: (1500, 1000), '*': 0},
             'unstable': {1: (1000, 1300), 2: (1500, 1100), '*': 0},
             'experimental': {1: (1000, 70), 2: (1500, 50), '*': 0},
@@ -235,7 +235,7 @@ LIMITS = {
         'armhf': {
             'stretch': {1: (900, 0), 2: (1400, 0), '*': 0},
             'buster': {1: (900, 0), 2: (1400, 0), '*': 0},
-            'bullseye': {1: (900, 300), 2: (1400, 200), '*': 0},
+            'bullseye': {1: (900, 0), 2: (1400, 0), '*': 0},
             'bookworm': {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/8658f0dc3ff513c70a1c3a6f70106064e5899f1b...bf30f8b9e31eb08fce7c7dcbf4541bef31dee024

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8658f0dc3ff513c70a1c3a6f70106064e5899f1b...bf30f8b9e31eb08fce7c7dcbf4541bef31dee024
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/20210930/b064ab21/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list