ci: k8s: arm: Enable skipped tests

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 <fidencio@northflank.com>
This commit is contained in:
Fabiano Fidêncio 2025-05-15 21:02:55 +02:00
parent 02ce395a69
commit 86d2d96d4a
2 changed files with 0 additions and 4 deletions

View File

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

View File

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