[Git][qa/jenkins.debian.net][master] reproduce.debian.net: limit build logs to 20mb and diffoscope output to 10mb (down from 100 & 40)
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Dec 8 14:10:51 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
90fe5f69 by Holger Levsen at 2024-12-08T15:10:32+01:00
reproduce.debian.net: limit build logs to 20mb and diffoscope output to 10mb (down from 100 & 40)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4 changed files:
- hosts/infom07-i386/opt/etc/rebuilderd-worker.conf
- hosts/osuosl4-amd64/opt/etc/rebuilderd-worker.conf
- hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
- hosts/osuosl5-amd64/var/www/html/index.html
Changes:
=====================================
hosts/infom07-i386/opt/etc/rebuilderd-worker.conf
=====================================
@@ -7,7 +7,7 @@ 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 = 104857600 # 100 MiB ## 10 MiB is upstream default
+max_bytes = 20971520 # 20 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
@@ -21,7 +21,7 @@ enabled = true
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
+max_bytes = 10485760 # 10 MiB
[backend."archlinux"]
path = "/usr/libexec/rebuilderd/rebuilder-archlinux.sh"
=====================================
hosts/osuosl4-amd64/opt/etc/rebuilderd-worker.conf
=====================================
@@ -7,7 +7,7 @@ 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 = 104857600 # 100 MiB ## 10 MiB is upstream default
+max_bytes = 20971520 # 20 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
@@ -21,7 +21,7 @@ enabled = true
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
+max_bytes = 10485760 # 10 MiB
[backend."archlinux"]
path = "/usr/libexec/rebuilderd/rebuilder-archlinux.sh"
=====================================
hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
=====================================
@@ -7,7 +7,7 @@ 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 = 104857600 # 100 MiB ## 10 MiB is upstream default
+max_bytes = 20971520 # 20 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
@@ -21,7 +21,7 @@ enabled = true
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
+max_bytes = 10485760 # 10 MiB
[backend."archlinux"]
path = "/usr/libexec/rebuilderd/rebuilder-archlinux.sh"
=====================================
hosts/osuosl5-amd64/var/www/html/index.html
=====================================
@@ -192,6 +192,7 @@
<a href="/stats/">Statistics about BAD packages.</a> (coming soon: that script in git.)
</br>
<a href="https://reproduce.debian.net">https://reproduce.debian.net</a>
+ </br>
<small>
This setup is in it's infancy. Don't consider any URLs as stable here, and more to the point, especially don't take any numbers here seriously, unless...!?!
</small>
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/90fe5f690490fe4da7d0346ab7ec7abbd57b22c6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/90fe5f690490fe4da7d0346ab7ec7abbd57b22c6
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/20241208/42066ba4/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list