From d4d65f836ef1d22211e7e096f8ea5963961127d5 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 7 Jan 2026 11:06:39 +0100 Subject: [PATCH] workflow/kola: remove systemctl calls this is useless on those runners Signed-off-by: Mathieu Tortuyaux --- .github/workflows/run-kola-tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run-kola-tests.yaml b/.github/workflows/run-kola-tests.yaml index 7541dbe407..81e461773e 100644 --- a/.github/workflows/run-kola-tests.yaml +++ b/.github/workflows/run-kola-tests.yaml @@ -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.