[Git][qa/jenkins.debian.net][master] r.d.n: add forgotten rebuilderd-worker.conf for riscv64

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Feb 20 13:28:11 GMT 2025



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


Commits:
fe2deeb4 by Holger Levsen at 2025-02-20T14:27:34+01:00
r.d.n: add forgotten rebuilderd-worker.conf for riscv64

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

- - - - -


1 changed file:

- + hosts/common-riscv64/opt/etc/rebuilderd-worker.conf


Changes:

=====================================
hosts/common-riscv64/opt/etc/rebuilderd-worker.conf
=====================================
@@ -0,0 +1,27 @@
+## The rebuilderd to connect to
+endpoint = "https://reproduce.debian.net/riscv64"
+## The server would either allowlist our key or require a signup secret
+signup_secret = "INSECURE"
+
+[build]
+#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 = 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
+
+[diffoscope]
+## Generate and attach diffs with diffoscope when rebuilding
+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
+## Set a maximum diffoscope output limit in bytes (default: none).
+## When reaching this limit, diffoscope is terminated and the output is truncated.
+max_bytes = 10485760 # 10 MiB
+
+[backend."debian"]
+path = "/opt/usr/libexec/rebuilderd/rebuilder-debian.sh"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/fe2deeb4e71cb7e18b14994be9dc7045a6090810

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/fe2deeb4e71cb7e18b14994be9dc7045a6090810
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/20250220/c035f4c0/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list