[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: Rename armhf host odxu4 to odxu4a.

Mattia Rizzolo mattia at debian.org
Sat Oct 7 11:11:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit ee0200ef35f086dcb6862deae831053e6f79ca3a
Author: Vagrant Cascadian <vagrant at debian.org>
Date:   Thu Oct 5 10:58:12 2017 -0700

    reproducible debian: Rename armhf host odxu4 to odxu4a.
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 README                                                         |  2 +-
 README.infrastructure                                          |  2 +-
 bin/jenkins_node_definitions.sh                                |  4 ++--
 bin/reproducible_build_service.sh                              | 10 +++++-----
 deploy_jdn                                                     |  2 +-
 hosts/jenkins/etc/munin/munin.conf                             |  6 +++---
 hosts/odxu4                                                    |  1 -
 hosts/odxu4a                                                   |  1 +
 .../etc/apt/apt.conf.d/10no-package-descriptions               |  0
 .../etc/apt/apt.conf.d/80proxy                                 |  0
 .../etc/apt/listchanges.conf                                   |  0
 hosts/{odxu4-armhf-rb => odxu4a-armhf-rb}/etc/apt/sources.list |  0
 hosts/{odxu4-armhf-rb => odxu4a-armhf-rb}/etc/cron.d/dsa       |  0
 .../etc/logrotate.d/jenkins.debian.net-update_jdn              |  0
 .../etc/munin/munin-node.conf                                  |  2 +-
 .../etc/munin/plugin-conf.d/df                                 |  0
 .../etc/munin/plugin-conf.d/diskstats                          |  0
 .../etc/munin/plugin-conf.d/munin-node                         |  0
 .../etc/munin/plugins/jenkins_reproducible_builds              |  0
 .../etc/pbuilder/rebuild-hooks/B01_cleanup                     |  0
 .../etc/pbuilder/rebuild-hooks/C01_cleanup                     |  0
 .../etc/pbuilder/rebuild-hooks/D01_modify_environment          |  0
 hosts/{odxu4-armhf-rb => odxu4a-armhf-rb}/etc/pbuilderrc       |  0
 hosts/{odxu4-armhf-rb => odxu4a-armhf-rb}/etc/postfix/main.cf  |  4 ++--
 hosts/{odxu4-armhf-rb => odxu4a-armhf-rb}/etc/rc.local         |  0
 .../etc/schroot/default/fstab                                  |  0
 .../etc/schroot/default/nssdatabases                           |  0
 .../{odxu4-armhf-rb => odxu4a-armhf-rb}/etc/sudoers.d/jenkins  |  0
 .../etc/sudoers.d/jenkins-adm                                  |  0
 .../etc/systemd/system/rc-local.service.d/local.conf           |  0
 .../usr/local/bin/dsa-check-packages                           |  0
 .../usr/local/bin/dsa-check-running-kernel                     |  0
 .../usr/local/sbin/nagios-check-libs                           |  0
 job-cfg/reproducible.yaml                                      |  6 +++---
 34 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/README b/README
index 34e87ea..47b7d91 100644
--- a/README
+++ b/README
@@ -148,7 +148,7 @@ Installation tests inside chroot environments.
 ** To test 'armhf' we are using 29 small boards hosted by vagrant at d.o:
 *** six quad-cores (cbxi4a, cbxi4b, ff4a, jtx1a, jtx1b, jtx1c) with 4gb ram,
 *** one hexa-core (ff64a) with 2gb ram,
-*** three octo-cores (odxu4, odxu4b and odxu4c) with 2gb ram,
+*** three octo-cores (odxu4a, odxu4b and odxu4c) with 2gb ram,
 *** twelve quad-cores (wbq0, cbxi4pro0, ff2a, ff2b, odu3a, opi2a, opi2b, opi2c, jtk1a, jtk1b, p64b and p64c) with 2gb ram,
 *** two dual-core (bbx15 and cb3a) with 2gb ram and,
 *** two quad-cores (rpi2b and rpi2c) with 1gb ram and
diff --git a/README.infrastructure b/README.infrastructure
index e6c5360..04632de 100644
--- a/README.infrastructure
+++ b/README.infrastructure
@@ -57,7 +57,7 @@ worth a try.
 
 A small number of the names listed in cereal differ slightly from
 the names used natively... partly due to bugs in cereal. They should be
-fairly obvious (e.g. odxu4a vs. odxu4).
+fairly obvious (e.g. bpi0a vs. bpi0, hb0a vs. hb0).
 
 The serial console access is still read-only, not actually interacting
 with the console; think this is a limitation of the way "cereal"
diff --git a/bin/jenkins_node_definitions.sh b/bin/jenkins_node_definitions.sh
index 9187e88..2e24c4f 100755
--- a/bin/jenkins_node_definitions.sh
+++ b/bin/jenkins_node_definitions.sh
@@ -36,7 +36,7 @@ jtx1a-armhf-rb.debian.net
 jtx1b-armhf-rb.debian.net
 jtx1c-armhf-rb.debian.net
 odu3a-armhf-rb.debian.net
-odxu4-armhf-rb.debian.net
+odxu4a-armhf-rb.debian.net
 odxu4b-armhf-rb.debian.net
 odxu4c-armhf-rb.debian.net
 opi2a-armhf-rb.debian.net
@@ -82,7 +82,7 @@ get_node_ssh_port() {
 	  cbxi4pro0-armhf-rb.debian.net)
 	    PORT=2226
 	    ;;
-	  odxu4-armhf-rb.debian.net)
+	  odxu4a-armhf-rb.debian.net)
 	    PORT=2229
 	    ;;
 	  wbd0-armhf-rb.debian.net)
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index e85cb65..673ea65 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -116,7 +116,7 @@ choose_nodes() {
                 arm64_31)       NODE1=codethink-sled14-arm64	NODE2=codethink-sled11-arm64 ;;
                 arm64_32)       NODE1=codethink-sled13-arm64	NODE2=codethink-sled14-arm64 ;;
 		# to choose new armhf jobs:
