ci: Crosvm won't remove the control socket file on stop
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 6 Sep 2022 14:48:04 +0000 (16:48 +0200)
committerMarge Bot <emma+marge@anholt.net>
Wed, 7 Sep 2022 09:18:49 +0000 (09:18 +0000)
commit9e19a40e56b17025a3b1f2e9587f149bd95e0da5
tree69ee81803a7246275a8b34894a6101cd0619dd95
parentd6321fee5fb52c05ef0149ce667d9b561f33bb21
ci: Crosvm won't remove the control socket file on stop

When sending the stop command to a lingering Crosvm instance, the socket
file will remain and the next instance will fail to start.

Make sure the file is deleted before starting Crosvm with the same path.

Acked-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18454>
.gitlab-ci/crosvm-runner.sh