[Git][qa/jenkins.debian.net][master] rdn: only allow 20gb cache for ionos workers
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Sep 18 21:24:41 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
755896ab by Holger Levsen at 2025-09-18T22:24:22+02:00
rdn: only allow 20gb cache for ionos workers
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- README.infrastructure
- bin/debrebuild_cache_limiter.sh
Changes:
=====================================
README.infrastructure
=====================================
@@ -46,8 +46,8 @@ the .reproducible.osuosl.org domain and can also be reached via .debian.net.
The nodes are used for these jobs:
-* osuosl1-amd64: alpine, coreboot, netbsd, openwrt
-* osuosl2-amd64: alpine, coreboot, openwrt
+* osuosl1-amd64: alpine, coreboot, netbsd
+* osuosl2-amd64: alpine, coreboot
** osuosl2 is running in the future
** the alpine jobs are disabled
* osuosl3-amd64: Debian live-builds / Debian bootstrap jobs / debian-janitor / mmdebstrap-jenkins jobs / openqa.d.n workers
=====================================
bin/debrebuild_cache_limiter.sh
=====================================
@@ -18,7 +18,7 @@ find $CACHE -type f -size 0 -exec rm {} \; || true
LIMIT=100
case $HOSTNAME in
codethink*) LIMIT=200 ;;
- ionos*) LIMIT=50 ;;
+ ionos*) LIMIT=20 ;;
osuosl*-amd64) LIMIT=333 ;;
osuosl*-ppc64el) LIMIT=50 ;;
riscv64*) LIMIT=180 ;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/755896abf3ee0dd4e8f1053428775da0fce3d853
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/755896abf3ee0dd4e8f1053428775da0fce3d853
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/20250918/57f1ea82/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list