[Git][qa/jenkins.debian.net][master] 2 commits: reproducible openwrt: give aparcar access to ionos30 to be used as github worker
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Sep 22 20:17:09 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9eb545d4 by Holger Levsen at 2025-09-22T21:16:27+02:00
reproducible openwrt: give aparcar access to ionos30 to be used as github worker
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
009747c5 by Holger Levsen at 2025-09-22T21:16:56+02:00
fixup: jenkins nodes: split osuosl3 into 31 for openqa and 32 for janitor
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
7 changed files:
- + authorized_keys/aparcar at aparcar.org
- + hosts/osuosl32-amd64/etc/apt-cacher-ng/backends_debian
- + hosts/osuosl32-amd64/etc/apt/apt.conf.d/80proxy
- + hosts/osuosl32-amd64/etc/postfix/main.cf
- + hosts/osuosl32-amd64/etc/squid/squid.conf
- + hosts/osuosl32-amd64/etc/sysctl.d/80-vm-dirty.conf
- update_jdn.sh
Changes:
=====================================
authorized_keys/aparcar at aparcar.org
=====================================
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDZTxjQ3/KTefKvsPlVBWz+ITD7dGWcOt8/C55ekd2VE mail at aparcar.org
=====================================
hosts/osuosl32-amd64/etc/apt-cacher-ng/backends_debian
=====================================
@@ -0,0 +1,2 @@
+http://debian.osuosl.org/debian/
+http://deb.debian.org/debian/
=====================================
hosts/osuosl32-amd64/etc/apt/apt.conf.d/80proxy
=====================================
@@ -0,0 +1 @@
+Acquire::http::Proxy "http://127.0.0.1:3128";
=====================================
hosts/osuosl32-amd64/etc/postfix/main.cf
=====================================
@@ -0,0 +1,42 @@
+# See /usr/share/postfix/main.cf.dist for a commented, more complete version
+
+
+# Debian specific: Specifying a file name will cause the first
+# line of that file to be used as the name. The Debian default
+# is /etc/mailname.
+#myorigin = /etc/mailname
+
+smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
+biff = no
+
+# appending .domain is the MUA's job.
+append_dot_mydomain = no
+
+# Uncomment the next line to generate "delayed mail" warnings
+#delay_warning_time = 4h
+
+readme_directory = no
+
+# TLS parameters
+smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
+smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
+smtpd_use_tls=yes
+smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
+smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
+
+# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
+# information on enabling SSL in the smtp client.
+
+myhostname = osuosl32-amd64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = osuosl32-amd64.debian.net, localhost
+relayhost = mail.holgerlevsen.de
+smtpd_relay_restrictions = permit_mynetworks, reject
+#mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
+mynetworks = 127.0.0.0/8
+mailbox_size_limit = 0
+recipient_delimiter = +
+inet_interfaces = all
+mailbox_command = /usr/bin/procmail -a "$EXTENSION"
=====================================
hosts/osuosl32-amd64/etc/squid/squid.conf
=====================================
The diff for this file was not included because it is too large.
=====================================
hosts/osuosl32-amd64/etc/sysctl.d/80-vm-dirty.conf
=====================================
@@ -0,0 +1,18 @@
+# this file is maintained in the jenkins.debian.net git repo
+# so any edits should be done there rather than directly on the machine
+
+# These settings are intended to allow data that is written by jobs like
+# openqa and janitor, such as the disk images or unpacked packages,
+# which at the end of the job are discarded, can sit in RAM for the
+# duration of the job and never get written to the disk.
+
+# I'm (fil) dubious about the very long dirty_writeback_centisecs, since I'd
+# have thought one could check fairly often and still only flush the things that
+# are older that the writeback_centisecs setting, but it seems not to work like
+# that. Clearly more research is required. Anyway, this does seem to make the
+# disks much less busy at least.
+
+vm.dirty_ratio = 80
+vm.dirty_background_ratio = 50
+vm.dirty_expire_centisecs = 240000
+vm.dirty_writeback_centisecs = 180000
=====================================
update_jdn.sh
=====================================
@@ -135,6 +135,7 @@ user_host_groups['jspricke','riscv64-33']=""
user_host_groups['jspricke','riscv64-34']=""
user_host_groups['jspricke','osuosl6-ppc64el']=""
user_host_groups['jspricke','osuosl7-ppc64el']=""
+user_host_groups['aparcar','ionos30']=""
u_shell['mattia']='/bin/zsh'
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/67d21e529a22f484bd1b493ae87046f77045dc6c...009747c55ba644311a914595d56315bd8cfb4316
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/67d21e529a22f484bd1b493ae87046f77045dc6c...009747c55ba644311a914595d56315bd8cfb4316
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/20250922/9abf51ef/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list