ci: Move run-runk to free runner

See #9940.

Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
Aurélien Bombo 2024-07-02 23:02:16 +00:00
parent 09cce86cc7
commit 743a765525

View File

@ -138,9 +138,7 @@ jobs:
run: bash tests/integration/nydus/gha-run.sh run
run-runk:
# TODO: Transition to free runner (see #9940).
if: false
runs-on: garm-ubuntu-2204-smaller
runs-on: ubuntu-22.04
env:
CONTAINERD_VERSION: lts
steps: