[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible NetBSD: call cleandir with less noisyness, to shrink the log from >1gb

Holger Levsen (@holger) gitlab at salsa.debian.org
Thu Apr 13 15:19:55 BST 2023



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


Commits:
c7792d38 by Holger Levsen at 2023-04-13T16:19:21+02:00
reproducible NetBSD: call cleandir with less noisyness, to shrink the log from >1gb

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

- - - - -


1 changed file:

- bin/reproducible_netbsd.sh


Changes:

=====================================
bin/reproducible_netbsd.sh
=====================================
@@ -77,7 +77,7 @@ for MACHINE in $MACHINES ; do
 	# save results in b1
 	save_netbsd_results b1 ${MACHINE}
 	# cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type
-	./build.sh -U -m ${MACHINE} cleandir
+	./build.sh -U -m ${MACHINE} -N 1 cleandir
 	rm obj/tooldir.* -rf
 	echo "${MACHINE} done, first time."
 done
@@ -107,7 +107,7 @@ for MACHINE in $MACHINES ; do
 	# save results in b2
 	save_netbsd_results b2 ${MACHINE}
 	# cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type
-	./build.sh -U -m ${MACHINE} cleandir
+	./build.sh -U -m ${MACHINE} -N 1 cleandir
 	rm obj/tooldir.* -r
 	echo "${MACHINE} done, second time."
 done
@@ -158,14 +158,6 @@ for i in * ; do
 			let GOOD_FILES+=1
 			rm -f $BASE/netbsd/dbd/$i/$j.html # cleanup from previous (unreproducible) tests - if needed
 		fi
-		# for debugging #842250
-		if [ "$(basename $TMPDIR/b1/$i/$j)" = "base.tgz" ] ; then
-			for k in b1 b2 ; do
-				mkdir -p $BASE/netbsd/artifacts/$k/$i/$(dirname $j)
-				cp $TMPDIR/$k/$i/$j $BASE/netbsd/artifacts/$k/$i/$j
-			done
-			echo "artifacts published for debugging #842250 in https://tests.reproducible-builds.org/netbsd/artifacts/ - please dont forget to delete this directory later…"
-		fi
 	done
 	cd ..
 	if [ -s $GOOD_FILES_HTML ] ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c7792d38303722c439fb0fb512a9c954905b6a9a
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/20230413/401be650/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list