[Git][qa/jenkins.debian.net][master] 3 commits: rdn: Cleanup of live images
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Sep 23 08:31:52 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0e0244a8 by Roland Clobus at 2025-09-23T09:29:38+02:00
rdn: Cleanup of live images
When live images are aborted for some reason, they might leave mounted
directories around. 'lb clean --purge' will properly unmount them before
deleting them.
(cherry picked from commit ee460eb720f6d6511d3c6909e57a359c4e76293b)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
d55d9a70 by Roland Clobus at 2025-09-23T09:29:44+02:00
logparse: Detect missing proxy
(cherry picked from commit 7977562a96050ab41cbe6d930fdc5bb4e7d7d92f)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
8f2a67a7 by Holger Levsen at 2025-09-23T09:31:39+02:00
openqa: do not fail to disable non-existing service
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- bin/reproducible_maintenance.sh
- logparse/reproducible.rules
- update_jdn.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -153,6 +153,7 @@ if [ -n "$OLDSTUFF" ] ; then
echo
echo "Old temp workspace directories for live-build found in /srv/workspace/live-build"
echo -n "$OLDSTUFF"
+ find /srv/workspace/live-build -maxdepth 1 -type d -mtime +0 -name "*.*" -printf "echo 'Cleaning %f';cd /srv/workspace/live-build/%f;sudo /usr/bin/lb clean --purge;cd ..;rmdir /srv/workspace/live-build/%f\n" | sh || true
find /srv/workspace/live-build -maxdepth 1 -type d -mtime +0 -name "*.*" -exec sudo rm -rf --one-file-system {} \; || true
echo "These old temp workspace directories have been deleted."
echo
=====================================
logparse/reproducible.rules
=====================================
@@ -52,6 +52,9 @@ info /- enjoy https:/
# infos from reproducible_maintenance.sh
info /rm: skipping '.+', since it's on a different device/
+# reproducible_node_health_check
+error /Failed to connect to 127\.0\.0\.1 port 3128/
+
# Warnings from reproducible_debian_live_build.sh
info /Warning: lb build failed with .+ Try re-running the script with SNAPSHOT_TIMESTAMP=/
warning /Warning: lb .+ failed with/
=====================================
update_jdn.sh
=====================================
@@ -509,7 +509,7 @@ if [ -f /etc/debian_version ] ; then
cachefilesd"
# openqa-worker/trixie-fasttrack
# os-autoinst/trixie-fasttrack
- sudo systemctl disable --now openqa-worker-cacheservice-minion.service
+ sudo systemctl disable --now openqa-worker-cacheservice-minion.service || true
sudo systemctl disable --now openqa-worker-cacheservice.service
if ! grep -q '/var/lib/openqa/share' /etc/fstab; then
cat <<-EOF
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/1a7e16715c05fa0a814e2bf0ad187446246f905c...8f2a67a7508a18c3c6575f71ec211be4becbd7d9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/1a7e16715c05fa0a814e2bf0ad187446246f905c...8f2a67a7508a18c3c6575f71ec211be4becbd7d9
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/20250923/e6b2c59b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list