From 8b3f7f353d2485dcae451998295edae14fe6303f Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Wed, 14 Feb 2024 15:05:56 +0100 Subject: [PATCH] CI|k8s: Skip vcpu allocation test for s390x A test `vcpu allocation k8s test` exhibits different behavior on s390x For more details, please refer to issue #9093. This commit is to make the test skipped until the issue is resolved on the platform. Fixes: #9093 Signed-off-by: Hyounggyu Choi --- tests/integration/kubernetes/filter_out_per_arch/s390x.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/kubernetes/filter_out_per_arch/s390x.yaml b/tests/integration/kubernetes/filter_out_per_arch/s390x.yaml index 224539d8b5..3062fd9d9d 100644 --- a/tests/integration/kubernetes/filter_out_per_arch/s390x.yaml +++ b/tests/integration/kubernetes/filter_out_per_arch/s390x.yaml @@ -6,3 +6,4 @@ kubernetes: - k8s-caps - k8s-inotify + - k8s-sandbox-vcpus-allocation # see https://github.com/kata-containers/kata-containers/issues/9093