mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
gha: tests: Filter out confidential tests for aarch64 / ppc64le
Those two architectures are not TEE capable, thus we can just skip running those tests there. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -12,7 +12,9 @@ test:
|
||||
- cri-containerd
|
||||
|
||||
kubernetes:
|
||||
- k8s-confidential
|
||||
- k8s-cpu-ns
|
||||
- k8s-guest-pull-image
|
||||
- k8s-limit-range
|
||||
- k8s-number-cpus
|
||||
- k8s-expose-ip
|
||||
|
@@ -5,6 +5,8 @@
|
||||
|
||||
kubernetes:
|
||||
- k8s-block-volume
|
||||
- k8s-confidential
|
||||
- k8s-guest-pull-image
|
||||
- k8s-limit-range
|
||||
- k8s-number-cpus
|
||||
- k8s-oom
|
||||
|
Reference in New Issue
Block a user