[Git][qa/jenkins.debian.net][master] 3 commits: jenkins jobs UDD multiarch_versionskew: drop mips64el from trixie release archs

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu May 22 09:34:55 BST 2025



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


Commits:
d0f516aa by Holger Levsen at 2025-05-22T10:25:21+02:00
jenkins jobs UDD multiarch_versionskew: drop mips64el from trixie release archs

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

- - - - -
a94e996d by Holger Levsen at 2025-05-22T10:29:36+02:00
t.r-b.o/debian: stop scheduling for i386

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

- - - - -
97d7d818 by Holger Levsen at 2025-05-22T10:34:38+02:00
jenkins d-i overview: add riscv64 and hurd-amd64, drop armel, i386 and mips

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

- - - - -


3 changed files:

- bin/reproducible_scheduler.py
- bin/udd-query.sh
- job-cfg/d-i-overview.yaml


Changes:

=====================================
bin/reproducible_scheduler.py
=====================================
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright © 2015-2023 Mattia Rizzolo <mattia at mapreri.org>
-# Copyright © 2014-2024 Holger Levsen <holger at layer-acht.org>
+# Copyright © 2014-2025 Holger Levsen <holger at layer-acht.org>
 #
 # Licensed under GPL-2
 #
@@ -67,9 +67,9 @@ LIMITS_E404 defines how many packages with status E404 are rescheduled at max.
 
 """
 # only old packages older than this will be rescheduled
-MINIMUM_AGE = {'amd64': 10, 'i386': 21, 'arm64': 10, 'armhf': 21}
+MINIMUM_AGE = {'amd64': 10, 'arm64': 10, 'armhf': 21}
 # maximum queue size, see explanations above
-MAXIMA = {'amd64': 4000, 'i386': 2500, 'arm64': 4000, 'armhf': 2500}
+MAXIMA = {'amd64': 4000, 'arm64': 4000, 'armhf': 2500}
 # limits, see explanations above
 LIMITS = {
     'untested': {
@@ -80,13 +80,6 @@ LIMITS = {
             'unstable': {'*': 255},
             'experimental': {'*': 255},
         },
-        'i386': {
-            'bullseye': {'*': 255},
-            'bookworm': {'*': 255},
-            'trixie': {'*': 255},
-            'unstable': {'*': 255},
-            'experimental': {'*': 255},
-        },
         'arm64': {
             'bullseye': {'*': 255},
             'bookworm': {'*': 255},
@@ -110,13 +103,6 @@ LIMITS = {
             'unstable': {1: (1000, 750), 2: (1500, 500), '*': 250},
             'experimental': {1: (1000, 750), 2: (1500, 500), '*': 50},
         },
-        'i386': {
-            'bullseye': {1: (900, 100), 2: (1300, 100), '*': 50},
-            'bookworm': {1: (900, 100), 2: (1300, 100), '*': 50},
-            'trixie': {1: (900, 400), 2: (1300, 300), '*': 100},
-            'unstable': {1: (900, 400), 2: (1300, 300), '*': 150},
-            'experimental': {1: (800, 400), 2: (1300, 300), '*': 50},
-        },
         'arm64': {
             'bullseye': {1: (1000, 200), 2: (1500, 200), '*': 100},
             'bookworm': {1: (1000, 200), 2: (1500, 200), '*': 100},
@@ -140,13 +126,6 @@ LIMITS = {
             'unstable': {1: (1000, 40), 2: (1500, 20), '*': 5},
             '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, 15), 2: (1300, 10), '*': 2},
-        },
         'arm64': {
             'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},
@@ -170,13 +149,6 @@ LIMITS = {
             'unstable': {1: (1000, 400), 2: (1500, 200), '*': 5},
             'experimental': {1: (1000, 400), 2: (1500, 200), '*': 2},
         },
-        'i386': {
-            'bullseye': {1: (800, 200), 2: (1300, 100), '*': 0},
-            '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, 100), 2: (1300, 50), '*': 2},
-        },
         'arm64': {
             'bullseye': {1: (1000, 200), 2: (1500, 100), '*': 0},
             'bookworm': {1: (1000, 200), 2: (1500, 100), '*': 0},
@@ -200,13 +172,6 @@ LIMITS = {
             'unstable': {1: (1000, 1300), 2: (1500, 1000), '*': 0},
             'experimental': {1: (1000, 75), 2: (1500, 50), '*': 0},
         },
-        'i386': {
-            'bullseye': {1: (800, 0), 2: (1300, 0), '*': 0},
-            '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, 30), 2: (1300, 15), '*': 0},
-        },
         'arm64': {
             'bullseye': {1: (1000, 0), 2: (1500, 0), '*': 0},
             'bookworm': {1: (1000, 0), 2: (1500, 0), '*': 0},


=====================================
bin/udd-query.sh
=====================================
@@ -30,7 +30,7 @@ multiarch_versionskew() {
 		DISTRO=$1
 	fi
 	case $DISTRO in
-		trixie|sid)		RELEASE_ARCHS="('amd64', 'arm64', 'armel', 'armhf', 'i386', 'mips64el', 'ppc64el', 'riscv64', 's390x')" ;;
+		trixie|sid)		RELEASE_ARCHS="('amd64', 'arm64', 'armel', 'armhf', 'i386', 'ppc64el', 'riscv64', 's390x')" ;;
 		bullseye|bookworm)	RELEASE_ARCHS="('amd64', 'arm64', 'armel', 'armhf', 'i386', 'mips64el', 'ppc64el', 's390x')" ;;
 
 		*)			echo unknown distro ; exit 1 ;;


=====================================
job-cfg/d-i-overview.yaml
=====================================
@@ -47,12 +47,11 @@
     arch:
       - amd64
       - arm64
-      - armel
       - armhf
+      - hurd-amd64
       - hurd-i386
-      - i386
-      - mips
       - ppc64el
       - s390x
+      - riscv64
     jobs:
       - '{name}_overview_{arch}':



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/5516329681b2eaa60be85f41e8c471d98c54e9a8...97d7d818d0c97c3fe9375bbd7e9fccae763cc73e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/5516329681b2eaa60be85f41e8c471d98c54e9a8...97d7d818d0c97c3fe9375bbd7e9fccae763cc73e
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/20250522/cc1c8331/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list