-            #   for i in hb0 rpi2b rpi2c wbd0 bpi0 cb3a bbx15 cbxi4pro0 ff2a ff2b ff64a jtk1a jtk1b odxu4 odxu4b odxu4c odu3a opi2a opi2b opi2c p64b p64c wbq0 cbxi4a cbxi4b ff4a jtx1a jtx1b jtx1c; do echo "$i: " ; grep NODE1 bin/reproducible_build_service.sh|grep armhf|grep $i-armhf ; done
+            #   for i in hb0 rpi2b rpi2c wbd0 bpi0 cb3a bbx15 cbxi4pro0 ff2a ff2b ff64a jtk1a jtk1b odxu4a odxu4b odxu4c odu3a opi2a opi2b opi2c p64b p64c wbq0 cbxi4a cbxi4b ff4a jtx1a jtx1b jtx1c; do echo "$i: " ; grep NODE1 bin/reproducible_build_service.sh|grep armhf|grep $i-armhf ; done
 	        #       6 jobs for quad-cores with 4 gb ram
 	        #       4 jobs for octo-cores with 2 gb ram
 	        #       4 jobs for hexa-cores with 2 gb ram
@@ -146,13 +146,13 @@ choose_nodes() {
                 armhf_17)	NODE1=jtx1b-armhf-rb		NODE2=opi2c-armhf-rb ;;
                 armhf_18)	NODE1=jtk1b-armhf-rb		NODE2=opi2b-armhf-rb ;;
                 armhf_19)	NODE1=jtk1b-armhf-rb		NODE2=opi2a-armhf-rb ;;
