[Git][qa/jenkins.debian.net][master] reproducible Debian maintenance: wait a bit after killing processes before checking they are gone
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Jan 17 12:35:07 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2328587a by Holger Levsen at 2024-01-17T13:34:48+01:00
reproducible Debian maintenance: wait a bit after killing processes before checking they are gone
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -418,6 +418,7 @@ if [ -n "$RESULTS" ] ; then
echo "killing PID $pid and all children: $(ps -s $pid -o pid=)."
sudo kill $(ps -s $pid -o pid=) || echo "$pid won't die."
done
+ sleep 2
RESULTS=$(pgrep -f reproducible_build.sh --parent 1 || true)
if [ -n "$RESULTS" ] ; then
DIRTY=true
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2328587ab6d2334723e3f8cf8192b32284e87e8b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2328587ab6d2334723e3f8cf8192b32284e87e8b
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/20240117/b0b9855d/attachment.htm>
More information about the Qa-jenkins-scm
mailing list