kata-containers / kata-containers

Kata Containers is an open source project and community working to build a standard implementation of lightweight Virtual Machines (VMs) that feel and perform like containers, but provide the workload isolation and security advantages of VMs. https://katacontainers.io/
Apache License 2.0
5.4k stars 1.05k forks source link

ci.ocp: Ensure we smoke-test with the right runtime class #9887

Closed ldoktor closed 3 months ago

ldoktor commented 3 months ago

we do encourage people to set the KATA_RUNTIME, but it is only used by the webhook. Let's define it in the main test.sh and use it in the smoke test to ensure the user-defined runtime is smoke-tested rather than hard-coded kata-qemu one.

Related to: #9804