mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
The PR https://github.com/kubernetes/kubernetes/pull/130274 rewrote the cpumanager tests assuming there are always at least 4 online CPUs, adding checks for the tests which require more. We still have, and likely we will have for the time being, lanes which run on machines with 2 online CPUs. Thus, every test which either reserve cpus (--reserved-cpus) or run pods with exclusive CPU allocation must declare the requisites and skip if the machine don't provide them. Signed-off-by: Francesco Romani <fromani@redhat.com>