[Git][qa/jenkins.debian.net][master] fixup: reproducible node health: also show failed user services which require manual cleanup
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Mar 26 18:20:30 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
46cf49e7 by Holger Levsen at 2024-03-26T19:20:11+01:00
fixup: reproducible node health: also show failed user services which require manual cleanup
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -201,7 +201,7 @@ XDG_RUNTIME_DIR=/run/user/"$(id -u jenkins)"
export XDG_RUNTIME_DIR
if ! systemctl --user is-system-running > /dev/null; then
echo "$(date -u) - problematic user services found:"
- echo "Warning: systemctl is reporting errors.
+ echo "Warning: systemctl is reporting errors."
SERVICES=$(mktemp --tmpdir=$TEMPDIR node-health-XXXXXXX)
systemctl --user list-units --state=error,failed | grep " failed " > $SERVICES || true
echo "$(date -u) - problematic services found:"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/46cf49e7f9399a58d190341f24830955bbc1360a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/46cf49e7f9399a58d190341f24830955bbc1360a
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/20240326/053be427/attachment.htm>
More information about the Qa-jenkins-scm
mailing list