-                armhf_20)	NODE1=odxu4-armhf-rb		NODE2=opi2b-armhf-rb ;;
-                armhf_21)	NODE1=odxu4-armhf-rb		NODE2=opi2a-armhf-rb ;;
+                armhf_20)	NODE1=odxu4a-armhf-rb		NODE2=opi2b-armhf-rb ;;
+                armhf_21)	NODE1=odxu4a-armhf-rb		NODE2=opi2a-armhf-rb ;;
                 armhf_22)	NODE1=odxu4b-armhf-rb		NODE2=odu3a-armhf-rb ;;
                 armhf_23)	NODE1=odxu4b-armhf-rb		NODE2=jtk1b-armhf-rb ;;
                 armhf_24)	NODE1=odxu4c-armhf-rb		NODE2=jtx1c-armhf-rb ;;
                 armhf_25)	NODE1=odxu4c-armhf-rb		NODE2=jtk1b-armhf-rb ;;
-                armhf_26)	NODE1=odu3a-armhf-rb		NODE2=odxu4-armhf-rb ;;
+                armhf_26)	NODE1=odu3a-armhf-rb		NODE2=odxu4a-armhf-rb ;;
                 armhf_27)	NODE1=odu3a-armhf-rb		NODE2=jtx1b-armhf-rb ;;
                 armhf_28)	NODE1=opi2a-armhf-rb		NODE2=odxu4c-armhf-rb ;;
                 armhf_29)	NODE1=opi2a-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
@@ -177,7 +177,7 @@ choose_nodes() {
                 armhf_48)	NODE1=ff4a-armhf-rb		NODE2=jtx1c-armhf-rb ;;
                 armhf_49)	NODE1=jtx1a-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
                 armhf_50)	NODE1=jtx1a-armhf-rb		NODE2=rpi2b-armhf-rb ;;
-                armhf_51)	NODE1=jtx1a-armhf-rb		NODE2=odxu4-armhf-rb ;;
+                armhf_51)	NODE1=jtx1a-armhf-rb		NODE2=odxu4a-armhf-rb ;;
                 armhf_52)	NODE1=jtx1b-armhf-rb		NODE2=bbx15-armhf-rb ;;
                 armhf_53)	NODE1=jtx1c-armhf-rb		NODE2=jtk1a-armhf-rb ;;
                 armhf_54)	NODE1=jtx1c-armhf-rb		NODE2=cbxi4a-armhf-rb ;;
diff --git a/deploy_jdn b/deploy_jdn
index da71806..beb8c17 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -67,7 +67,7 @@ jtx1a-armhf-rb.debian.net
 jtx1b-armhf-rb.debian.net
 jtx1c-armhf-rb.debian.net
 odu3a-armhf-rb.debian.net
-odxu4-armhf-rb.debian.net
+odxu4a-armhf-rb.debian.net
 odxu4b-armhf-rb.debian.net
 odxu4c-armhf-rb.debian.net
 opi2a-armhf-rb.debian.net
diff --git a/hosts/jenkins/etc/munin/munin.conf b/hosts/jenkins/etc/munin/munin.conf
index b3491d2..47582a5 100644
--- a/hosts/jenkins/etc/munin/munin.conf
+++ b/hosts/jenkins/etc/munin/munin.conf
@@ -446,8 +446,8 @@ contact.me.command mail -s "Munin notification ${var:host}" root
     diskstats_utilization.graph no
     diskstats_iops.graph no
 
-[odxu4-armhf-rb.debian.net]
-    address ssh://jenkins@odxu4-armhf-rb.debian.net:2229/bin/nc localhost 4949
+[odxu4a-armhf-rb.debian.net]
+    address ssh://jenkins@odxu4a-armhf-rb.debian.net:2229/bin/nc localhost 4949
     use_node_name yes
     diskstats_latency.sda.avgwrwait.warning 0:20
     diskstats_latency.sda.avgrdwait.warning 0:10
