[Git][qa/jenkins.debian.net][master] trbod: improve dashboard graphs

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Aug 13 23:32:40 BST 2025



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


Commits:
a5e9c9d0 by Holger Levsen at 2025-08-14T00:32:13+02:00
trbod: improve dashboard graphs

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_html_dashboard.sh


Changes:

=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -585,17 +585,16 @@ create_dashboard_page() {
 	done
 	write_suite_arch_table ${DEVELOPMENT_SUITES[@]}
 	# write suite graphs
-	for ARCH in ${ARCHS} ; do
-		for SUITE in $SUITES ; do
-			for s in ${RELEASED_SUITES} ; do
-				if [ "$SUITE" = "$s" ] ; then
-					continue 2
-				fi
-			done
-			write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"tripleview\" alt=\"$SUITE/$ARCH stats\"></a>"
+	for SUITE in $SUITES ; do
+		for s in ${RELEASED_SUITES} ; do
+			if [ "$SUITE" = "$s" ] ; then
+				continue 2
+			fi
 		done
-		SUITE="unstable"
-		if [ "$ARCH" = "amd64" ] ; then
+		for ARCH in ${ARCHS} ; do
+			write_page " <a href=\"/debian/$SUITE/$ARCH\"><img src=\"/debian/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"halfview\" alt=\"$SUITE/$ARCH stats\"></a>"
+		done
+		if [ "$SUITE" = "unstable" ] && [ "$ARCH" = "amd64" ]; then
 			write_meta_pkg_graphs_links
 		fi
 	done
@@ -773,7 +772,7 @@ create_performance_page() {
 	write_page "<p style=\"clear:both;\">"
 	for ARCH in ${ARCHS} ; do
 		MAINLABEL[1]="Amount of packages built each day on '$ARCH'"
-		write_page " <a href=\"/debian/${TABLE[1]}_$ARCH.png\"><img src=\"/debian/${TABLE[1]}_$ARCH.png\" class=\"tripleview\" alt=\"${MAINLABEL[1]}\"></a>"
+		write_page " <a href=\"/debian/${TABLE[1]}_$ARCH.png\"><img src=\"/debian/${TABLE[1]}_$ARCH.png\" class=\"halfview\" alt=\"${MAINLABEL[1]}\"></a>"
 		if [ ! -f $DEBIAN_BASE/${TABLE[1]}_$ARCH.png ] || [ $DUMMY_FILE -nt $DEBIAN_BASE/${TABLE[1]}_$ARCH.png ] ; then
 				create_debian_png_from_table 1 ${TABLE[1]}_$ARCH.png
 		fi



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a5e9c9d02f8b0cc04768ab38e9421e40fbfdf6d5

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/a5e9c9d02f8b0cc04768ab38e9421e40fbfdf6d5
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/20250813/b38a9f96/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list