mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-17 11:24:01 +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>
Kata Containers Tests
This directory contains various types of tests for testing the Kata Containers repository.
Test Content
We provide several tests to ensure Kata-Containers run on different scenarios and with different container managers.
- Integration tests to ensure compatibility with:
- Stability tests
- Functional
GitHub Actions
Kata Containers uses GitHub Actions in the Kata Containers repository.