[Git][qa/jenkins.debian.net][master] rdn: fix supported worker architectures
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Sep 26 10:58:16 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0df1ff92 by Jochen Sprickerhof at 2025-09-26T11:58:00+02:00
rdn: fix supported worker architectures
(cherry picked from commit 57538dcc07a73757c99a2ab3be24058b7d93026f)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
8 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-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/osuosl5-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
Changes:
=====================================
hosts/codethink01-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/armhf"
+supported_architectures = ["arm64", "armel", "armhf"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
=====================================
hosts/codethink02-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/arm64"
+supported_architectures = ["arm64", "armel", "armhf"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
=====================================
hosts/codethink05-arm64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/armel"
+supported_architectures = ["arm64", "armel", "armhf"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
=====================================
hosts/common-ppc64el/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/ppc64el"
+supported_architectures = ["ppc64el"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
=====================================
hosts/common-riscv64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/riscv64"
+supported_architectures = ["riscv64"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
=====================================
hosts/infom07-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/i386"
+supported_architectures = ["all", "amd64", "i386"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
=====================================
hosts/infom08-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/i386"
+supported_architectures = ["all", "amd64", "i386"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
=====================================
hosts/osuosl5-amd64/etc/rebuilderd-worker/rebuilderd-worker.conf
=====================================
@@ -1,5 +1,7 @@
## The rebuilderd to connect to
endpoint = "https://reproduce.debian.net/all"
+supported_architectures = ["all", "amd64", "i386"]
+
## The server would either allowlist our key or require a signup secret
signup_secret = "INSECURE"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0df1ff9279f35cd1f717e2d321b829bce6619e8e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0df1ff9279f35cd1f717e2d321b829bce6619e8e
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/20250926/01197d26/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list