[Git][qa/jenkins.debian.net][master] rdn: first steps to integrate our two new loong64 nodes into the rebuilder network
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu May 21 16:27:33 BST 2026
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1deebbbf by Holger Levsen at 2026-05-21T17:27:08+02:00
rdn: first steps to integrate our two new loong64 nodes into the rebuilder network
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- nodes/list.yml
- update_jdn.sh
Changes:
=====================================
nodes/list.yml
=====================================
@@ -240,4 +240,18 @@
keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP6X48lfZ+Os428Rcy7jiasVHjCU2UkVo79MIWqld8Vo root at osuosl7-ppc64el
+- hostname: loong64-01.debian.net
+ ip: 111.207.111.194
+ port: 14974
+ proxycommand: ssh jenkins.debian.net -W %h:%p
+ keys:
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIjbBQSVEQtscWZrJMbCub9KQDUQ1IwEyF26bXPEOIr root at loong64-01
+
+- hostname: loong64-02.debian.net
+ ip: 111.207.111.194
+ port: 14975
+ proxycommand: ssh jenkins.debian.net -W %h:%p
+ keys:
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIjbBQSVEQtscWZrJMbCub9KQDUQ1IwEyF26bXPEOIr root at debian
+
# freebsd
=====================================
update_jdn.sh
=====================================
@@ -257,7 +257,7 @@ fi
# deploy package configuration in /etc, /usr, /var and /opt
#
cd $BASEDIR
-for h in common common-amd64 common-arm64 common-riscv64 common-ppc64el "$HOSTNAME" ; do
+for h in common common-amd64 common-arm64 common-riscv64 common-ppc64el common-loong64 "$HOSTNAME" ; do
if [ "$HOSTNAME" = "rb-mail1" ]; then
# the mail server is managed by ansible elsewhere.
continue
@@ -268,6 +268,7 @@ for h in common common-amd64 common-arm64 common-riscv64 common-ppc64el "$HOSTNA
common-arm64) [ $DPKG_ARCH = "arm64" ] || continue ;;
common-riscv64) [ $DPKG_ARCH = "riscv64" ] || continue ;;
common-ppc64el) [ $DPKG_ARCH = "ppc64el" ] || continue ;;
+ common-loong64) [ $DPKG_ARCH = "loong64" ] || continue ;;
*) ;;
esac
if [ -d "hosts/$h/etc/sudoers.d/" ]; then
@@ -516,7 +517,7 @@ if [ -f /etc/debian_version ] ; then
esac
# packages needed for rebuilderd-worker for https://reproduce.debian.net
case $HOSTNAME in
- infom07*|infom08*|codethink01*|codethink02*|codethink05*|osuosl4*|ionos2*|riscv64*|*ppc64el) DEBS="$DEBS
+ infom07*|infom08*|codethink01*|codethink02*|codethink05*|osuosl4*|ionos2*|riscv64*|*ppc64el|loong64*) DEBS="$DEBS
diffoscope/trixie-backports
equivs
sbuild
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1deebbbfa394034b070af90c659aeca5cff4f9b8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1deebbbfa394034b070af90c659aeca5cff4f9b8
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20260521/bc765a5b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list