[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: rename codethink-sledX-arm64 nodes to codethinkX-arm64

Holger Levsen gitlab at salsa.debian.org
Fri Oct 30 14:55:00 GMT 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
93300410 by Holger Levsen at 2020-10-30T15:51:24+01:00
reproducible Debian: rename codethink-sledX-arm64 nodes to codethinkX-arm64

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


17 changed files:

- bin/reproducible_html_nodes_info.sh
- − hosts/codethink-sled10-arm64/etc/postfix/main.cf
- − hosts/codethink-sled14-arm64/etc/postfix/main.cf
- − hosts/codethink-sled15-arm64/etc/postfix/main.cf
- − hosts/codethink-sled16-arm64/etc/postfix/main.cf
- hosts/codethink-sled9-arm64/etc/postfix/main.cf → hosts/codethink10-arm64/etc/postfix/main.cf
- hosts/codethink-sled11-arm64/etc/postfix/main.cf → hosts/codethink11-arm64/etc/postfix/main.cf
- hosts/codethink-sled12-arm64/etc/postfix/main.cf → hosts/codethink12-arm64/etc/postfix/main.cf
- hosts/codethink-sled13-arm64/etc/postfix/main.cf → hosts/codethink13-arm64/etc/postfix/main.cf
- + hosts/codethink14-arm64/etc/postfix/main.cf
- + hosts/codethink15-arm64/etc/postfix/main.cf
- + hosts/codethink16-arm64/etc/postfix/main.cf
- hosts/codethink-sled16-arm64/etc/squid/squid.conf → hosts/codethink16-arm64/etc/squid/squid.conf
- + hosts/codethink9-arm64/etc/postfix/main.cf
- hosts/common/etc/pbuilderrc
- hosts/common/etc/rc.local
- hosts/jenkins/etc/munin/munin.conf


Changes:

=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -94,7 +94,7 @@ build_nodes_health_page() {
 								JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1-2|sed 's#-build##' )
 							fi
 							;;
-					arm64) 		JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1-2|sed 's#-sled##' ) ;;
+					arm64) 		JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1) ;;
 					armhf) 		JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1) ;;
 				esac
 			fi
@@ -221,7 +221,7 @@ build_graph_overview_pages() {
 									JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1-2|sed 's#-build##' )
 								fi
 								;;
-						arm64) 		JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1-2|sed 's#-sled##' ) ;;
+						arm64) 		JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1) ;;
 						armhf) 		JENKINS_NODENAME=$(echo $NODE | cut -d "-" -f1) ;;
 					esac
 				fi


=====================================
hosts/codethink-sled10-arm64/etc/postfix/main.cf deleted
=====================================
@@ -1,41 +0,0 @@
-# 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 = codethink-sled10-arm64.debian.net
-alias_maps = hash:/etc/aliases
-alias_database = hash:/etc/aliases
-myorigin = /etc/mailname
-mydestination = codethink-sled10-arm64.debian.net, localhost
-relayhost = mail.reproducible-builds.org
-#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/codethink-sled14-arm64/etc/postfix/main.cf deleted
=====================================
@@ -1,41 +0,0 @@
-# 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 = codethink-sled14-arm64.debian.net
-alias_maps = hash:/etc/aliases
-alias_database = hash:/etc/aliases
-myorigin = /etc/mailname
-mydestination = codethink-sled14-arm64.debian.net, localhost
-relayhost = mail.reproducible-builds.org
-#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/codethink-sled15-arm64/etc/postfix/main.cf deleted
=====================================
@@ -1,41 +0,0 @@
-# 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 = codethink-sled15-arm64.debian.net
-alias_maps = hash:/etc/aliases
-alias_database = hash:/etc/aliases
-myorigin = /etc/mailname
-mydestination = codethink-sled15-arm64.debian.net, localhost
-relayhost = mail.reproducible-builds.org
-#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/codethink-sled16-arm64/etc/postfix/main.cf deleted
=====================================
@@ -1,41 +0,0 @@
-# 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 = codethink-sled16-arm64.debian.net
-alias_maps = hash:/etc/aliases
-alias_database = hash:/etc/aliases
-myorigin = /etc/mailname
-mydestination = codethink-sled16-arm64.debian.net, localhost
-relayhost = mail.reproducible-builds.org
-#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/codethink-sled9-arm64/etc/postfix/main.cf → hosts/codethink10-arm64/etc/postfix/main.cf
=====================================
@@ -27,11 +27,11 @@ 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 = codethink-sled9-arm64.debian.net
+myhostname = codethink10-arm64.debian.net
 alias_maps = hash:/etc/aliases
 alias_database = hash:/etc/aliases
 myorigin = /etc/mailname
