CI: disable run-kata-monitor-tests / run-monitor (qemu, containerd) job

This job has failed more than 50% on nightly CI. Remove it from the list of
execution until we don't have a fix.

Issue: 9761
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
This commit is contained in:
Wainer dos Santos Moschetta 2024-05-31 18:38:26 -03:00
parent f093c4c190
commit ac4d48ad17

View File

@ -26,6 +26,10 @@ jobs:
include:
- container_engine: containerd
containerd_version: lts
exclude:
# 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
env:
CONTAINER_ENGINE: ${{ matrix.container_engine }}