From 645aaa6f7f1c590007e7c71d0a907e1e738b255d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bombo?= Date: Thu, 18 Jul 2024 21:12:15 +0000 Subject: [PATCH] ci: Move `run-monitor` to free runner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No change other than switching the runner - no dependency issue expected. Signed-off-by: Aurélien Bombo --- .github/workflows/run-kata-monitor-tests.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/run-kata-monitor-tests.yaml b/.github/workflows/run-kata-monitor-tests.yaml index 39d7339936..575c0c7978 100644 --- a/.github/workflows/run-kata-monitor-tests.yaml +++ b/.github/workflows/run-kata-monitor-tests.yaml @@ -15,8 +15,6 @@ on: jobs: run-monitor: - # TODO: Transition to free runner (see #9940). - if: false strategy: fail-fast: false matrix: @@ -33,7 +31,7 @@ jobs: # TODO: enable with containerd when https://github.com/kata-containers/kata-containers/issues/9761 is fixed - container_engine: containerd vmm: qemu - runs-on: garm-ubuntu-2204-smaller + runs-on: ubuntu-22.04 env: CONTAINER_ENGINE: ${{ matrix.container_engine }} #CONTAINERD_VERSION: ${{ matrix.containerd_version }}