-mydestination = codethink-sled9-arm64.debian.net, localhost
+mydestination = codethink10-arm64.debian.net, localhost
 relayhost = mail.reproducible-builds.org
 #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
 mynetworks = 127.0.0.0/8


=====================================
hosts/codethink-sled11-arm64/etc/postfix/main.cf → hosts/codethink11-arm64/etc/postfix/main.cf
=====================================
@@ -27,11 +27,11 @@ 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 = codethink-sled11-arm64.debian.net
+myhostname = codethink11-arm64.debian.net
 alias_maps = hash:/etc/aliases
 alias_database = hash:/etc/aliases
 myorigin = /etc/mailname
-mydestination = codethink-sled11-arm64.debian.net, localhost
+mydestination = codethink11-arm64.debian.net, localhost
 relayhost = mail.reproducible-builds.org
 #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
 mynetworks = 127.0.0.0/8


=====================================
hosts/codethink-sled12-arm64/etc/postfix/main.cf → hosts/codethink12-arm64/etc/postfix/main.cf
=====================================
@@ -27,11 +27,11 @@ 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 = codethink-sled12-arm64.debian.net
+myhostname = codethink12-arm64.debian.net
 alias_maps = hash:/etc/aliases
 alias_database = hash:/etc/aliases
 myorigin = /etc/mailname
-mydestination = codethink-sled12-arm64.debian.net, localhost
+mydestination = codethink12-arm64.debian.net, localhost
 relayhost = mail.reproducible-builds.org
 #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
 mynetworks = 127.0.0.0/8


=====================================
hosts/codethink-sled13-arm64/etc/postfix/main.cf → hosts/codethink13-arm64/etc/postfix/main.cf
=====================================
@@ -27,11 +27,11 @@ 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 = codethink-sled13-arm64.debian.net
+myhostname = codethink13-arm64.debian.net
 alias_maps = hash:/etc/aliases
 alias_database = hash:/etc/aliases
 myorigin = /etc/mailname
-mydestination = codethink-sled13-arm64.debian.net, localhost
+mydestination = codethink13-arm64.debian.net, localhost
 relayhost = mail.reproducible-builds.org
 #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
 mynetworks = 127.0.0.0/8


=====================================
hosts/codethink14-arm64/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# 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 = codethink14-arm64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = codethink14-arm64.debian.net, localhost
+relayhost = mail.reproducible-builds.org
+#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/codethink15-arm64/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# 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 = codethink15-arm64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = codethink15-arm64.debian.net, localhost
+relayhost = mail.reproducible-builds.org
+#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/codethink16-arm64/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# 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 = codethink16-arm64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = codethink16-arm64.debian.net, localhost
+relayhost = mail.reproducible-builds.org
+#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/codethink-sled16-arm64/etc/squid/squid.conf → hosts/codethink16-arm64/etc/squid/squid.conf
=====================================


=====================================
hosts/codethink9-arm64/etc/postfix/main.cf
=====================================
@@ -0,0 +1,41 @@
+# 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 = codethink9-arm64.debian.net
+alias_maps = hash:/etc/aliases
+alias_database = hash:/etc/aliases
+myorigin = /etc/mailname
+mydestination = codethink9-arm64.debian.net, localhost
+relayhost = mail.reproducible-builds.org
+#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/common/etc/pbuilderrc
=====================================
@@ -30,7 +30,7 @@ fi
 # (only on those 8 nodes running in the future…)
 if [ "$HOSTNAME" = "ionos5-amd64" ] || [ "$HOSTNAME" = "ionos6-i386" ] || \
    [ "$HOSTNAME" = "ionos15-amd64" ] || [ "$HOSTNAME" = "ionos16-i386" ] || \
