[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible debian: use the new --timeout option of diffoscope v202
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Sat Jan 29 15:17:36 GMT 2022
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
f01bc667 by Mattia Rizzolo at 2022-01-29T16:17:04+01:00
reproducible debian: use the new --timeout option of diffoscope v202
The 90 minutes that I picked here is a tentative number subject to
further evaluation as results come in.
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_build.sh
Changes:
=====================================
bin/reproducible_build.sh
=====================================
@@ -368,11 +368,13 @@ call_diffoscope_on_changes_files() {
log_info "$DIFFOSCOPE will be used to compare the two builds:"
set -x
set +e
+ # the --timeout 90m below is arbitrary and can be subject to further evaluation later
( timeout 125m nice schroot \
--directory $TMPDIR \
--run-session \
-c "$session" \
-- sh -c "export TMPDIR=$TEMP ; timeout $TIMEOUT diffoscope \
+ --timeout $(( 90 * 60 )) \
--html $TMPDIR/${DBDREPORT} \
--text $TMPDIR/$DBDTXT \
--json $TMPDIR/$DBDJSON \
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f01bc6677fbb774d81aa32777e4b7f0764c2e727
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f01bc6677fbb774d81aa32777e4b7f0764c2e727
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/20220129/9472091c/attachment.htm>
More information about the Qa-jenkins-scm
mailing list