mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-17 19:59:08 +00:00
3 trusted-storage guest-pull tests require a pod that demands more CPU than is available on the downgraded zVSI profile (4 vCPU x 8 GB) used for IBM Cloud s390x CI, causing scheduling to fail with: ``` 1 Insufficient cpu. no new claims to deallocate, preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod. ``` Skip all three tests when running on s390x with KATA_HYPERVISOR=qemu-coco-dev* to avoid false failures on this instance profile. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>