From 86d2d96d4aea4f555abd0c4de6fe02170a1cb719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 15 May 2025 21:02:55 +0200 Subject: [PATCH] ci: k8s: arm: Enable skipped tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that memory hotplug should work, as we're using a firmware that supports that, let's re-enable the tests that rely on hotplug. Fixes: #10926, #10927 Signed-off-by: Fabiano FidĂȘncio --- tests/integration/kubernetes/k8s-memory.bats | 2 -- tests/integration/kubernetes/k8s-pod-quota.bats | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/integration/kubernetes/k8s-memory.bats b/tests/integration/kubernetes/k8s-memory.bats index b42fac028b..d0811cfaa9 100644 --- a/tests/integration/kubernetes/k8s-memory.bats +++ b/tests/integration/kubernetes/k8s-memory.bats @@ -40,8 +40,6 @@ setup_yaml() { } @test "Running within memory constraints" { - [ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10926" - memory_limit_size="600Mi" allocated_size="150M" diff --git a/tests/integration/kubernetes/k8s-pod-quota.bats b/tests/integration/kubernetes/k8s-pod-quota.bats index a61d684e9f..2d7f26ee3b 100644 --- a/tests/integration/kubernetes/k8s-pod-quota.bats +++ b/tests/integration/kubernetes/k8s-pod-quota.bats @@ -9,7 +9,6 @@ load "${BATS_TEST_DIRNAME}/tests_common.sh" setup() { [ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/7873" - [ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10927" get_pod_config_dir @@ -38,7 +37,6 @@ setup() { teardown() { [ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/7873" - [ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10927" # Debugging information kubectl describe deployment ${deployment_name}