From 2f280659b1cbb3f57014b1005a7498ec71a4180a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 14 Sep 2023 21:18:30 +0200 Subject: [PATCH] ci: k8s: Temporarily disable tests that require a bigger VM instance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The list of tests which require a bigger VM instance is: * k8s-number-cpus.bats -- failing on all CIs * k8s-parallel.bats -- only failing on the cbl-mariner CI * k8s-scale-nginx.bats -- only failing on the cbl-mariner CI We'll keep those disabled while we re-work the logic to **only run those** in a bigger (and more expensive) VM instance. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 094b6b2cf8a2d45fe60073d02bc9a355e7761375) --- tests/integration/kubernetes/run_kubernetes_tests.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/kubernetes/run_kubernetes_tests.sh b/tests/integration/kubernetes/run_kubernetes_tests.sh index 3d963c6c3..aff825b47 100644 --- a/tests/integration/kubernetes/run_kubernetes_tests.sh +++ b/tests/integration/kubernetes/run_kubernetes_tests.sh @@ -37,18 +37,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" \