[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible system health: ignore fedora jobs

Holger Levsen gitlab at salsa.debian.org
Tue Feb 25 15:40:49 GMT 2020



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


Commits:
56d1ed08 by Holger Levsen at 2020-02-25T16:40:41+01:00
reproducible system health: ignore fedora jobs

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -65,9 +65,13 @@ for JOB in reproducible_* ; do
 			reproducible_node_health_check_arm64_codethink16)	MODIFIER=50 ;;
 			reproducible_node_health_check_arm64_*)			MODIFIER=10 ;;
 			reproducible_node_health_check_armhf_*)			MODIFIER=3 ;;
+			reproducible_builder_fedora_*)				MODIFIER=0 ;;
 			*)							MODIFIER=1  ;;
 		esac
-		if [ $MODIFIER -eq 1 ] ; then
+		if [ $MODIFIER -eq 0 ] ; then
+			# skip silently, ignore those jobs
+			continue
+		elif [ $MODIFIER -eq 1 ] ; then
 			echo "  failed job: $JOB"
 			echo "$MODIFIER|   <li><a href=\"https://jenkins.debian.net/job/$JOB/\">$JOB</a></li>" >> $FAILED_JOBS
 		else



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/56d1ed088446ef097f99720c634d247aed3154cf
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/20200225/15a4a562/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list