[Git][qa/jenkins.debian.net][master] reproducible Debian: use amd64 kernel (=64bit) on all i386 nodes, no more 686-pae kernels

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Feb 14 15:47:19 GMT 2024



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


Commits:
53c3c39b by Holger Levsen at 2024-02-14T16:44:09+01:00
reproducible Debian: use amd64 kernel (=64bit) on all i386 nodes, no more 686-pae kernels

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

- - - - -


1 changed file:

- update_jdn.sh


Changes:

=====================================
update_jdn.sh
=====================================
@@ -630,12 +630,10 @@ if [ -f /etc/debian_version ] ; then
 			|| [ "$HOSTNAME" = "jenkins" ] ; then
 			sudo apt install linux-image-amd64/bookworm-backports || true # backport kernels are frequently uninstallable...
 			:
-		elif [ "$HOSTNAME" = "ionos6-i386" ] || [ "$HOSTNAME" = "ionos16-i386" ] ; then
-			# run with the amd64 kernel in these i386 nodes
+		elif [ "$HOSTNAME" = "ionos6-i386" ] || [ "$HOSTNAME" = "ionos16-i386" ] \
+			|| [ "$HOSTNAME" = "ionos2-i386" ] || [ "$HOSTNAME" = "ionos12-i386" ] ; then
+			# run amd64 kernel on all i386 nodes
 			sudo apt install linux-image-amd64 linux-image-686-pae-
-		elif [ "$HOSTNAME" = "ionos2-i386" ] || [ "$HOSTNAME" = "ionos12-i386" ] ; then
-			# run with the i386 kernel in these i386 nodes
-			sudo apt install linux-image-686-pae linux-image-amd64-
 		elif [ "$HOSTNAME" = "osuosl1-amd64" ] || [ "$HOSTNAME" = "osuosl2-amd64" ] ; then
 			# Arch Linux builds latest stuff which sometimes (eg, currently Qt) needs newer kernel to build...
 			sudo apt install linux-image-amd64/bookworm-backports || true # backport kernels are frequently uninstallable...



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/53c3c39bda863ccfc891fc3bca0c4cb97155e16b
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/20240214/460075e4/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list