[Git][qa/jenkins.debian.net][master] jdn: adjust cache sizes on riscv64 nodes to prevent frequent diskfull warnings
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Aug 11 09:40:59 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
88b2c782 by Holger Levsen at 2026-08-11T10:40:48+02:00
jdn: adjust cache sizes on riscv64 nodes to prevent frequent diskfull warnings
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/debrebuild_cache_limiter.sh
Changes:
=====================================
bin/debrebuild_cache_limiter.sh
=====================================
@@ -22,7 +22,8 @@ case $HOSTNAME in
loong64*) LIMIT=256 ;;
osuosl*-amd64) LIMIT=50 ;;
osuosl*-ppc64el) LIMIT=50 ;;
- riscv64*) LIMIT=180 ;;
+ riscv64-06*|riscv64-07*|riscv64-33*|riscv64-34*) LIMIT=100 ;;
+ riscv64*) LIMIT=300 ;;
*) ;;
esac
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/88b2c7828d87ecfa6957d5e1e92da99bda6c36b3
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/88b2c7828d87ecfa6957d5e1e92da99bda6c36b3
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260811/e643ea85/attachment.htm>
More information about the Qa-jenkins-scm
mailing list