[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible: include armhf graphs in dashboard
Holger Levsen
holger at moszumanska.debian.org
Mon Sep 7 21:57:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 919fe7afc97f9e255b893206aa73a893c4c31835
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Sep 7 23:56:36 2015 +0200
reproducible: include armhf graphs in dashboard
---
bin/reproducible_html_dashboards.sh | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh
index 5e94c28..ac0284d 100755
--- a/bin/reproducible_html_dashboards.sh
+++ b/bin/reproducible_html_dashboards.sh
@@ -421,6 +421,15 @@ create_main_stats_page() {
write_page " <a href=\"/$SUITE/\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
done
write_build_performace_stats
+ # other archs: armhf
+ ARCH="armhf"
+ SUITE="unstable"
+ write_page " <hr />"
+ write_page " <a href=\"/$SUITE/index_suite_${ARCH}_stats.html\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
+ write_page " <a href=\"/${TABLE[1]}_$ARCH.png\"><img src=\"/${TABLE[1]}_$ARCH.png\" alt=\"${MAINLABEL[$i]}\"></a>"
+ write_page " <a href=\"/$SUITE/$ARCH/${TABLE[2]}.png\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>"
+ write_build_performace_stats
+ write_page " <hr />"
# link to index_breakages
write_page "</p><p style=\"clear:both;\">"
write_page "<br />There are <a href=\"$BASEURL/index_breakages.html\">some problems in this setup</a> too. And there is <a href=\"https://jenkins.debian.net/userContent/about.html#_reproducible_builds_jobs\">documentation</a> too, in case you missed the link at the top. More feedback is always welcome!</p>"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list