[Git][qa/jenkins.debian.net][master] reproducible debian: temporarly skip pbuilder update on unstable, but only on armhf

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Sun Mar 10 10:27:39 GMT 2024



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
30833831 by Mattia Rizzolo at 2024-03-10T11:26:52+01:00
reproducible debian: temporarly skip pbuilder update on unstable, but only on armhf

everything else works just fine

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


2 changed files:

- bin/reproducible_build.sh
- bin/reproducible_maintenance.sh


Changes:

=====================================
bin/reproducible_build.sh
=====================================
@@ -781,7 +781,7 @@ EOF
 	set +e
 	# remember to change the sudoers setting if you change the following command
 	# (the 2nd build gets a longer timeout trying to make sure the first build
-	# aint wasted when then 2nd happens on a highly loaded node)
+	# ain't wasted when then 2nd happens on a more loaded node than the 1st)
 	sudo timeout -k ${PBUILDERTIMEOUT}.1h ${PBUILDERTIMEOUT}h /usr/bin/ionice -c 3 /usr/bin/nice -n 11 \
 		/usr/bin/unshare --uts -- \
 		/usr/sbin/pbuilder --build \


=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -593,8 +593,10 @@ if [ -n "$http_proxy" ] ; then
 fi
 for s in $SUITES ; do
 	if [ "$s" = "unstable" ] || [ "$s" = "experimental" ] ; then
-		echo temporarly skipping $s
-		continue
+		if [ "$ARCH" = "armhf" ];  then
+			echo temporarly skipping "$s/$ARCH"
+			continue
+		fi
 	fi
 	for i in osuosl ionos3 ionos7 ionos9 ionos10 ; do
 		if [ "${HOSTNAME:0:${#i}}" = "$i" ]; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/30833831957ec7f1cbfb731d039effb7f5680610
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/20240310/4f3bc298/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list