Browse Source

CI: ignore Mem errors for some failing test in ci-extended

pull/11786/head
Max Gautier 2 months ago
parent
commit
5bfc3396e9
Failed to extract signature
3 changed files with 6 additions and 0 deletions
  1. 2
      tests/files/packet_ubuntu22-all-in-one-docker.yml
  2. 2
      tests/files/packet_ubuntu24-all-in-one-docker.yml
  3. 2
      tests/files/packet_ubuntu24-calico-all-in-one.yml

2
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

2
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

2
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

Loading…
Cancel
Save