[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] pb10 has no reproducible debian workers
Holger Levsen
gitlab at salsa.debian.org
Thu Oct 11 20:13:40 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9993e59c by Holger Levsen at 2018-10-11T19:13:29Z
pb10 has no reproducible debian workers
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
=====================================
@@ -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,7 +190,8 @@ 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
write_page "<td><a href='https://jenkins.debian.net/munin/debian.net/$NODE/$GRAPH.html'>"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9993e59cba27d7f867c09f59099e5809bb1c6f2f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9993e59cba27d7f867c09f59099e5809bb1c6f2f
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/20181011/f052332f/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list