@@ -729,5 +729,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 profitbricks-build1-amd64.debian.net profitbricks-build2-i386.debian.net profitbricks-build3-amd64.debian.net profitbricks-build4-amd64.debian.net profitbricks-build5-amd64.debian.net profitbricks-build6-i386.debian.net profitbricks-build9-amd64.debian.net profitbricks-build10-amd64.debian.net profitbricks-build11-amd64.debian.net profitbricks-build12-i386.debian.net profitbricks-build15-amd64.debian.net profitbricks-build16-i386.debian.net codethink-sled9- [...]
+	node_order jenkins.debian.net profitbricks-build1-amd64.debian.net profitbricks-build2-i386.debian.net profitbricks-build3-amd64.debian.net profitbricks-build4-amd64.debian.net profitbricks-build5-amd64.debian.net profitbricks-build6-i386.debian.net profitbricks-build9-amd64.debian.net profitbricks-build10-amd64.debian.net profitbricks-build11-amd64.debian.net profitbricks-build12-i386.debian.net profitbricks-build15-amd64.debian.net profitbricks-build16-i386.debian.net codethink-sled9- [...]
 
diff --git a/hosts/odxu4 b/hosts/odxu4
deleted file mode 120000
index 809081c..0000000
--- a/hosts/odxu4
+++ /dev/null
@@ -1 +0,0 @@
-odxu4-armhf-rb
\ No newline at end of file
diff --git a/hosts/odxu4a b/hosts/odxu4a
new file mode 120000
index 0000000..89185dc
--- /dev/null
+++ b/hosts/odxu4a
@@ -0,0 +1 @@
+odxu4a-armhf-rb/
\ No newline at end of file
diff --git a/hosts/odxu4-armhf-rb/etc/apt/apt.conf.d/10no-package-descriptions b/hosts/odxu4a-armhf-rb/etc/apt/apt.conf.d/10no-package-descriptions
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/apt/apt.conf.d/10no-package-descriptions
rename to hosts/odxu4a-armhf-rb/etc/apt/apt.conf.d/10no-package-descriptions
diff --git a/hosts/odxu4-armhf-rb/etc/apt/apt.conf.d/80proxy b/hosts/odxu4a-armhf-rb/etc/apt/apt.conf.d/80proxy
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/apt/apt.conf.d/80proxy
rename to hosts/odxu4a-armhf-rb/etc/apt/apt.conf.d/80proxy
diff --git a/hosts/odxu4-armhf-rb/etc/apt/listchanges.conf b/hosts/odxu4a-armhf-rb/etc/apt/listchanges.conf
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/apt/listchanges.conf
rename to hosts/odxu4a-armhf-rb/etc/apt/listchanges.conf
diff --git a/hosts/odxu4-armhf-rb/etc/apt/sources.list b/hosts/odxu4a-armhf-rb/etc/apt/sources.list
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/apt/sources.list
rename to hosts/odxu4a-armhf-rb/etc/apt/sources.list
diff --git a/hosts/odxu4-armhf-rb/etc/cron.d/dsa b/hosts/odxu4a-armhf-rb/etc/cron.d/dsa
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/cron.d/dsa
rename to hosts/odxu4a-armhf-rb/etc/cron.d/dsa
diff --git a/hosts/odxu4-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn b/hosts/odxu4a-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn
rename to hosts/odxu4a-armhf-rb/etc/logrotate.d/jenkins.debian.net-update_jdn
diff --git a/hosts/odxu4-armhf-rb/etc/munin/munin-node.conf b/hosts/odxu4a-armhf-rb/etc/munin/munin-node.conf
similarity index 97%
rename from hosts/odxu4-armhf-rb/etc/munin/munin-node.conf
rename to hosts/odxu4a-armhf-rb/etc/munin/munin-node.conf
index 48ab6d5..49882c6 100644
--- a/hosts/odxu4-armhf-rb/etc/munin/munin-node.conf
+++ b/hosts/odxu4a-armhf-rb/etc/munin/munin-node.conf
@@ -63,4 +63,4 @@ host *
 port 4949
 
 allow ^78\.137\.96\.196