-   [ "$HOSTNAME" = "codethink-sled9-arm64" ] || [ "$HOSTNAME" = "codethink-sled11-arm64" ] || \
-   [ "$HOSTNAME" = "codethink-sled13-arm64" ] || [ "$HOSTNAME" = "codethink-sled15-arm64" ] ; then
+   [ "$HOSTNAME" = "codethink9-arm64" ] || [ "$HOSTNAME" = "codethink11-arm64" ] || \
+   [ "$HOSTNAME" = "codethink13-arm64" ] || [ "$HOSTNAME" = "codethink15-arm64" ] ; then
 	APTGETOPT=(-o Acquire::Check-Valid-Until="false")
 fi


=====================================
hosts/common/etc/rc.local
=====================================
@@ -93,10 +93,10 @@ fi
 # run some hosts in the future
 #
 case $(hostname) in
-	codethink-sled9*)	send_back_to_the_future ;;
-	codethink-sled11*)	send_back_to_the_future ;;
-	codethink-sled13*)	send_back_to_the_future ;;
-	codethink-sled15*)	send_back_to_the_future ;;
+	codethink9*)		send_back_to_the_future ;;
+	codethink11*)		send_back_to_the_future ;;
+	codethink13*)		send_back_to_the_future ;;
+	codethink15*)		send_back_to_the_future ;;
 	ionos5*)		send_back_to_the_future ;;
 	ionos6*)		send_back_to_the_future ;;
 	ionos15*)		send_back_to_the_future ;;


=====================================
hosts/jenkins/etc/munin/munin.conf
=====================================
@@ -282,8 +282,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled9-arm64.debian.net]
-    address ssh://jenkins@codethink-sled9-arm64.debian.net:10109/bin/nc localhost 4949
+[codethink9-arm64.debian.net]
+    address ssh://jenkins@codethink9-arm64.debian.net:10109/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -294,8 +294,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled10-arm64.debian.net]
-    address ssh://jenkins@codethink-sled10-arm64.debian.net:10110/bin/nc localhost 4949
+[codethink10-arm64.debian.net]
+    address ssh://jenkins@codethink10-arm64.debian.net:10110/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -306,8 +306,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled11-arm64.debian.net]
-    address ssh://jenkins@codethink-sled11-arm64.debian.net:10111/bin/nc localhost 4949
+[codethink11-arm64.debian.net]
+    address ssh://jenkins@codethink11-arm64.debian.net:10111/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -318,8 +318,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled12-arm64.debian.net]
-    address ssh://jenkins@codethink-sled12-arm64.debian.net:10112/bin/nc localhost 4949
+[codethink12-arm64.debian.net]
+    address ssh://jenkins@codethink12-arm64.debian.net:10112/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -330,8 +330,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled13-arm64.debian.net]
-    address ssh://jenkins@codethink-sled13-arm64.debian.net:10113/bin/nc localhost 4949
+[codethink13-arm64.debian.net]
+    address ssh://jenkins@codethink13-arm64.debian.net:10113/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -342,8 +342,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled14-arm64.debian.net]
-    address ssh://jenkins@codethink-sled14-arm64.debian.net:10114/bin/nc localhost 4949
+[codethink14-arm64.debian.net]
+    address ssh://jenkins@codethink14-arm64.debian.net:10114/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -354,8 +354,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled15-arm64.debian.net]
-    address ssh://jenkins@codethink-sled15-arm64.debian.net:10115/bin/nc localhost 4949
+[codethink15-arm64.debian.net]
+    address ssh://jenkins@codethink15-arm64.debian.net:10115/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -366,8 +366,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[codethink-sled16-arm64.debian.net]
-    address ssh://jenkins@codethink-sled16-arm64.debian.net:10116/bin/nc localhost 4949
+[codethink16-arm64.debian.net]
+    address ssh://jenkins@codethink16-arm64.debian.net:10116/bin/nc localhost 4949
     use_node_name yes
     df._srv_workspace.warning 90
     df._srv_workspace.critical 95
@@ -743,5 +743,5 @@ contact.me.command mail -s "Munin notification ${var:host}" root
 #       node_order Totals fii.foo.com fay.foo.com
 #
 [debian.net;]
