[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: drop experimental schroot setup jobs from health overview,…

Holger Levsen gitlab at salsa.debian.org
Sun Aug 12 14:46:10 BST 2018


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


Commits:
43859de4 by Holger Levsen at 2018-08-12T13:45:32Z
reproducible Debian: drop experimental schroot setup jobs from health overview, as they are long gone

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
=====================================
--- a/bin/reproducible_html_nodes_info.sh
+++ b/bin/reproducible_html_nodes_info.sh
@@ -39,6 +39,9 @@ for ARCH in ${ARCHS} ; do
 			write_page "<th>pbuilder setup $SUITE</th>"
 		done
 		for SUITE in ${SUITES} ; do
+			if [ "$SUITE" == "experimental" ]; then
+				continue
+			fi
 			write_page "<th>schroot setup $SUITE</th>"
 		done
 	write_page "</tr>"
@@ -116,6 +119,9 @@ for ARCH in ${ARCHS} ; do
 		done
 		# diffoscope schroot setup
 		for SUITE in ${SUITES} ; do
+			if [ "$SUITE" == "experimental" ]; then
+				continue
+			fi
 			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
@@ -127,9 +133,7 @@ for ARCH in ${ARCHS} ; do
 					fi
 					;;
 				jenkins)
-					if [ "$SUITE" != "experimental" ]; then
-						write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"
-					fi
+					write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"
 					;;
 				*) write_page "<td></td>" ;;
 			esac



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/43859de48771279901d09ce18a92635aff48a9d1

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/43859de48771279901d09ce18a92635aff48a9d1
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/20180812/3a199a97/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list