-hostname odxu4-armhf-rb.debian.net
+hostname odxu4a-armhf-rb.debian.net
diff --git a/hosts/odxu4-armhf-rb/etc/munin/plugin-conf.d/df b/hosts/odxu4a-armhf-rb/etc/munin/plugin-conf.d/df
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/munin/plugin-conf.d/df
rename to hosts/odxu4a-armhf-rb/etc/munin/plugin-conf.d/df
diff --git a/hosts/odxu4-armhf-rb/etc/munin/plugin-conf.d/diskstats b/hosts/odxu4a-armhf-rb/etc/munin/plugin-conf.d/diskstats
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/munin/plugin-conf.d/diskstats
rename to hosts/odxu4a-armhf-rb/etc/munin/plugin-conf.d/diskstats
diff --git a/hosts/odxu4-armhf-rb/etc/munin/plugin-conf.d/munin-node b/hosts/odxu4a-armhf-rb/etc/munin/plugin-conf.d/munin-node
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/munin/plugin-conf.d/munin-node
rename to hosts/odxu4a-armhf-rb/etc/munin/plugin-conf.d/munin-node
diff --git a/hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds b/hosts/odxu4a-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds
rename to hosts/odxu4a-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds
diff --git a/hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/B01_cleanup b/hosts/odxu4a-armhf-rb/etc/pbuilder/rebuild-hooks/B01_cleanup
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/B01_cleanup
rename to hosts/odxu4a-armhf-rb/etc/pbuilder/rebuild-hooks/B01_cleanup
diff --git a/hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/C01_cleanup b/hosts/odxu4a-armhf-rb/etc/pbuilder/rebuild-hooks/C01_cleanup
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/C01_cleanup
rename to hosts/odxu4a-armhf-rb/etc/pbuilder/rebuild-hooks/C01_cleanup
diff --git a/hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/odxu4a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
rename to hosts/odxu4a-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment
diff --git a/hosts/odxu4-armhf-rb/etc/pbuilderrc b/hosts/odxu4a-armhf-rb/etc/pbuilderrc
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/pbuilderrc
rename to hosts/odxu4a-armhf-rb/etc/pbuilderrc
diff --git a/hosts/odxu4-armhf-rb/etc/postfix/main.cf b/hosts/odxu4a-armhf-rb/etc/postfix/main.cf
similarity index 92%
rename from hosts/odxu4-armhf-rb/etc/postfix/main.cf
rename to hosts/odxu4a-armhf-rb/etc/postfix/main.cf
index 86551d0..551f8b9 100644
--- a/hosts/odxu4-armhf-rb/etc/postfix/main.cf
+++ b/hosts/odxu4a-armhf-rb/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 = odxu4-armhf-rb.debian.net
+myhostname = odxu4a-armhf-rb.debian.net
 alias_maps = hash:/etc/aliases
 alias_database = hash:/etc/aliases
 myorigin = /etc/mailname
-mydestination = odxu4-armhf-rb.debian.net, localhost
+mydestination = odxu4a-armhf-rb.debian.net, localhost
 relayhost = mail.holgerlevsen.de 
 #mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
 mynetworks = 127.0.0.0/8
