mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-16 20:37:15 +00:00
Temporarily unrequire the NVIDIA GPU test. We are experiencing situations in which two NIM service instances get deployed almost at the same time into the kata-containers-k8s-tests namespace (expected current context) and into the default namespace. This causes the NIM operator to create two deployments in the two namespaces and to then schedule two pods at the same time. This usually causes the NIM pod in the default namespace to fail and to linger. We can't explain yet why this does not happen in the TEE CI path and why this is happening at all. Signed-off-by: Manuel Huber <manuelh@nvidia.com>