Loading README.infrastructure +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ suitable. ==== active nodes at Codethink We have 4 arm64 nodes running on "kvm hardware" kindly given access to us by Codethink. We have 5 arm64 nodes running on "kvm hardware" kindly given access to us by Codethink. You can either: Loading hosts/codethink05-arm64/etc/apt/apt.conf.d/80proxy 0 → 100644 +2 −0 Original line number Diff line number Diff line # Acquire::http::Proxy "http://192.168.101.4:3128"; hosts/codethink05-arm64/etc/apt/sources.list 0 → 100644 +23 −0 Original line number Diff line number Diff line # # Debian trixie # deb http://deb.debian.org/debian/ trixie main non-free-firmware contrib non-free #deb-src http://deb.debian.org/debian/ trixie main non-free-firmware contrib non-free # # Debian trixie security # deb http://security.debian.org/ trixie-security main non-free-firmware contrib non-free #deb-src http://security.debian.org/ trixie-security main non-free-firmware contrib non-free # # Debian trixie updates # deb http://deb.debian.org/debian/ trixie-updates main non-free-firmware contrib non-free #deb-src http://deb.debian.org/debian/ trixie-updates main non-free-firmware contrib non-free # # Debian trixie-backports # deb http://deb.debian.org/debian/ trixie-backports main non-free-firmware contrib non-free #deb-src http://deb.debian.org/debian/ trixie-backports main non-free-firmware contrib non-free hosts/codethink05-arm64/etc/systemd/system/rebuilderd-worker@.service 0 → 100644 +17 −0 Original line number Diff line number Diff line [Unit] Description=rebuilderd-worker: rebuild packages After=rebuilderd_boot_cleanup.service [Service] User=rebuilderd Group=rebuilderd WorkingDirectory=/srv/rebuilderd/%i Restart=always RestartSec=0 ExecStart=/usr/bin/rebuilderd-worker -c /opt/etc/rebuilderd-worker.conf connect CPUSchedulingPolicy=idle IOSchedulingClass=3 Environment="TMPDIR=/srv/rebuilderd/tmp/" [Install] WantedBy=multi-user.target hosts/codethink05-arm64/etc/systemd/system/rebuilderd_boot_cleanup.service 0 → 100644 +13 −0 Original line number Diff line number Diff line [Unit] Description=Run once at system boot to cleanup rebuilderd related files After=local-fs.target After=network.target #After=XXX [Service] ExecStart=/srv/jenkins/bin/rebuilderd_cleanup.sh RemainAfterExit=true Type=oneshot [Install] WantedBy=multi-user.target Loading
README.infrastructure +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ suitable. ==== active nodes at Codethink We have 4 arm64 nodes running on "kvm hardware" kindly given access to us by Codethink. We have 5 arm64 nodes running on "kvm hardware" kindly given access to us by Codethink. You can either: Loading
hosts/codethink05-arm64/etc/apt/apt.conf.d/80proxy 0 → 100644 +2 −0 Original line number Diff line number Diff line # Acquire::http::Proxy "http://192.168.101.4:3128";
hosts/codethink05-arm64/etc/apt/sources.list 0 → 100644 +23 −0 Original line number Diff line number Diff line # # Debian trixie # deb http://deb.debian.org/debian/ trixie main non-free-firmware contrib non-free #deb-src http://deb.debian.org/debian/ trixie main non-free-firmware contrib non-free # # Debian trixie security # deb http://security.debian.org/ trixie-security main non-free-firmware contrib non-free #deb-src http://security.debian.org/ trixie-security main non-free-firmware contrib non-free # # Debian trixie updates # deb http://deb.debian.org/debian/ trixie-updates main non-free-firmware contrib non-free #deb-src http://deb.debian.org/debian/ trixie-updates main non-free-firmware contrib non-free # # Debian trixie-backports # deb http://deb.debian.org/debian/ trixie-backports main non-free-firmware contrib non-free #deb-src http://deb.debian.org/debian/ trixie-backports main non-free-firmware contrib non-free
hosts/codethink05-arm64/etc/systemd/system/rebuilderd-worker@.service 0 → 100644 +17 −0 Original line number Diff line number Diff line [Unit] Description=rebuilderd-worker: rebuild packages After=rebuilderd_boot_cleanup.service [Service] User=rebuilderd Group=rebuilderd WorkingDirectory=/srv/rebuilderd/%i Restart=always RestartSec=0 ExecStart=/usr/bin/rebuilderd-worker -c /opt/etc/rebuilderd-worker.conf connect CPUSchedulingPolicy=idle IOSchedulingClass=3 Environment="TMPDIR=/srv/rebuilderd/tmp/" [Install] WantedBy=multi-user.target
hosts/codethink05-arm64/etc/systemd/system/rebuilderd_boot_cleanup.service 0 → 100644 +13 −0 Original line number Diff line number Diff line [Unit] Description=Run once at system boot to cleanup rebuilderd related files After=local-fs.target After=network.target #After=XXX [Service] ExecStart=/srv/jenkins/bin/rebuilderd_cleanup.sh RemainAfterExit=true Type=oneshot [Install] WantedBy=multi-user.target