[Git][qa/jenkins.debian.net][master] rdn: increase worker timeout to 48 hours
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Jun 16 14:14:43 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
6da934ed by Jochen Sprickerhof at 2026-06-16T15:14:32+02:00
rdn: increase worker timeout to 48 hours
chromium ran into the timeout on armhf and arm64.
(cherry picked from commit 1dcf800946062002fcb1995db08d96a7a3d29b2d)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
18 changed files:
- 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-loong64/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
Changes:
=====================================
hosts/codethink01-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["arm64", "armel", "armhf"]
signup_secret = "INSECURE"
[build]
-timeout = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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-loong64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -6,7 +6,7 @@ supported_architectures = ["loong64"]
signup_secret = "INSECURE"
[build]
-timeout = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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 = 129600 # 36 hours
+timeout = 172800 # 48 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
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6da934edb6bc14af8111baa010fcc87ffc49858f
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6da934edb6bc14af8111baa010fcc87ffc49858f
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/20260616/ae076d4a/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list