mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-18 17:33:02 +00:00
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:
parent
02ce395a69
commit
86d2d96d4a
@ -40,8 +40,6 @@ setup_yaml() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test "Running within memory constraints" {
|
@test "Running within memory constraints" {
|
||||||
[ "$(uname -m)" == "aarch64" ] && skip "See: https://github.com/kata-containers/kata-containers/issues/10926"
|
|
||||||
|
|
||||||
memory_limit_size="600Mi"
|
memory_limit_size="600Mi"
|
||||||
allocated_size="150M"
|
allocated_size="150M"
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ load "${BATS_TEST_DIRNAME}/tests_common.sh"
|
|||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
[ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/7873"
|
[ "${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
|
get_pod_config_dir
|
||||||
|
|
||||||
@ -38,7 +37,6 @@ setup() {
|
|||||||
|
|
||||||
teardown() {
|
teardown() {
|
||||||
[ "${KATA_HYPERVISOR}" == "fc" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/7873"
|
[ "${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
|
# Debugging information
|
||||||
kubectl describe deployment ${deployment_name}
|
kubectl describe deployment ${deployment_name}
|
||||||
|
Loading…
Reference in New Issue
Block a user