[Git][qa/jenkins.debian.net][master] r.d.n: use somewhat modern resulution for graphs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Feb 21 00:26:11 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8a610a2e by Holger Levsen at 2025-02-21T01:25:55+01:00
r.d.n: use somewhat modern resulution for graphs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- TODO.r.d.n
- bin/rebuilderd_graph.sh
- hosts/osuosl5-amd64/var/www/html/index.html
Changes:
=====================================
TODO.r.d.n
=====================================
@@ -1,5 +1,10 @@
file *important* bugs about arch:all issues just needing no source change uploads. justification: i plan to NMU :)
-jenkins tests for desktops etc: install debian-repro-status and graph the results
+fix riscv64 nodes:
+ - sudo chmod 644 /etc/logrotate.d/jenkins.debian.net-update_jdn
+ - keep connections on ssh tunnels, also for armhf
+ - riscv64-01 and -02 have the same ssh host keys...!?
+ - bullseye chdist on riscv64? (see maintenance jobs)
+jenkins tests for desktops etc: run debian-repro-status and graph the results
cleanup setup.html
https://r.d.n/ improvements
link from workers to generic thanks page? :) and then tell sponsors about r.d.n and them being mentioned on the frontpage.
@@ -8,11 +13,6 @@ https://r.d.n/ improvements
do TODO.rebuilderd-systemd-units
incl monthly db backup
upload src:rebuilderd to unstable (and its depends need to go through NEW too)
-fix riscv64 nodes:
- - sudo chmod 644 /etc/logrotate.d/jenkins.debian.net-update_jdn
- - keep connections on ssh tunnels, also for armhf
- - riscv64-01 and -02 have the same ssh host keys...!?
- - bullseye chdist on riscv64? (see maintenance jobs)
until debrebuild does it by itself:
purge 1000 files from cache in node health check if > $defined_size_4host
file wishlist bug for --max-cache-size option alongside with --cache
=====================================
bin/rebuilderd_graph.sh
=====================================
@@ -47,8 +47,8 @@ if [ ! -f $PNG ] || [ $DUMMY_FILE -nt $PNG ] ; then
BAD=$(tail -1 $CSV | tr -d , | cut -d ' ' -f4)
PERCENTAGE=$(echo "(100*$GOOD)/($GOOD+$BAD)"|bc)
YLABEL="pew pew, $PERCENTAGE%!"
- WIDTH=800
- HEIGHT=600
+ WIDTH=1920
+ HEIGHT=1080
/srv/jenkins/bin/make_graph.py $CSV $PNG 3 "$XLABEL" "$YLABEL" $WIDTH $HEIGHT
fi
=====================================
hosts/osuosl5-amd64/var/www/html/index.html
=====================================
@@ -40,7 +40,7 @@
img {
vertical-align: middle;
- max-width: 800;
+ max-width: 1920;
width: 100%;
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8a610a2eba8c268ef220b578f9618eec234be3c0
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8a610a2eba8c268ef220b578f9618eec234be3c0
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/20250221/f432a03a/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list