[Git][qa/jenkins.debian.net][master] d-i-overview: Updated
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Jun 21 14:08:12 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
677ad6e9 by Roland Clobus at 2026-06-21T15:08:00+02:00
d-i-overview: Updated
The parsing matches the latest generator code and loong64 was added
(cherry picked from commit cdd3808936e926bee21ba527854c054ad5f1fb88)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/d-i_overview.sh
- job-cfg/d-i-overview.yaml
Changes:
=====================================
bin/d-i_overview.sh
=====================================
@@ -9,11 +9,11 @@ common_init "$@"
# convert param to variables
if [ "$1" = "" ] ; then
- echo "need an Archicture to act on"
+ echo "need an Architecture to act on"
exit 1
fi
ARCH=$1
-URL=http://d-i.debian.org/daily-images/daily-build-overview.html
+URL=https://d-i.debian.org/daily-images/daily-build-overview.html
# randomize start times slightly
SLEEP=$(shuf -i 1-10 -n 1)
@@ -29,7 +29,7 @@ echo "Checking $URL for build issues on $ARCH."
# https://salsa.debian.org/installer-team/d-i/blob/master/scripts/daily-build-overview is used to generate the HTML
awk '/ul id="missingarchs/,/<\/ul>/' $TMPFILE > $MISSING
-awk '/ul id="failedarchs/,/<\/ul>/' $TMPFILE > $FAILED
+awk '/ul id="failingarchs/,/<\/ul>/' $TMPFILE > $FAILED
if grep -q "<li><a href=\"#$ARCH\"" $MISSING ; then
echo "Warning: Build for $ARCH is missing - check $URL#$ARCH"
CLEAN=false
=====================================
job-cfg/d-i-overview.yaml
=====================================
@@ -50,8 +50,9 @@
- armhf
- hurd-amd64
- hurd-i386
+ - loong64
- ppc64el
- - s390x
- riscv64
+ - s390x
jobs:
- '{name}_overview_{arch}':
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/677ad6e98f461e8fa75119118658be07ffd1849f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/677ad6e98f461e8fa75119118658be07ffd1849f
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260621/6477a154/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list