#1032253 debci-worker: $(systemctl stop debci-worker) should cleanup the testbed(s) in use

#1032253#5
Date:
2023-03-02 11:48:27 UTC
From:
To:
When the debci workers are stopped by calling:
$ systemctl stop debci-worker # or
$ systemctl stop debci-worker@1

I would expect the testbed to be cleaned up if it was created by the
worker. E.g. on ci.d.n we run with the lxc backend, but the container
remains running when we stop the debci worker with the provided
systemd unit.

Paul