Commit 9993e59c authored by Holger Levsen's avatar Holger Levsen
Browse files

pb10 has no reproducible debian workers

parent 2716e823
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ build_nodes_health_page() {
				profitbricks3)	write_page "<td></td>" ;;
				profitbricks4)	write_page "<td></td>" ;;
				profitbricks7)	write_page "<td></td>" ;;
				profitbricks10)	write_page "<td></td>" ;;
				*)		write_page "<td>"
						SHORTNAME=$(echo $NODE | cut -d '.' -f1)
						for WORKER in $(grep "${ARCH}_" /srv/jenkins/bin/reproducible_build_service.sh | grep -v \# |grep $SHORTNAME | cut -d ')' -f1) ; do
@@ -111,6 +112,7 @@ build_nodes_health_page() {
					profitbricks3)	write_page "<td></td>" ;;
					profitbricks4)	write_page "<td></td>" ;;
					profitbricks7)	write_page "<td></td>" ;;
					profitbricks10)	write_page "<td></td>" ;;
					*)		URL="https://jenkins.debian.net/view/reproducible/view/Debian_setup_${ARCH}/job/reproducible_setup_pbuilder_${SUITE}_${ARCH}_${JENKINS_NODENAME}"
							BADGE="$URL/badge/icon"
							write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"
@@ -188,6 +190,7 @@ build_graph_overview_pages() {
							profitbricks3)	write_page "<td></td>" ; continue ;;
							profitbricks4)	write_page "<td></td>" ; continue ;;
							profitbricks7)	write_page "<td></td>" ; continue ;;
							profitbricks10)	write_page "<td></td>" ; continue ;;
						*)		;;
						esac
					fi