[Git][qa/jenkins.debian.net][master] 4 commits: jenkins nodes: mark ionos10 as down temporarily

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Nov 6 10:21:17 GMT 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b1b6112f by Holger Levsen at 2025-11-06T11:19:00+01:00
jenkins nodes: mark ionos10 as down temporarily

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
149a4b15 by Jochen Sprickerhof at 2025-11-06T11:20:21+01:00
rdn: sync debug packages as discussed in Vienna

Only trixie-backports-debug/amd64 for now.

(cherry picked from commit 5f7350788b81e023403c4695c8092a374812a711)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
4e7e21f2 by Jochen Sprickerhof at 2025-11-06T11:20:34+01:00
rdn: bump worker timeout to 36 hours as discussed in Vienna

(cherry picked from commit a83cd80a6bc91f2a95d6e0bd3a3bfc7fd6b1cd34)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
8e02d10d by Jochen Sprickerhof at 2025-11-06T11:20:40+01:00
rdn: bump arm* workers as discussed in Vienna

To catch up a bit.

(cherry picked from commit 3262d8ba0608cbb1bc0f3bb2e469dcb7ba30be20)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


21 changed files:

- bin/rebuilderd_pkgsync.sh
- hosts/codethink01-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/codethink02-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/codethink05-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/common-ppc64el/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/common-riscv64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/infom07-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/infom08-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/ionos20-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/ionos21-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/ionos22-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/ionos23-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/ionos24-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/ionos25-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/osuosl41-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/osuosl42-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/osuosl43-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/osuosl44-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-amd64.conf
- jenkins-home/offline_nodes
- update_jdn.sh


Changes:

=====================================
bin/rebuilderd_pkgsync.sh
=====================================
@@ -16,6 +16,7 @@ case $ARCH in
 	all)		PORT=8489
 			;;
 	amd64)		PORT=8484
+			PROFILES="main main-debug security"
 			;;
 	arm64)		PORT=8486
 			;;


=====================================
hosts/codethink01-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["arm64", "armel", "armhf"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/codethink02-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["arm64", "armel", "armhf"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/codethink05-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["arm64", "armel", "armhf"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/common-ppc64el/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["ppc64el"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/common-riscv64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["riscv64"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/infom07-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/infom08-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/ionos20-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/ionos21-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/ionos22-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/ionos23-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/ionos24-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/ionos25-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/osuosl41-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/osuosl42-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/osuosl43-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/osuosl44-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["all", "amd64", "i386"]
 signup_secret = "INSECURE"
 
 [build]
-#timeout = 86400 # 24 hours
+timeout = 129600 # 36 hours
 ## Set a maximum build log limit in bytes (default: none).
 ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
 max_bytes = 20971520 # 20 MiB ## 10 MiB is upstream default


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-amd64.conf
=====================================
@@ -6,6 +6,13 @@ releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-upd
 source = "http://deb.debian.org/debian"
 #excludes = ["tensorflow*"]
 
+[profile."debian-main-debug"]
+distro = "debian"
+components = [ "main" ]
+architectures = ["amd64"]
+releases = ["trixie-backports-debug"]
+source = "http://deb.debian.org/debian-debug"
+
 [profile."debian-security"]
 distro = "debian"
 components = [ "main", "non-free-firmware" ]


=====================================
jenkins-home/offline_nodes
=====================================
@@ -18,6 +18,9 @@
 riscv64-01.debian.net
 riscv64-02.debian.net
 
+# reorganizing swap space etc
+ionos10-amd64.debian.net
+
 # needs investigation
 
 # Down here nodes are automatically added by the maintenance job when they have


=====================================
update_jdn.sh
=====================================
@@ -997,7 +997,7 @@ deploy_rebuilderd_services() {
 }
 
 case $HOSTNAME in
-	codethink01*|codethink02*|codethink05*)	deploy_rebuilderd_services worker 1
+	codethink01*|codethink02*|codethink05*)	deploy_rebuilderd_services worker 4
 						;;
 	infom07*|infom08*)			deploy_rebuilderd_services worker 1
 						;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/0aeabe37d724cbfc618468c077c04256b44ad256...8e02d10d2f10f51dc3a1e3bc967178661e6e7001

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/0aeabe37d724cbfc618468c077c04256b44ad256...8e02d10d2f10f51dc3a1e3bc967178661e6e7001
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/20251106/2b4456c1/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list