mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
The kata-monitor tests is currently running as part of the Jenkins CI with the following setups: * Container Engines: CRI-O | containerd * VMMs: QEMU When using containerd, we're testing it with: * Snapshotter: overlayfs | devmapper We will stop running those tests on devmapper / overlayfs as that hardly would get us a functionality issue. Also, we're restricting this to run with the LTS version of containerd, when containerd is used. As it's known due to our GHA limitation, this is just a placeholder and the tests will actually be added in the next iterations. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>