mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 19:35:32 +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:
|
jobs:
|
||||||
run-monitor:
|
run-monitor:
|
||||||
# TODO: Transition to free runner (see #9940).
|
|
||||||
if: false
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -33,7 +31,7 @@ jobs:
|
|||||||
# TODO: enable with containerd when https://github.com/kata-containers/kata-containers/issues/9761 is fixed
|
# TODO: enable with containerd when https://github.com/kata-containers/kata-containers/issues/9761 is fixed
|
||||||
- container_engine: containerd
|
- container_engine: containerd
|
||||||
vmm: qemu
|
vmm: qemu
|
||||||
runs-on: garm-ubuntu-2204-smaller
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
CONTAINER_ENGINE: ${{ matrix.container_engine }}
|
CONTAINER_ENGINE: ${{ matrix.container_engine }}
|
||||||
#CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
#CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
||||||
|
Loading…
Reference in New Issue
Block a user