From 5bfc3396e93a3865880ae3c81435669027ae95ba Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Thu, 12 Dec 2024 09:15:18 +0100 Subject: [PATCH] CI: ignore Mem errors for some failing test in ci-extended --- tests/files/packet_ubuntu22-all-in-one-docker.yml | 2 ++ tests/files/packet_ubuntu24-all-in-one-docker.yml | 2 ++ tests/files/packet_ubuntu24-calico-all-in-one.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/tests/files/packet_ubuntu22-all-in-one-docker.yml b/tests/files/packet_ubuntu22-all-in-one-docker.yml index fcdd8f3cc..b0ee5ec48 100644 --- a/tests/files/packet_ubuntu22-all-in-one-docker.yml +++ b/tests/files/packet_ubuntu22-all-in-one-docker.yml @@ -6,6 +6,8 @@ vm_memory: 1600 # Kubespray settings auto_renew_certificates: true +kubeadm_ignore_preflight_errors: + - Mem # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko kube_proxy_mode: iptables diff --git a/tests/files/packet_ubuntu24-all-in-one-docker.yml b/tests/files/packet_ubuntu24-all-in-one-docker.yml index 8b1da4ac0..d2a010009 100644 --- a/tests/files/packet_ubuntu24-all-in-one-docker.yml +++ b/tests/files/packet_ubuntu24-all-in-one-docker.yml @@ -6,6 +6,8 @@ vm_memory: 1600 # Kubespray settings auto_renew_certificates: true +kubeadm_ignore_preflight_errors: + - Mem # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=noble&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko kube_proxy_mode: iptables diff --git a/tests/files/packet_ubuntu24-calico-all-in-one.yml b/tests/files/packet_ubuntu24-calico-all-in-one.yml index 310bf349f..24ae2dea0 100644 --- a/tests/files/packet_ubuntu24-calico-all-in-one.yml +++ b/tests/files/packet_ubuntu24-calico-all-in-one.yml @@ -6,6 +6,8 @@ vm_memory: 1600 # Kubespray settings auto_renew_certificates: true +kubeadm_ignore_preflight_errors: + - Mem # Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=noble&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko kube_proxy_mode: iptables