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.08k stars 1k forks source link

tests/k8s: run for qemu-runtime-rs on AKS #9833

Closed wainersm closed 1 week ago

wainersm commented 1 week ago

The following tests are disabled because they fail (alike with dragonball):

Fixes #9804

wainersm commented 1 week ago

Hi @pmores @BbolroC !

CI won't test this PR; we will see the results only after merge unfortunately. But I ran the tests with the qemu-runtime-rs runtimeClass and they passed (except the ones I'm disabling on this PR; which are indeed failing).

wainersm commented 1 week ago

Re-wrote the skip messages based on @Apokleos and @BbolroC feedback. Thanks!

wainersm commented 1 week ago

lgtm thanks @wainersm ! I'll let you know once the vCPU hotplugging for qemu-rs lands so we can see if it helps pass some more tests.

Cool! Thanks @pmores !