diff --git a/tests/gha-run-k8s-common.sh b/tests/gha-run-k8s-common.sh index bf0d202e53..40a0903b9b 100644 --- a/tests/gha-run-k8s-common.sh +++ b/tests/gha-run-k8s-common.sh @@ -43,7 +43,7 @@ function create_cluster() { az aks create \ -g "${AZ_RG}" \ -n "$(_print_cluster_name ${test_type})" \ - -s "Standard_D4s_v5" \ + -s "Standard_D2s_v5" \ --node-count 1 \ --generate-ssh-keys \ $([ "${KATA_HOST_OS}" = "cbl-mariner" ] && echo "--os-sku AzureLinux --workload-runtime KataMshvVmIsolation") diff --git a/tests/integration/kubernetes/run_kubernetes_tests.sh b/tests/integration/kubernetes/run_kubernetes_tests.sh index e46aa00340..28abedc2df 100644 --- a/tests/integration/kubernetes/run_kubernetes_tests.sh +++ b/tests/integration/kubernetes/run_kubernetes_tests.sh @@ -40,18 +40,15 @@ else "k8s-liveness-probes.bats" \ "k8s-memory.bats" \ "k8s-nested-configmap-secret.bats" \ - "k8s-number-cpus.bats" \ "k8s-oom.bats" \ "k8s-optional-empty-configmap.bats" \ "k8s-optional-empty-secret.bats" \ - "k8s-parallel.bats" \ "k8s-pid-ns.bats" \ "k8s-pod-quota.bats" \ "k8s-port-forward.bats" \ "k8s-projected-volume.bats" \ "k8s-qos-pods.bats" \ "k8s-replication.bats" \ - "k8s-scale-nginx.bats" \ "k8s-seccomp.bats" \ "k8s-sysctls.bats" \ "k8s-security-context.bats" \ diff --git a/tests/integration/kubernetes/runtimeclass_workloads/inotify-configmap-pod.yaml b/tests/integration/kubernetes/runtimeclass_workloads/inotify-configmap-pod.yaml index c85240c94e..2e23864bf0 100644 --- a/tests/integration/kubernetes/runtimeclass_workloads/inotify-configmap-pod.yaml +++ b/tests/integration/kubernetes/runtimeclass_workloads/inotify-configmap-pod.yaml @@ -16,10 +16,8 @@ spec: args: ["-c", "inotifywait --timeout 120 -r /config/ && [[ -L /config/config.toml ]] && echo success" ] resources: requests: - cpu: 1 memory: 50Mi limits: - cpu: 1 memory: 1024Mi volumeMounts: - name: config