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:
Fabiano Fidêncio
2024-03-19 11:21:29 +01:00
parent d14e9802b6
commit 8911d3565f
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -5,6 +5,8 @@
kubernetes:
- k8s-block-volume
- k8s-confidential
- k8s-guest-pull-image
- k8s-limit-range
- k8s-number-cpus
- k8s-oom