mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
ci: Move run-monitor
to free runner
No change other than switching the runner - no dependency issue expected. Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
parent
9f6f5dac4b
commit
645aaa6f7f
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user