workflow/kola: remove systemctl calls

this is useless on those runners

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2026-01-07 11:06:39 +01:00
parent cf7447dd91
commit d4d65f836e
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -31,8 +31,6 @@ jobs:
sudo rm /bin/sh
sudo ln -s /bin/bash /bin/sh
sudo apt update && sudo apt install -y ca-certificates curl gnupg lsb-release qemu-system git bzip2 jq dnsmasq python3 zstd
sudo systemctl stop dnsmasq
sudo systemctl mask dnsmasq
# Set up MASQUERADE. Don't care much to secure it.
# This is needed for the VMs kola spins up to have internet access.