[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducuible: fix nodes health overview for osuosl3
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Mar 17 17:25:56 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e2923369 by Holger Levsen at 2023-03-17T18:25:41+01:00
reproducuible: fix nodes health overview for osuosl3
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_html_nodes_info.sh
Changes:
=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -146,7 +146,7 @@ build_nodes_health_page() {
URL="https://jenkins.debian.net/view/reproducible/view/Debian_setup_${ARCH}/job/reproducible_setup_schroot_${SUITE}_diffoscope_${ARCH}_${JENKINS_NODENAME}"
BADGE="$URL/badge/icon"
case $JENKINS_NODENAME in
- osuosl1|osuosl2|osuosl3)
+ osuosl1|osuosl2)
if [ "$SUITE" = "unstable" ]; then
write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"
else
@@ -154,7 +154,7 @@ build_nodes_health_page() {
fi
;;
osuosl3)
- if [ "$SUITE" = "buster" ]; then
+ if [ "$SUITE" = "buster" ] || [ "$SUITE" = "unstable" ]; then
write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"
else
write_page "<td></td>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e29233697f7742d970697aa86da84a0ae65de0eb
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e29233697f7742d970697aa86da84a0ae65de0eb
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/20230317/05536ff9/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list