Skip to content

Commit

Permalink
CI: ignore Mem errors for some failing test in ci-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen committed Dec 12, 2024
1 parent d9cf380 commit 5bfc339
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/files/packet_ubuntu22-all-in-one-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/files/packet_ubuntu24-all-in-one-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tests/files/packet_ubuntu24-calico-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bfc339

Please sign in to comment.