[Git][qa/jenkins.debian.net][master] rdn: limit debrebuild cache to 50g on ppc64el nodes
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Apr 28 10:04:51 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7aedbc53 by Holger Levsen at 2025-04-28T11:04:33+02:00
rdn: limit debrebuild cache to 50g on ppc64el nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/debrebuild_cache_limiter.sh
Changes:
=====================================
bin/debrebuild_cache_limiter.sh
=====================================
@@ -13,9 +13,10 @@ fi
LIMIT=100
case $HOSTNAME in
- ionos17*) LIMIT=50 ;;
codethink*) LIMIT=200 ;;
+ ionos17*) LIMIT=50 ;;
osuosl*-amd64) LIMIT=333 ;;
+ osuosl*-ppc64el) LIMIT=50 ;;
riscv64*) LIMIT=180 ;;
*) ;;
esac
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7aedbc53dd61130ed4c04b96690472fecd12c271
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7aedbc53dd61130ed4c04b96690472fecd12c271
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/20250428/e0496d17/attachment.htm>
More information about the Qa-jenkins-scm
mailing list