[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible NetBSD: always call build.sh with less noisyness, to further shrink the log
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Apr 13 21:54:10 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
914f85c5 by Holger Levsen at 2023-04-13T22:53:49+02:00
reproducible NetBSD: always call build.sh with less noisyness, to further shrink the log
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_netbsd.sh
Changes:
=====================================
bin/reproducible_netbsd.sh
=====================================
@@ -73,7 +73,7 @@ export TZ="/usr/share/zoneinfo/Etc/GMT+12"
# actually build everything
for MACHINE in $MACHINES ; do
ionice -c 3 \
- ./build.sh -j $NUM_CPU -V MKREPRO_TIMESTAMP=$MKREPRO_TIMESTAMP -U -u -m ${MACHINE} release
+ ./build.sh -j $NUM_CPU -V MKREPRO_TIMESTAMP=$MKREPRO_TIMESTAMP -U -u -m ${MACHINE} -N 1 release
# save results in b1
save_netbsd_results b1 ${MACHINE}
# cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type
@@ -103,7 +103,7 @@ NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)
for MACHINE in $MACHINES ; do
ionice -c 3 \
linux64 --uname-2.6 \
- ./build.sh -j $NEW_NUM_CPU -V MKREPRO_TIMESTAMP=$MKREPRO_TIMESTAMP -U -u -m ${MACHINE} release
+ ./build.sh -j $NEW_NUM_CPU -V MKREPRO_TIMESTAMP=$MKREPRO_TIMESTAMP -U -u -m ${MACHINE} -N 1 release
# save results in b2
save_netbsd_results b2 ${MACHINE}
# cleanup and explicitly delete old tooldir to force re-creation for the next $MACHINE type
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/914f85c56a2555b0b9f2b9f736cdd0ff373cee74
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/914f85c56a2555b0b9f2b9f736cdd0ff373cee74
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/d07ebc4e/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list