[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible munin plugin: also do graphs for Arch Linux and OpenWrt r-b ci builds

Holger Levsen (@holger) gitlab at salsa.debian.org
Fri Mar 31 22:03:10 BST 2023



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


Commits:
93c0abe7 by Holger Levsen at 2023-03-31T23:02:53+02:00
reproducible munin plugin: also do graphs for Arch Linux and OpenWrt r-b ci builds

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

- - - - -


1 changed file:

- hosts/common/etc/munin/plugins/jenkins_reproducible_builds


Changes:

=====================================
hosts/common/etc/munin/plugins/jenkins_reproducible_builds
=====================================
@@ -47,10 +47,12 @@ if [ "$1" = "config" ]; then
 fi
 
 for PREFIX in $JOB_PREFIXES ; do
+	# detects Debian, Arch Linux and OpenWrt builds
+	# todo: Debian live, coreboot, netbsd, freebsd, (alpine)
 	if [ "$PREFIX" = "first" ] ; then
-		NR=$(pgrep -fc "bin/bash /srv/jenkins/bin/reproducible_build.sh 1")
+		NR=$(pgrep -fc "bin/bash /srv/jenkins/bin/(reproducible_build|reproducible_build_archlinux_pkg|reproducible_openwrt).sh (|node openwrt_build b)1")
 	else
-		NR=$(pgrep -fc "bin/bash /srv/jenkins/bin/reproducible_build.sh 2")
+		NR=$(pgrep -fc "bin/bash /srv/jenkins/bin/(reproducible_build|reproducible_build_archlinux_pkg|reproducible_openwrt).sh (|node openwrt_build b)2")
 	fi
 	echo "jenkins_reproducible_${PREFIX}_build.value $NR"
-	done
+done



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/93c0abe7de1220f981cb93418e27af8859d01cc9
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/20230331/36c0fd43/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list