diff --git a/hosts/odxu4-armhf-rb/etc/rc.local b/hosts/odxu4a-armhf-rb/etc/rc.local
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/rc.local
rename to hosts/odxu4a-armhf-rb/etc/rc.local
diff --git a/hosts/odxu4-armhf-rb/etc/schroot/default/fstab b/hosts/odxu4a-armhf-rb/etc/schroot/default/fstab
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/schroot/default/fstab
rename to hosts/odxu4a-armhf-rb/etc/schroot/default/fstab
diff --git a/hosts/odxu4-armhf-rb/etc/schroot/default/nssdatabases b/hosts/odxu4a-armhf-rb/etc/schroot/default/nssdatabases
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/schroot/default/nssdatabases
rename to hosts/odxu4a-armhf-rb/etc/schroot/default/nssdatabases
diff --git a/hosts/odxu4-armhf-rb/etc/sudoers.d/jenkins b/hosts/odxu4a-armhf-rb/etc/sudoers.d/jenkins
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/sudoers.d/jenkins
rename to hosts/odxu4a-armhf-rb/etc/sudoers.d/jenkins
diff --git a/hosts/odxu4-armhf-rb/etc/sudoers.d/jenkins-adm b/hosts/odxu4a-armhf-rb/etc/sudoers.d/jenkins-adm
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/sudoers.d/jenkins-adm
rename to hosts/odxu4a-armhf-rb/etc/sudoers.d/jenkins-adm
diff --git a/hosts/odxu4-armhf-rb/etc/systemd/system/rc-local.service.d/local.conf b/hosts/odxu4a-armhf-rb/etc/systemd/system/rc-local.service.d/local.conf
similarity index 100%
rename from hosts/odxu4-armhf-rb/etc/systemd/system/rc-local.service.d/local.conf
rename to hosts/odxu4a-armhf-rb/etc/systemd/system/rc-local.service.d/local.conf
diff --git a/hosts/odxu4-armhf-rb/usr/local/bin/dsa-check-packages b/hosts/odxu4a-armhf-rb/usr/local/bin/dsa-check-packages
similarity index 100%
rename from hosts/odxu4-armhf-rb/usr/local/bin/dsa-check-packages
rename to hosts/odxu4a-armhf-rb/usr/local/bin/dsa-check-packages
diff --git a/hosts/odxu4-armhf-rb/usr/local/bin/dsa-check-running-kernel b/hosts/odxu4a-armhf-rb/usr/local/bin/dsa-check-running-kernel
similarity index 100%
rename from hosts/odxu4-armhf-rb/usr/local/bin/dsa-check-running-kernel
rename to hosts/odxu4a-armhf-rb/usr/local/bin/dsa-check-running-kernel
diff --git a/hosts/odxu4-armhf-rb/usr/local/sbin/nagios-check-libs b/hosts/odxu4a-armhf-rb/usr/local/sbin/nagios-check-libs
similarity index 100%
rename from hosts/odxu4-armhf-rb/usr/local/sbin/nagios-check-libs
rename to hosts/odxu4a-armhf-rb/usr/local/sbin/nagios-check-libs
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index c1ea091..b502b30 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -297,7 +297,7 @@
                 - 'jtx1a':          { my_arch: 'armhf' }
                 - 'jtx1b':          { my_arch: 'armhf' }
                 - 'jtx1c':          { my_arch: 'armhf' }
-                - 'odxu4':          { my_arch: 'armhf' }
+                - 'odxu4a':          { my_arch: 'armhf' }
                 - 'odxu4b':         { my_arch: 'armhf' }
                 - 'odxu4c':         { my_arch: 'armhf' }
                 - 'odu3a':          { my_arch: 'armhf' }
@@ -353,7 +353,7 @@
                 - 'jtx1a':          { my_arch: 'armhf' }
                 - 'jtx1b':          { my_arch: 'armhf' }
                 - 'jtx1c':          { my_arch: 'armhf' }
-                - 'odxu4':          { my_arch: 'armhf' }
+                - 'odxu4a':          { my_arch: 'armhf' }
                 - 'odxu4b':         { my_arch: 'armhf' }
                 - 'odxu4c':         { my_arch: 'armhf' }
                 - 'odu3a':          { my_arch: 'armhf' }
@@ -430,7 +430,7 @@
                 - 'jtx1a':          { my_arch: 'armhf' }
                 - 'jtx1b':          { my_arch: 'armhf' }
                 - 'jtx1c':          { my_arch: 'armhf' }
-                - 'odxu4':          { my_arch: 'armhf' }
+                - 'odxu4a':          { my_arch: 'armhf' }
                 - 'odxu4b':         { my_arch: 'armhf' }
                 - 'odxu4c':         { my_arch: 'armhf' }
                 - 'odu3a':          { my_arch: 'armhf' }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list