You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ansible-playbooks): disable legacy BPF tests on some oraclelinux
Disable BPF tests for both `oraclelinux-5.4-x86_64` and
`oraclelinux-5.15-aarch64`. The VMs rootfs are based on
`oraclelinux:8` and `oraclelinux:9`, which unfortunately provide a too
much recent clang version (clang 20). This version doesn't work well
wil the kernel expectation, and results in failing legacy BPF tests.
BPF tests are disabled through a new `skip_legacy_bpf_tests` property
in machine specification (see
`ansible-playbooks/group_vars/all/vars.yml`). The new mechanism works
by disabling legacy BPF support if the property is defined and set to
true.
Signed-off-by: Leonardo Di Giovanna <[email protected]>
0 commit comments