-	node_order jenkins.debian.net ionos1-amd64.debian.net ionos2-i386.debian.net ionos3-amd64.debian.net ionos5-amd64.debian.net ionos6-i386.debian.net ionos7-amd64.debian.net ionos9-amd64.debian.net ionos10-amd64.debian.net ionos11-amd64.debian.net ionos12-i386.debian.net ionos15-amd64.debian.net ionos16-i386.debian.net osuosl-build167-amd64.debian.net osuosl-build168-amd64.debian.net osuosl-build169-amd64.debian.net osuosl-build170-amd64.debian.net osuosl-build171-amd64.debian.net osuosl-build172-amd64.debian.net osuosl-build173-amd64.debian.net osuosl-build174-amd64.debian.net codethink-sled9-arm64.debian.net codethink-sled10-arm64.debian.net codethink-sled11-arm64.debian.net codethink-sled12-arm64.debian.net codethink-sled13-arm64.debian.net codethink-sled14-arm64.debian.net codethink-sled15-arm64.debian.net codethink-sled16-arm64.debian.net bbx15-armhf-rb.debian.net cbxi4a-armhf-rb.debian.net cbxi4b-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net cb3a-armhf-rb.debian.net ff2a-armhf-rb.debian.net ff2b-armhf-rb.debian.net ff4a-armhf-rb.debian.net ff64a-armhf-rb.debian.net odxu4a-armhf-rb.debian.net odxu4b-armhf-rb.debian.net odu3a-armhf-rb.debian.net jtk1a-armhf-rb.debian.net jtk1b-armhf-rb.debian.net jtx1a-armhf-rb.debian.net jtx1b-armhf-rb.debian.net jtx1c-armhf-rb.debian.net opi2a-armhf-rb.debian.net opi2c-armhf-rb.debian.net p64b-armhf-rb.debian.net p64c-armhf-rb.debian.net wbq0-armhf-rb.debian.net freebsd-jenkins.debian.net jenkins-test-vm.debian.net
+	node_order jenkins.debian.net ionos1-amd64.debian.net ionos2-i386.debian.net ionos3-amd64.debian.net ionos5-amd64.debian.net ionos6-i386.debian.net ionos7-amd64.debian.net ionos9-amd64.debian.net ionos10-amd64.debian.net ionos11-amd64.debian.net ionos12-i386.debian.net ionos15-amd64.debian.net ionos16-i386.debian.net osuosl-build167-amd64.debian.net osuosl-build168-amd64.debian.net osuosl-build169-amd64.debian.net osuosl-build170-amd64.debian.net osuosl-build171-amd64.debian.net osuosl-build172-amd64.debian.net osuosl-build173-amd64.debian.net osuosl-build174-amd64.debian.net codethink9-arm64.debian.net codethink10-arm64.debian.net codethink11-arm64.debian.net codethink12-arm64.debian.net codethink13-arm64.debian.net codethink14-arm64.debian.net codethink15-arm64.debian.net codethink16-arm64.debian.net bbx15-armhf-rb.debian.net cbxi4a-armhf-rb.debian.net cbxi4b-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net cb3a-armhf-rb.debian.net ff2a-armhf-rb.debian.net ff2b-armhf-rb.debian.net ff4a-armhf-rb.debian.net ff64a-armhf-rb.debian.net odxu4a-armhf-rb.debian.net odxu4b-armhf-rb.debian.net odu3a-armhf-rb.debian.net jtk1a-armhf-rb.debian.net jtk1b-armhf-rb.debian.net jtx1a-armhf-rb.debian.net jtx1b-armhf-rb.debian.net jtx1c-armhf-rb.debian.net opi2a-armhf-rb.debian.net opi2c-armhf-rb.debian.net p64b-armhf-rb.debian.net p64c-armhf-rb.debian.net wbq0-armhf-rb.debian.net freebsd-jenkins.debian.net jenkins-test-vm.debian.net
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/933004109175143619c65b3f880d5e02d8f0b67f

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/933004109175143619c65b3f880d5e02d8f0b67f
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/20201030/b11850ed/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list