[Git][qa/jenkins.debian.net][master] openqa workers: deal gracefuylly with slirpvde not present

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Sep 23 14:08:26 BST 2025



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
952ad24e by Holger Levsen at 2025-09-23T15:08:15+02:00
openqa workers: deal gracefuylly with slirpvde not present

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- update_jdn.sh


Changes:

=====================================
update_jdn.sh
=====================================
@@ -823,8 +823,8 @@ if ! $UP2DATE ; then
 	case $HOSTNAME in
 		osuosl31-amd64)			sudo adduser jenkins sbuild
 						# openqa does not use slirpvde: reset its status and disable
-						sudo systemctl reset-failed openqa-slirpvde.service
-						sudo systemctl disable --now openqa-slirpvde.service
+						sudo systemctl reset-failed openqa-slirpvde.service || true
+						sudo systemctl disable --now openqa-slirpvde.service || true
 						OPENQA_WORKERS_TO_RUN=7
 						# disable any excess autostart instances, and all non-autostart workers
 						for id in $(systemctl show openqa-worker\*@\*.service --property=Id | sed 's/^Id=//'); do



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/952ad24e60131d392839c6ef0c2ec4e33e3b2b0e

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/952ad24e60131d392839c6ef0c2ec4e33e3b2b0e
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/d0a2538d/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list