[Git][qa/jenkins.debian.net][master] r.d.n: temporarily run arch:all workers on o5
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Feb 10 19:17:06 GMT 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
183410d9 by Holger Levsen at 2025-02-10T20:16:58+01:00
r.d.n: temporarily run arch:all workers on o5
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
- update_jdn.sh
Changes:
=====================================
hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
=====================================
@@ -1,7 +1,7 @@
## The rebuilderd to connect to
-endpoint = "http://127.0.0.1:8484"
+endpoint = "https://amd64.reproduce.debian.net"
## The server would either allowlist our key or require a signup secret
-#signup_secret = "your_signup_key"
+signup_secret = "INSECURE"
[build]
#timeout = 86400 # 24 hours
=====================================
update_jdn.sh
=====================================
@@ -739,7 +739,7 @@ if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "ionos7-amd64" ] || [ "$HOSTNA
fi
# set secret for remote rebuilderd-workers
case $HOSTNAME in
- osuosl5*) for a in amd64 arm64 armhf i386 riscv64 ; do
+ osuosl5*) for a in all amd64 arm64 armhf i386 riscv64 ; do
SIGNUPSECRET="$(sudo cat /opt/etc/rebuilderd-${a}.secret)"
f=rebuilderd-${a}.conf
if [ -f /opt/etc/$f ] ; then
@@ -749,7 +749,7 @@ case $HOSTNAME in
fi
done
;;
- infom07*|infom08*|codethink01*|codethink02*|osuosl4*)
+ infom07*|infom08*|codethink01*|codethink02*|osuosl4*|osuosl5*)
SIGNUPSECRET="$(sudo cat /opt/etc/rebuilderd.secret)"
f=rebuilderd-worker.conf
if [ -f /opt/etc/$f ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/183410d99a68f138643e8a5fcd1d6f0d6ba9dfc8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/183410d99a68f138643e8a5fcd1d6f0d6ba9dfc8
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/20250210/b92ebb0b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list