[Git][qa/jenkins.debian.net][master] reproduce.debian.net: run diffoscope and allow 100mb build logs instead of 10mb
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Dec 3 00:01:50 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c01b7de8 by Holger Levsen at 2024-12-03T01:01:32+01:00
reproduce.debian.net: run diffoscope and allow 100mb build logs instead of 10mb
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- hosts/osuosl4-amd64/opt/etc/rebuilderd-worker.conf
- hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
Changes:
=====================================
hosts/osuosl4-amd64/opt/etc/rebuilderd-worker.conf
=====================================
@@ -7,18 +7,18 @@ endpoint = "http://127.0.0.1:8484"
#timeout = 86400 # 24 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 = 10485760 # 10 MiB
+max_bytes = 104857600 # 100 MiB ## 10 MiB is upstream default
## By default build output is forwarded to stdout/stderr.
## This can be disabled by settings this to true.
#silent = true
[diffoscope]
## Generate and attach diffs with diffoscope when rebuilding
-enabled = false
+enabled = true
## Pass additional arguments to diffoscope. Use wisely, some options might not work well.
#args = ["--max-container-depth", "2", "--fuzzy-threshold", "0"]
## Set a timeout in seconds after which diffoscope is terminated (default: 3600)
-#timeout = 600 # 10 minutes
+timeout = 600 # 10 minutes
## Set a maximum diffoscope output limit in bytes (default: none).
## When reaching this limit, diffoscope is terminated and the output is truncated.
max_bytes = 41943040 # 40 MiB
=====================================
hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
=====================================
@@ -7,18 +7,18 @@ endpoint = "http://127.0.0.1:8484"
#timeout = 86400 # 24 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 = 10485760 # 10 MiB
+max_bytes = 104857600 # 100 MiB ## 10 MiB is upstream default
## By default build output is forwarded to stdout/stderr.
## This can be disabled by settings this to true.
#silent = true
[diffoscope]
## Generate and attach diffs with diffoscope when rebuilding
-enabled = false
+enabled = true
## Pass additional arguments to diffoscope. Use wisely, some options might not work well.
#args = ["--max-container-depth", "2", "--fuzzy-threshold", "0"]
## Set a timeout in seconds after which diffoscope is terminated (default: 3600)
-#timeout = 600 # 10 minutes
+timeout = 600 # 10 minutes
## Set a maximum diffoscope output limit in bytes (default: none).
## When reaching this limit, diffoscope is terminated and the output is truncated.
max_bytes = 41943040 # 40 MiB
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c01b7de8e11e3f44b65dec3fbb05defd270cb7fc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c01b7de8e11e3f44b65dec3fbb05defd270cb7fc
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/20241203/1d22d822/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list