[Git][qa/jenkins.debian.net][master] r.d.n: correctly monitor riscv64 nodes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Apr 8 10:15:15 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e4f6a809 by Holger Levsen at 2025-04-08T11:14:49+02:00
r.d.n: correctly monitor riscv64 nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -99,8 +99,9 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
if $REMOTE ; then
# sometimes the dns names are different than the jenkins names...
case $NODE_ARCH in
- armhf) NODE="$NODE_ALIAS-armhf-rb.debian.net" ;;
- *) NODE="${NODE_ALIAS}-${NODE_ARCH}.debian.net" ;;
+ armhf) NODE="$NODE_ALIAS-armhf-rb.debian.net" ;;
+ riscv64) NODE="${NODE_ALIAS}.debian.net" ;;
+ *) NODE="${NODE_ALIAS}-${NODE_ARCH}.debian.net" ;;
esac
# ignore jobs on known bad nodes:
# check the offline list from git (and the one updated by jenkins)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e4f6a809ab364e7fda8c7fe9fc46c8a33ce3145b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e4f6a809ab364e7fda8c7fe9fc46c8a33ce3145b
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/20250408/8329041f/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list