[Git][qa/jenkins.debian.net][master] rdn: reduce cache size on osuosl*-amd64
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Mar 10 14:59:07 GMT 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
6085308f by Jochen Sprickerhof at 2026-03-10T15:58:52+01:00
rdn: reduce cache size on osuosl*-amd64
Those nodes have only 196G of disk space and compiling src:linux
currently runs out of space. And needs 97G according to the buildd.
(cherry picked from commit a099d85770d06528bc7a3a71a174df748aa19a6b)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/debrebuild_cache_limiter.sh
Changes:
=====================================
bin/debrebuild_cache_limiter.sh
=====================================
@@ -19,7 +19,7 @@ LIMIT=100
case $HOSTNAME in
codethink*) LIMIT=200 ;;
ionos*) LIMIT=20 ;;
- osuosl*-amd64) LIMIT=333 ;;
+ osuosl*-amd64) LIMIT=50 ;;
osuosl*-ppc64el) LIMIT=50 ;;
riscv64*) LIMIT=180 ;;
*) ;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6085308f525ef48176f29ad73015ce6e582ecf57
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6085308f525ef48176f29ad73015ce6e582ecf57
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/20260310/9478dffc/attachment.htm>
More information about the Qa-jenkins-scm
mailing list