[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] the nice thing about naming schemes...

Holger Levsen gitlab at salsa.debian.org
Fri Oct 30 22:33:15 GMT 2020



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


Commits:
5693959b by Holger Levsen at 2020-10-30T23:33:05+01:00
the nice thing about naming schemes...

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -92,8 +92,11 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			;;
 	esac
 	if $REMOTE ; then
-		# the dns names are different than the jenkins names...
-		NODE="$NODE_ALIAS-$NODE_ARCH.debian.net"
+		# 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" ;;
+		fi
 		# ignore jobs on known bad nodes:
 		# check the offline list from git (and the one updated by jenkins)
 		# as this should only ignore nodes humans (and not jenkins) have
@@ -109,6 +112,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			let SUSPICIOUS+=1
 			# we still count this job for the overall status...
 		fi
+		echo debug: $NODE
 	fi
 	#
 	# node is not known offline (in git), let's go



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5693959b8b4e75960e219e05cf32331ab9331642

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5693959b8b4e75960e219e05cf32331ab9331642
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/20201030/afe8c064/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list