[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: also provide overview of yearly munin graphs
Holger Levsen
gitlab at salsa.debian.org
Sat Sep 29 01:35:14 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
34df443b by Holger Levsen at 2018-09-29T00:35:00Z
reproducible: also provide overview of yearly munin graphs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_html_nodes_info.sh
- mustache-templates/reproducible/main_navigation.mustache
Changes:
=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -143,9 +143,9 @@ build_nodes_health_page() {
build_graph_overview_pages() {
#
- # munin nodes daily/weekly/monthly pages
+ # munin nodes daily/weekly/monthly/yearly pages
#
- for TYPE in daily weekly monthly ; do
+ for TYPE in daily weekly monthly yearly ; do
VIEW=nodes_${TYPE}_graphs
PAGE=index_${VIEW}.html
ARCH=amd64
@@ -190,6 +190,7 @@ build_graph_overview_pages() {
daily) IMG=day.png ;;
weekly) IMG=week.png ;;
monthly) IMG=month.png ;;
+ yearly) IMG=year.png ;;
esac
write_page "<img src='https://jenkins.debian.net/munin/debian.net/$NODE/${GRAPH}-${IMG}' width='150' /></a></td>"
done
=====================================
mustache-templates/reproducible/main_navigation.mustache
=====================================
@@ -194,6 +194,9 @@
<li {{#nodes_monthly_graphs}}class='active'{{/nodes_monthly_graphs}}>
<a href="/debian/index_nodes_monthly_graphs.html">monthly graphs</a>
</li>
+ <li {{#nodes_yearly_graphs}}class='active'{{/nodes_yearly_graphs}}>
+ <a href="/debian/index_nodes_yearly_graphs.html">yearly graphs</a>
+ </li>
</ul></li>
</ul></li>
</ul>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/34df443b3ff533e4db1068df0a94b7a38ec150d2
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/34df443b3ff533e4db1068df0a94b7a38ec150d2
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/20180929/9549d5f7/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list