[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Archlinux: do tests with kernel variation

Holger Levsen gitlab at salsa.debian.org
Tue Sep 18 15:08:31 BST 2018


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


Commits:
f19017ee by Holger Levsen at 2018-09-18T14:08:21Z
reproducible Archlinux: do tests with kernel variation

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

- - - - -


3 changed files:

- TODO
- bin/reproducible_common.sh
- update_jdn.sh


Changes:

=====================================
TODO
=====================================
@@ -315,7 +315,6 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
 * things to be done before enabling more builders:
 ** build in /srv/workspace instead of /tmp (once this has been done reduce /tmp size back to 15G)
 * only disable cert checking on the node running in the future
-* we should do kernel variation
 * compare the just built pkg.tar.xz with the one available on the arch mirrors. *then* one can truely say "X% of the Arch Linux packages are reproducible and could bit by bit be reproduced in the real world."
 * maintenance job:
 ** check for archlinux schroot sessions which should not be there and delete them. complain if that fails.


=====================================
bin/reproducible_common.sh
=====================================
@@ -487,7 +487,8 @@ write_variation_table() {
 		elif [ "$1" != "Arch Linux" ]  ; then
 			write_page "<tr><td>kernel version, modified using /usr/bin/linux64 --uname-2.6</td><td>$(uname -sr)</td><td>$(/usr/bin/linux64 --uname-2.6 uname -sr)</td></tr>"
 		else
-			write_page "<tr><td>kernel version</td><td colspan=\"2\"> is not yet varied between rebuilds of $1.</td></tr>"
+			# FIXME: collect information about arch build nodes in /srv/reproducible-results/node-information/ and include this here
+			write_page "<tr><td>kernel version</td><td colspan=\"2\"> is varied between rebuilds of $1.</td></tr>"
 		fi
 		write_page "<tr><td>umask</td><td>0022<td>0002</td><tr>"
 	else


=====================================
update_jdn.sh
=====================================
@@ -474,7 +474,9 @@ if [ -f /etc/debian_version ] ; then
 		fi
 		# for varying kernels:
 		# - we use bpo kernels on pb-build5+15 (and the default amd64 kernel on pb-build6+16-i386)
-		if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build15-amd64" ] ; then
+		# - we also use the bpo kernel on pb-build4 (but not pb-build3)
+		if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build15-amd64" ] \
+			|| [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
 			$UP2DATE || sudo apt-get install -t stretch-backports linux-image-amd64
 		elif [ "$HOSTNAME" = "profitbricks-build6-i386" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] \
 			|| [ "$HOSTNAME" = "profitbricks-build2-i386" ] || [ "$HOSTNAME" = "profitbricks-build12-i386" ] ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f19017eec521ef6cb361916cad7ed036adf9ad03

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/f19017eec521ef6cb361916cad7ed036adf9ad03
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/20180918/20eee7b4/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list